.course-calendar{margin-top:74px;padding:64px clamp(22px,5vw,72px);border-radius:8px;background:#f5f1e8;text-align:left}
.calendar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:32px}
.calendar-heading .label{margin:0 0 10px;color:#b1770d;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.calendar-heading h2{margin:0;color:#183b12;font:800 clamp(31px,4vw,48px)/1.08 'Roboto Slab',serif}
.calendar-heading>p{max-width:450px;margin:0;color:#687268;font-size:14px;line-height:1.65}
.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.schedule-loading,.schedule-empty{grid-column:1/-1;padding:40px;border:1px dashed #bdc6b7;border-radius:8px;background:#ffffffa8;text-align:center;color:#687268}
.schedule-empty b{display:block;margin-bottom:8px;color:#183b12;font:800 21px 'Roboto Slab',serif}.schedule-empty p{margin:0;font-size:13px}
.schedule-card{position:relative;display:grid;grid-template-columns:64px 1fr;gap:18px;min-height:285px;padding:24px;border-top:4px solid #718640;border-radius:7px;background:#fff;box-shadow:0 7px 22px #1935130c}
.schedule-date{width:64px;height:74px;display:grid;align-content:center;justify-items:center;border-radius:5px;background:#183b12;color:#fff}
.schedule-date b{font:800 26px/1 'Roboto Slab',serif}.schedule-date span{margin-top:6px;color:#e9b73f;font-size:9px;font-weight:800;letter-spacing:.12em}
.schedule-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.schedule-category{margin:0 0 8px;color:#b1770d;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.schedule-content h3{margin:0;color:#183b12;font:800 21px/1.2 'Roboto Slab',serif}.schedule-range{margin:10px 0 0!important;color:#3f4e40!important;font-size:12px!important;font-weight:700!important;line-height:1.45!important}
.schedule-meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:14px;color:#687268;font-size:10px;font-weight:600}.schedule-description{margin:14px 0 18px!important;color:#687268!important;font-size:12px!important;line-height:1.6!important}
.schedule-content>a{margin-top:auto;color:#183b12;font-size:11px;font-weight:800;text-decoration:none}.schedule-content>a:hover{text-decoration:underline}.schedule-pending{margin-top:auto;color:#8a9189;font-size:10px;font-weight:700}
@media(max-width:1050px){.schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.course-calendar{margin-top:52px;padding:44px 20px}.calendar-heading{display:block}.calendar-heading>p{margin-top:18px}.schedule-grid{grid-template-columns:1fr}.schedule-card{min-height:250px}}
@media(max-width:420px){.schedule-card{grid-template-columns:54px 1fr;padding:20px;gap:14px}.schedule-date{width:54px;height:66px}.schedule-date b{font-size:23px}}

