/* =============================================================
   components.css — Component overrides for Wedding Week Hub
   Targeted fixes where token substitution alone is insufficient.
   All class names are preserved exactly — no JS breakage.
   ============================================================= */

/* Full-width CTA buttons (calendar + event composer) match primary button */
.cal-add-bar-btn,
.ev-submit-btn {
  border-radius: 8px;
  min-height: 48px;
}

/* iOS toggle thumb — keep white regardless of --surface (now warm tan) */
.pri-toggle::after {
  background: #FFFFFF;
}
