code {
  padding: 1px 4px;
  font-family: Inconsolata, monospace;
  background-color: var(--code-bg);
}

.num-tag {
  float: left;
  padding: 0 2px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  background-color: #fff;
  color: black;
  text-shadow: none;
}
.tab-content .num-tag {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-right: 0.5em;
  margin-top: 0.2em;
}

.num-tag--1 {
  background-color: #fff;
}

.num-tag--2 {
  background-color: #ddd;
}

.num-tag--3 {
  background-color: #eee;
}

.num-tag--4 {
  background-color: #fff;
}

.num-tag--5 {
  background-color: #ddd;
}

.num-tag--6 {
  background-color: #eee;
}

.stat-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: min-height 0.5s, max-height 0.5s, line-height 0.5s, font-size 0.5s, filter 1s;
  position: relative;
  list-style: none;
  margin: 2px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  word-spacing: -2px;
  text-align: center;
  color: white;
  font-size: 1rem;
}
.stat-cell .support-text {
  text-indent: -999em;
}
.stat-cell .label {
  font-size: 0.8em;
  margin-bottom: 3px;
  opacity: 0.8;
}
.stat-cell.average {
  flex-direction: column;
  min-height: 40px;
}
.stat-cell.average .label {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .stat-cell {
    transition: none;
  }
}

@media (forced-colors: active) {
  .stat-cell {
    outline: 1px solid;
  }
}
.combined {
  flex-direction: column;
  background-color: var(--primary-bg-shade-2);
}
.combined .label {
  position: absolute;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: flex;
  align-items: center;
  display: flex;
  text-shadow: 1px 1px 1px black;
  pointer-events: none;
}
.combined.cbf .label {
  color: black;
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 2px;
  text-shadow: none;
}

.sub-cells {
  display: flex;
  height: 100%;
  width: 100%;
}
.sub-cells > * {
  flex-grow: 1;
}

.stat-cell:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.x:after {
  background-image: url("/img/prefix.svg");
  background-position: top 1px right 1px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.d:after {
  background-image: url("/img/flag-green.svg");
  background-position: top 1px right 1px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.x.d:after {
  background-image: url("/img/prefix.svg"), url("/img/flag-green.svg");
  background-position: top 1px right 1px, top 1px right 12px;
}

.y {
  background: var(--supported);
  color: var(--supported-fg);
}

.a {
  background: var(--partial-pattern);
  color: var(--partial-fg);
}

.n {
  background: var(--no-support-pattern);
  color: var(--no-support-fg);
}

.u {
  background-color: var(--unknown);
  color: var(--unknown-fg);
}

.current {
  outline: 4px solid var(--primary-bg-shade-2);
}

:host {
  cursor: pointer;
}

:host(:focus) .stat-cell {
  outline: 4px solid cyan;
}

:host(.date-item) {
  position: absolute;
  left: calc(50% - 15px);
  transform: translateY(-50%);
  margin: auto;
}
:host(.date-item) .stat-cell {
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  border-radius: 50%;
}

.highlight {
  outline: 4px solid #c832f7 !important;
  z-index: 2;
}

.a11y-only {
  position: absolute;
  text-indent: -99999px;
}

.stat-cell ol {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  text-align: left;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.stat-cell ol, .stat-cell li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stat-cell li {
  float: left;
  padding: 0 2px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  background-color: #fff;
  color: black;
  text-shadow: none;
}
.stat-cell .cell-prefix {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #ff6;
  color: black;
  font-size: 10px;
  line-height: 1;
  padding: 0 1px;
  text-shadow: none;
  /* @include show-full-prefix {
  	display: block;
  }
  @include cell-lt(2) {
  	@include show-full-prefix {
  		top: 0px;
  		right: 0px;
  		transform-origin: top right;
  		transform: scale(0.8);
  	}
  } */
}

.num-tag--1 {
  background-color: #fff;
}

.num-tag--2 {
  background-color: #ddd;
}

.num-tag--3 {
  background-color: #eee;
}

.num-tag--4 {
  background-color: #fff;
}

.num-tag--5 {
  background-color: #ddd;
}

.num-tag--6 {
  background-color: #eee;
}

@media (forced-colors: active) {
  .stat-cell {
    gap: 0.2em;
  }
}

/*# sourceMappingURL=version-support.css.map */
