/* Self-contained styling so the plugin renders correctly under any theme.
   Tuned to read on the dark slate header band of the fastcat theme. */
.fc-cutoff {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.fc-cutoff__clock {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.15rem 0.5rem;
  border-radius: 0.375rem;
}
.fc-cutoff__msg {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
/* Match the theme's existing "hidden xl:block" treatment for this line. */
@media (max-width: 1279px) {
  .fc-cutoff { display: none; }
}
