.AppLayout-header {
  justify-content: space-between;
}

header > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--style-gap-xl);
}

.Header-last-updated {
  text-align: right;
  font-size: var(--text-size-s);
}

.Health-indicator-light {
  display: inline-block;
}

.Health-indicator-light-large {
  height: calc(24 * var(--rem-px));
  width: calc(24 * var(--rem-px));
  border-radius: calc(24 * var(--rem-px));
}

.Health-indicator-light-small {
  height: calc(11 * var(--rem-px));
  width: calc(11 * var(--rem-px));
  border-radius: calc(11 * var(--rem-px));
}

.Health-indicator-light-operational {
  background-color: var(--color-secondary-dark-green);
}

.Health-indicator-light-degraded {
  background-color: var(--color-secondary-dark-yellow);
}

.Health-indicator-light-interrupted {
  background-color: var(--color-secondary-dark-red);
}

#Health-indicator .Text-heading-4 {
  text-transform: none;
}

#update-button cm-icon[name="refresh-cw"] {
  margin-right: 0;
}

#table-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

cm-table-remote {
  display: none;
}

thead {
  --table-pos-adjust: 0 !important;
}

th {
  padding: 0 0;
}

th a cm-icon[name="chevron-down"] {
  display: none;
}

th.Table-header-sortable a cm-icon[name="chevron-down"] {
  display: inline-block;
}

#sticky-table table thead tr th:first-child {
  z-index: 2;
}

.Metric-last-updated,
#Ref-rates-last-updated {
  font-family: var(--text-table-numeric-cell-font);
}

.Anchor-button {
  padding: var(--style-table-padding);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: var(--color-text);
  text-decoration: none;
  gap: var(--style-gap-n);
  height: 24px;
}

.Anchor-button-left-align {
  flex-direction: row-reverse;
}

.Table-data-coin-name div p:nth-child(2) {
  font-weight: normal;
}

tbody tr th:first-child {
  max-width: calc(150 * var(--rem-px));
}

tbody th > *,
tbody td > * {
  max-width: 100%;
}

td {
  width: 15.5%;
  max-width: 15.5%;
}

td:nth-child(2) {
  width: 7%;
}

.vertical-align {
  display: inline-flex;
  gap: var(--style-gap-n);
  align-items: center;
}

.Table-data-coin-name p {
  font-family: Lato, sans-serif;
}

.Table-data-na {
  color: var(--color-table-header-background-hover);
}

.Rate-change-up {
  color: var(--color-charts-chart-green);
}

.Rate-change-down {
  color: var(--color-charts-chart-red);
}

.Rate-change-none {
  color: var(--color-secondary-darker-yellow);
}

cm-paginator {
  flex-basis: 33%;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--style-gap-n);
}

#page-sizer-wrapper {
  flex-basis: 33%;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: var(--style-gap-xl);
}

#page-sizer-wrapper cm-dropdown {
  width: auto;
}

#page-sizer-wrapper cm-dropdown details fieldset label {
  padding: 0;
}

#page-sizer-wrapper cm-dropdown details fieldset label a {
  text-decoration: none;
  color: var(--color-text);
  width: 100%;
  height: 100%;
  padding: var(--style-gap-n);
  text-align: center;
}

@media screen and (max-width: 712px) {
  cm-table-remote {
    display: initial;
  }
}
@media screen and (max-width: 680px) {
  #header-lhs .AppLayout-logo:first-child,
  #header-lhs .Line-v-dark,
  #as-of,
  #update-text {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 995px) {
  #Rates-paginator {
    gap: var(--style-gap-s);
  }

  #table-footer {
    flex-direction: column;
    gap: var(--style-gap-xl);
  }
}
