.exchange-rate-band {
  padding: 36px 7vw;
  background: #ffffff;
}

.exchange-rate-dashboard {
  max-width: 1180px;
  margin: 0 auto;
}

.exchange-rate-dashboard__mobile-header,
.exchange-rate-dashboard__tabs {
  display: none;
}

.exchange-rate-dashboard__alert {
  margin: 0 0 14px;
}

.exchange-rate-dashboard__panels {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}

.exchange-rate-panel,
.exchange-rate-panel * {
  box-sizing: border-box;
}

.exchange-rate-panel {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
}

.exchange-rate-panel.is-unavailable {
  display: none;
}

.exchange-rate-card {
  min-width: 0;
  border: 1px solid rgba(20, 28, 45, 0.12);
  border-radius: 10px;
  padding: 22px;
  color: #ffffff;
  background: #101820;
  box-shadow: 0 16px 38px rgba(20, 28, 45, 0.12);
}

.exchange-rate-heading {
  min-width: 0;
}

.exchange-rate-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
}

.exchange-rate-heading p,
.exchange-rate-note {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.exchange-rate-heading > p:last-child,
.exchange-rate-live-status {
  margin-bottom: 16px;
}

.exchange-rate-live-status {
  display: grid;
  gap: 3px;
}

.exchange-rate-live-clock {
  font-size: 0.84rem;
  font-weight: 800;
}

.exchange-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.exchange-rate-grid article {
  display: grid;
  min-width: 0;
  min-height: 98px;
  align-content: center;
  gap: 8px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.07);
}

