/* Extracted from Schedule.html <style> on 2026-08-30. */
.schedule-modern .schedule-intro{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 28px rgba(0,0,0,.06);margin-bottom:24px;}
.schedule-modern .schedule-intro h2{margin-top:0;}
.schedule-modern .schedule-intro p{font-size:1.08rem;margin-bottom:0;}
.schedule-modern .schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:26px 0;}
.schedule-modern .schedule-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.07);display:flex;flex-direction:column;justify-content:space-between;}
.schedule-modern .schedule-card h3{margin:0 0 8px;color:#111;}
.schedule-modern .schedule-tag{display:inline-block;background:#fff8e6;border:1px solid #f0d99a;color:#7a5300;border-radius:999px;padding:5px 11px;font-size:.86rem;font-weight:800;margin-bottom:14px;}
.schedule-modern .schedule-card ul{list-style:none;padding-left:0;margin:14px 0 20px;}
.schedule-modern .schedule-card li{padding:9px 0;border-bottom:1px solid #f1f1f1;margin:0;}
.schedule-modern .schedule-card li:last-child{border-bottom:0;}
.schedule-modern .schedule-card .btn{width:100%;text-align:center;margin-top:auto;border-radius:50px;}
.schedule-modern .schedule-note{background:#fff8e6;border-left:5px solid var(--gold);border-radius:12px;padding:18px 20px;margin:24px 0;}
.schedule-modern .schedule-help{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px;}
.schedule-modern .schedule-help .card{padding:20px;}
.schedule-modern .contact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0 10px;}
.schedule-modern .contact-strip a{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 14px;border-radius:14px;background:#f8f8f8;border:1px solid #e8e8e8;color:#222!important;font-weight:800;text-decoration:none;}
.schedule-modern .contact-strip a:hover{background:var(--red);color:#fff!important;text-decoration:none;border-color:var(--red);}
@media(max-width:850px){.schedule-modern .schedule-grid,.schedule-modern .schedule-help,.schedule-modern .contact-strip{grid-template-columns:1fr;}.schedule-modern .schedule-intro{padding:22px;}}
