/* ============================================
   Seeds For Feeds - Game Time Localization
   ============================================ */

/* Stadium-local time, shown inline next to ET */
.time-local {
  font-weight: 400;
  opacity: 0.7;
  font-size: 0.92em;
  margin-left: 0.15em;
}

/* Your-local time annotation injected by JS */
.time-your-local {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #C99437;
  margin-left: 0.4em;
  white-space: nowrap;
}

/* On the navy-background bracket cards / homepage, lighten it */
.sff-wx-dark .time-your-local,
.regional .time-your-local,
.bracket .time-your-local {
  color: #D4A04A;
}
