
.sas-bs-live {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dce3ee;
  border-top: 4px solid #0b1f5e;
  border-radius: 8px;
  background: #fff;
  font-variant-numeric: tabular-nums;
}

.sas-bs-live--single {
  margin: 16px 0 22px;
}

.sas-bs-live--loop {
  margin: 10px 17px 0;
  font-size: 11.5px;
}

.sas-bs-live__label {
  padding: 9px 12px;
  background: #f5f7fb;
  color: #071747;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sas-bs-live__row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 12px;
  border-top: 1px solid #dce3ee;
}

.sas-bs-live__row strong {
  color: #667085;
}

.sas-bs-live__row span {
  color: #071747;
  font-weight: 800;
  text-align: right;
}

.sas-bs-live-countdown.is-closed span {
  color: #b42318;
}

.sas-bs-live-freshness.is-stale span {
  color: #b54708;
}

.sas-bs-live__note {
  margin: 0;
  padding: 11px 12px;
  border-top: 1px solid #dce3ee;
  background: #fffcf2;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}