.exchange-rate-grid span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.exchange-rate-grid strong {
  min-width: 0;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.exchange-rate-note {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.exchange-rate-panel__footer {
  margin-top: auto;
  padding-top: 14px;
}

.exchange-rate-contact-block {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.exchange-rate-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-style: normal;
  background: rgba(255, 255, 255, 0.12);
}

.exchange-rate-contact-strip a {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.07);
}

.exchange-rate-contact-strip a:hover,
.exchange-rate-contact-strip a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.exchange-rate-contact-strip span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.exchange-rate-contact-strip strong {
  min-width: 0;
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.exchange-rate-contact-status {
  margin: 0;
  border-left: 3px solid rgba(103, 232, 165, 0.9);
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rate-request-details {
  padding: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.rate-request-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.rate-request-details > summary::-webkit-details-marker {
  display: none;
}

.exchange-request-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.rate-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rate-request-grid label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.rate-side-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
}

.rate-side-toggle legend {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.rate-side-toggle label {
  position: relative;
  display: block;
  cursor: pointer;
}

.rate-side-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.rate-side-toggle span {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(6, 12, 20, 0.46);
  font-weight: 950;
}

.rate-side-toggle input:checked + span {
  border-color: rgba(16, 185, 129, 0.9);
  color: #072018;
  background: #67e8a5;
}

.rate-side-toggle label:nth-of-type(2) input:checked + span {
  border-color: rgba(248, 113, 113, 0.9);
  color: #2b0707;
  background: #fca5a5;
}

.rate-request-grid input,
.rate-request-grid select,
.rate-request-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 11px 12px;
  color: #ffffff;
  background: rgba(6, 12, 20, 0.54);
  font: inherit;
}

.rate-request-grid textarea {
  resize: vertical;
}

.member-shell .exchange-rate-band,
.utilities-shell .exchange-rate-band {
  padding: 0;
  background: transparent;
}

.member-shell .exchange-rate-dashboard,
.utilities-shell .exchange-rate-dashboard {
  max-width: none;
  margin: 0 0 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .exchange-rate-band {
    padding: 28px 20px;
  }

  .exchange-rate-dashboard__panels {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 14px;
  }

  .exchange-rate-card {
    padding: 16px;
  }

  .exchange-rate-heading h2 {
    font-size: clamp(1.45rem, 2.7vw, 2.1rem);
  }

  .exchange-rate-grid article {
    min-height: 84px;
    padding: 12px;
  }

  .exchange-rate-grid strong {
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  }

  .exchange-rate-contact-strip {
    grid-template-columns: 1fr;
  }

  .exchange-rate-contact-strip a {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 767px) {
  .exchange-rate-band {
    padding: 22px 14px;
  }

  .exchange-rate-dashboard {
    border: 1px solid rgba(20, 28, 45, 0.12);
    border-radius: 12px;
    padding: 14px;
    background: #101820;
    box-shadow: 0 14px 32px rgba(20, 28, 45, 0.12);
  }

  .exchange-rate-dashboard__mobile-header {
    display: block;
    color: #ffffff;
  }

  .exchange-rate-dashboard__mobile-header h2 {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 7vw, 2rem);
    line-height: 1.08;
  }

  .exchange-rate-dashboard__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
  }

  .exchange-rate-dashboard__tabs button {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 9px 10px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.06);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .exchange-rate-dashboard__tabs button[aria-selected="true"] {
    border-color: rgba(103, 232, 165, 0.92);
    color: #072018;
    background: #67e8a5;
    box-shadow: inset 0 -3px 0 rgba(7, 32, 24, 0.25);
  }

  .exchange-rate-dashboard__tabs button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
  }

  .exchange-rate-dashboard__panels {
    display: block;
  }

  .exchange-rate-panel {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .exchange-rate-panel.is-tab-inactive {
    display: none;
  }

  .exchange-rate-heading h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .exchange-rate-heading > p:last-child,
  .exchange-rate-live-status {
    margin-bottom: 12px;
  }

  .exchange-rate-grid article {
    min-height: 82px;
    padding: 12px;
  }

  .exchange-rate-grid strong {
    font-size: clamp(1.25rem, 7vw, 1.7rem);
  }

  .exchange-rate-contact-strip {
    grid-template-columns: 1fr;
  }

  .exchange-rate-contact-strip a {
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    padding: 10px;
  }

  .exchange-rate-note {
    font-size: 0.76rem;
  }
}

@media (max-width: 340px) {
  .exchange-rate-grid {
    grid-template-columns: 1fr;
  }

  .exchange-rate-dashboard__tabs {
    grid-template-columns: 1fr;
  }
}

/* Timeblock V2 compact exchange rail. The legacy panel structure and API
   targets remain intact; this layer only changes presentation and motion. */
.exchange-rate-band {
  padding: 12px clamp(14px, 4vw, 48px);
  background: transparent;
}

.exchange-rate-dashboard {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid rgba(197, 155, 61, 0.28);
  border-radius: 18px;
  padding: 10px 12px;
  color: #f8fbf8;
  background: linear-gradient(120deg, #0f4c42 0%, #0b3b35 100%);
  box-shadow: 0 12px 30px rgba(15, 76, 66, 0.16);
}

.exchange-rate-dashboard__mobile-header {
  display: flex;
  min-width: 148px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.exchange-rate-dashboard__title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.exchange-rate-dashboard__title-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(197, 155, 61, 0.56);
  border-radius: 9px;
  color: #f1c65b;
  background: rgba(197, 155, 61, 0.13);
}

.exchange-rate-dashboard__title-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.exchange-rate-dashboard__mobile-header .eyebrow {
  margin: 0 0 1px;
  color: #f1c65b;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.exchange-rate-dashboard__mobile-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.1;
}

.exchange-rate-dashboard__hint {
  display: block;
  margin-top: 3px;
  color: rgba(248, 251, 248, 0.64);
  font-size: 0.62rem;
  line-height: 1.2;
  white-space: nowrap;
}

.exchange-rate-dashboard__tabs {
  display: inline-flex;
  min-width: 0;
  justify-self: end;
  gap: 4px;
  margin: 0 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.exchange-rate-dashboard__alert {
  grid-column: 1 / -1;
  margin: 0;
}

.exchange-rate-dashboard__tabs button {
  min-height: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 5px 9px;
  color: rgba(248, 251, 248, 0.7);
  background: transparent;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.exchange-rate-dashboard__tabs button[aria-selected="true"] {
  border-color: rgba(241, 198, 91, 0.55);
  color: #113e36;
  background: #f1c65b;
}

.exchange-rate-dashboard__tabs button:hover,
.exchange-rate-dashboard__tabs button:focus-visible {
  border-color: rgba(241, 198, 91, 0.7);
  color: #ffffff;
}

.exchange-rate-dashboard__tabs button[aria-selected="true"]:hover,
.exchange-rate-dashboard__tabs button[aria-selected="true"]:focus-visible {
  color: #113e36;
}

.exchange-rate-dashboard__tabs button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.exchange-rate-dashboard__panels {
  display: flex;
  min-width: 0;
  grid-column: 1 / -1;
  gap: 8px;
  align-items: stretch;
}

.exchange-rate-dashboard__panels .exchange-rate-panel.is-tab-inactive {
  display: none;
}

.exchange-rate-dashboard__panels .exchange-rate-panel:not(.is-tab-inactive) {
  flex-basis: 100%;
}

.exchange-rate-panel {
  display: grid;
  min-width: 0;
  flex: 1 1 0;
  grid-template-columns: minmax(142px, 0.36fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 6px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  padding: 9px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.exchange-rate-panel--vietnam {
  border-color: rgba(197, 155, 61, 0.3);
}

.exchange-rate-panel > .exchange-rate-heading {
  grid-area: 1 / 1;
}

.exchange-rate-panel > .exchange-rate-grid {
  grid-area: 1 / 2;
}

.exchange-rate-panel > .exchange-rate-contact-block {
  grid-area: 2 / 1;
}

.exchange-rate-panel > .exchange-rate-note {
  grid-area: 2 / 2;
}

.exchange-rate-panel--vietnam > .exchange-rate-note {
  grid-area: 2 / 1 / 3 / -1;
}

.exchange-rate-heading h2 {
  margin: 0 0 2px;
  color: #ffffff;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  line-height: 1.16;
}

.exchange-rate-heading .eyebrow {
  margin: 0 0 3px;
  color: #f1c65b;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.exchange-rate-heading__description,
.exchange-rate-live-status {
  display: block;
  min-width: 0;
  margin: 0;
  color: rgba(248, 251, 248, 0.63);
  font-size: 0.63rem;
  line-height: 1.3;
}

.exchange-rate-live-status {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.exchange-rate-heading__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exchange-rate-live-clock {
  flex: 0 0 auto;
  color: rgba(248, 251, 248, 0.84);
  font-size: 0.59rem;
  font-weight: 800;
  white-space: nowrap;
}

.exchange-rate-grid {
  display: flex;
  min-width: 0;
  max-width: 100%;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 0;
  padding: 2px 2px 4px;
  background: transparent;
  scrollbar-color: rgba(241, 198, 91, 0.65) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.exchange-rate-grid::-webkit-scrollbar {
  height: 3px;
}

.exchange-rate-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(241, 198, 91, 0.65);
}

.exchange-rate-grid article {
  display: grid;
  min-width: 0;
  min-height: 62px;
  flex: 0 0 clamp(118px, 13vw, 148px);
  align-content: center;
  gap: 5px;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  padding: 8px 9px;
  background: rgba(255, 255, 255, 0.075);
}

.exchange-rate-grid article:hover {
  border-color: rgba(241, 198, 91, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

.exchange-rate-grid span {
  overflow: hidden;
  color: rgba(248, 251, 248, 0.62);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.exchange-rate-grid strong {
  min-width: 0;
  color: #ffffff;
  font-size: clamp(0.91rem, 1.6vw, 1.17rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.exchange-rate-note,
.exchange-rate-panel__footer {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  color: rgba(248, 251, 248, 0.55);
  font-size: 0.58rem;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exchange-rate-contact-block {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.exchange-rate-contact-strip {
  display: flex;
  min-width: 0;
  gap: 7px;
  margin: 0;
  border: 0;
  font-style: normal;
  background: transparent;
}

.exchange-rate-contact-strip a {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  gap: 3px;
  padding: 0;
  color: rgba(248, 251, 248, 0.77);
  background: transparent;
  font-size: 0.58rem;
  text-decoration: none;
  white-space: nowrap;
}

.exchange-rate-contact-strip a:hover,
.exchange-rate-contact-strip a:focus-visible {
  color: #f1c65b;
  background: transparent;
}

.exchange-rate-contact-strip span {
  color: rgba(248, 251, 248, 0.5);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.exchange-rate-contact-strip strong {
  max-width: 100px;
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
}

.exchange-rate-contact-status {
  min-width: 0;
  margin: 0;
  border: 0;
  border-left: 2px solid rgba(103, 232, 165, 0.9);
  padding: 2px 0 2px 5px;
  color: rgba(248, 251, 248, 0.55);
  background: transparent;
  font-size: 0.55rem;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1050px) and (min-width: 768px) {
  .exchange-rate-dashboard {
    grid-template-columns: minmax(135px, auto) minmax(0, 1fr);
  }

  .exchange-rate-panel {
    grid-template-columns: minmax(110px, 0.3fr) minmax(0, 1fr);
  }

  .exchange-rate-contact-strip strong {
    max-width: 72px;
  }
}

@media (max-width: 767px) {
  .exchange-rate-band {
    padding: 8px 12px;
  }

  .exchange-rate-dashboard {
    display: block;
    border-radius: 14px;
    padding: 9px;
  }

  .exchange-rate-dashboard__mobile-header {
    min-height: 31px;
    margin-bottom: 7px;
  }

  .exchange-rate-dashboard__title-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .exchange-rate-dashboard__mobile-header h2 {
    font-size: 0.9rem;
  }

  .exchange-rate-dashboard__hint {
    margin-left: auto;
  }

  .exchange-rate-dashboard__tabs {
    display: flex;
    width: 100%;
    margin: 0 0 7px;
  }

  .exchange-rate-dashboard__tabs button {
    min-width: 0;
    flex: 1 1 0;
    min-height: 29px;
    padding-inline: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .exchange-rate-dashboard__panels {
    display: block;
  }

  .exchange-rate-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 7px;
    border-radius: 11px;
    padding: 9px;
  }

  .exchange-rate-panel > .exchange-rate-heading,
  .exchange-rate-panel > .exchange-rate-grid,
  .exchange-rate-panel > .exchange-rate-contact-block,
  .exchange-rate-panel > .exchange-rate-note,
  .exchange-rate-panel--vietnam > .exchange-rate-note {
    grid-area: auto;
  }

  .exchange-rate-heading h2 {
    font-size: 0.86rem;
  }

  .exchange-rate-heading__description {
    max-width: 100%;
  }

  .exchange-rate-grid {
    gap: 5px;
    padding-bottom: 4px;
  }

  .exchange-rate-grid article {
    min-height: 60px;
    flex-basis: 126px;
    padding: 8px;
  }

  .exchange-rate-grid strong {
    font-size: 1rem;
  }

  .exchange-rate-contact-block {
    overflow: hidden;
  }

  .exchange-rate-contact-strip {
    max-width: 100%;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .exchange-rate-contact-strip::-webkit-scrollbar {
    display: none;
  }

  .exchange-rate-contact-status {
    display: none;
  }

  .exchange-rate-note,
  .exchange-rate-panel__footer {
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exchange-rate-grid {
    scroll-behavior: auto;
  }
}

/* Market tabs are a single-selection control at every breakpoint. */
.exchange-rate-panel.is-tab-inactive {
  display: none;
}

/* Keep the selected market readable: the heading, values and operational
   contact details each get their own row instead of competing for width. */
.exchange-rate-panel:not(.is-tab-inactive) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  grid-template-areas:
    "heading"
    "rates"
    "contact"
    "note";
  align-items: stretch;
}

.exchange-rate-panel:not(.is-tab-inactive) > .exchange-rate-heading {
  grid-area: heading;
}

.exchange-rate-panel:not(.is-tab-inactive) > .exchange-rate-grid {
  grid-area: rates;
}

.exchange-rate-panel:not(.is-tab-inactive) > .exchange-rate-contact-block {
  grid-area: contact;
}

.exchange-rate-panel:not(.is-tab-inactive) > .exchange-rate-note,
.exchange-rate-panel--vietnam:not(.is-tab-inactive) > .exchange-rate-note {
  grid-area: note;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-heading h2 {
  max-width: 100%;
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  line-height: 1.2;
  overflow-wrap: normal;
  text-wrap: balance;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-heading__description {
  font-size: clamp(0.68rem, 1vw, 0.76rem);
  line-height: 1.35;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-live-status {
  flex-wrap: wrap;
  row-gap: 2px;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-live-clock {
  white-space: normal;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  overflow: visible;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-strip {
  flex-wrap: wrap;
  row-gap: 4px;
  overflow: visible;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-strip a {
  font-size: 0.65rem;
  white-space: normal;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-strip strong {
  max-width: none;
  font-size: 0.65rem;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-strip span {
  font-size: 0.6rem;
}

.exchange-rate-panel:not(.is-tab-inactive) .exchange-rate-contact-status {
  display: block;
  font-size: 0.62rem;
  line-height: 1.3;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.exchange-rate-panel:not(.is-tab-inactive) > .exchange-rate-note {
  display: block;
  font-size: 0.62rem;
  line-height: 1.3;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}
