/* fonts */
.ct-week {font-family:system-ui}.ct-week h2 {font-family:Georgia,serif}
/* colors */
.ct-week-grid {background:#fff4ef}.ct-week h2 {background:#fee5d8}.ct-week article {background:#fff}.ct-week time,.ct-sub,.ct-note {color:#514a48}.ct-title {color:#ff7f4f}
/* layout */
.ct-week-grid {display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem;max-width:76rem;margin:auto;padding:1.8rem;border-radius:.15rem;overflow:auto}.ct-week section {display:grid;grid-template-rows:auto repeat(var(--ct-rows,5),6.1rem);gap:1rem}.ct-week h2 {margin:0;padding:.75rem 1rem;border-radius:.35rem;text-align:center;font-size:1.25rem;font-weight:600}.ct-week article {display:grid;place-content:center;gap:.25rem;min-width:8.6rem;padding:.7rem;border-radius:.45rem;text-align:center}
/* special */
.ct-week time,.ct-title,.ct-sub,.ct-note {font-size:.82rem}.ct-title {font-weight:800;line-height:1.05;text-transform:uppercase;text-decoration:none}.ct-empty {opacity:1}@media(max-width:54rem){.ct-week-grid{grid-template-columns:repeat(6,10rem);gap:1rem;padding:1rem}}
/* fonts */
.ct-event-grid,.ct-calendar {font-family:system-ui}.ct-event-card h2 {font-family:Georgia,serif}
/* colors */
.ct-event-card {color:#18221e}.ct-event-card a {color:inherit}.ct-calendar-grid section {border-color:#ddd}.ct-calendar-grid section>a {background:#fee5d8;color:#221b1a}
/* layout */
.ct-event-grid {display:grid;grid-template-columns:1fr;gap:2.5rem 2.75rem}.ct-event-card {display:grid;align-content:start;gap:.75rem;text-align:center}.ct-event-card img,.ct-event-placeholder {width:100%;aspect-ratio:4/3;border-radius:1.4rem;object-fit:cover}.ct-event-placeholder {background:#eee}.ct-event-card h2 {margin:0;font-size:1.35rem;line-height:1.15;text-transform:uppercase}.ct-event-card p {margin:0;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.ct-calendar nav {display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.ct-calendar nav h2 {text-align:center}.ct-calendar nav button {font:2rem/1 system-ui}.ct-calendar-grid {display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.ct-calendar-grid>strong {text-align:center}.ct-calendar-grid>section,.ct-cal-empty {min-height:7rem;padding:.4rem;border:1px solid}.ct-calendar-grid section>a {display:block;margin-top:.35rem;padding:.25rem;border-radius:.25rem;font-size:.8rem;text-decoration:none}
/* special */
@media(min-width:40rem){.ct-event-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.ct-event-grid{grid-template-columns:repeat(var(--ct-cols,3),1fr)}}@media(max-width:40rem){.ct-calendar-grid{grid-template-columns:1fr}.ct-calendar-grid>strong,.ct-cal-empty{display:none}.ct-calendar-grid>section{min-height:auto}}

.ct-event-card p span{color:#365f4c}.ct-calendar nav button{width:2.75rem;height:2.75rem;border:0;border-radius:50%;cursor:pointer}.ct-calendar-grid section time{font-weight:700}

.ct-calendar-grid section>a {border-left:.3rem solid var(--ct-course-color);background:color-mix(in srgb,var(--ct-course-color) 18%,white)}.ct-week-range {text-align:center}.ct-event-card small {color:#514a48}

.ct-event-card{border-top:0!important}.ct-event-card h2,.ct-event-card h2 a{color:inherit}

/* dialog actions */
.ct-event-open,.ct-event-name,.ct-calendar-name {padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:inherit}.ct-event-open.ct-title {font-size:.82rem;font-weight:800;line-height:1.05;text-transform:uppercase}.ct-calendar-event {display:block;margin-top:.35rem;padding:.25rem;border-left:.3rem solid var(--ct-course-color);border-radius:.25rem;background:color-mix(in srgb,var(--ct-course-color) 18%,white);font-size:.8rem}.ct-calendar-event span {margin-right:.3rem}.ct-event-dialog img {display:block;width:min(100%,50rem);height:auto;margin:0 auto 1.5rem}.ct-event-meta {color:#514a48}
