/* === Schedule page ==========================================================
   The frame around the grid. Loaded only on the schedule page.
   ========================================================================== */

.icrt-schedpage__grid { margin: 2.25rem 0 3rem; }

/* The shortcode is wrapped by the editor in a paragraph on some renders; the
   grid must not inherit a reading measure from it. */
.icrt-schedpage__grid > p { margin: 0; }

.icrt-schedpage__now {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0.55rem 0.95rem 0.55rem 0.8rem;
  border-radius: 999px;
  background: var(--icrt-mist);
  color: var(--icrt-ink);
}

.icrt-schedpage__nowdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--icrt-accent);
  box-shadow: 0 0 0 0 rgba(17, 96, 212, 0.8);
  animation: icrt-pulse 2s infinite;
}

.icrt-schedpage__nowlabel {
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--icrt-muted);
}

.icrt-schedpage__nowshow {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--icrt-ink);
  text-decoration: none;
}

.icrt-schedpage__nowshow:hover { text-decoration: underline; }

.icrt-schedpage__nowtime {
  font-size: .8125rem;
  color: var(--icrt-muted);
  font-variant-numeric: tabular-nums;
}
