/* WordPress-rendered elements. Keep separate from the refreshed design snapshot. */
.hero-section .hero-content { padding-bottom: 7.25rem; }
.skip-link {
  position: fixed;
  top: -10rem;
  left: 1rem;
  z-index: 100001;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: white;
  color: var(--color-primary);
  font-weight: 700;
  box-shadow: var(--shadow-whisper);
}

.skip-link:focus {
  top: 1rem;
}

body:has(#wpadminbar) .skip-link:focus {
  top: 3.5rem;
}

/* Keep today's list in the first mobile screen, below the introduction. */
.meeting-language { margin-top: 0.6rem; white-space: nowrap; }
@media (max-width: 600px) {
  .hero-section { min-height: auto; }
  .hero-section .hero-content { padding-top: 2rem; padding-bottom: 3.5rem; }
  .hero-section .hero-body { display: none; }
  .hero-section .hero-actions { margin-top: 1.25rem; }
}
