.events-module{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.events-module__head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 2px 12px}
.events-module__kicker{margin:0 0 3px;color:var(--green-dark);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.events-module h2{margin:0;font-size:24px;letter-spacing:-.04em}
.events-module__sub{margin:3px 0 0;color:var(--muted);font-size:10px}
.events-status{flex:none;color:var(--muted);font-size:9px;text-align:right}
.events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.event-column{min-width:0}
.event-column>h3{margin:0 2px 6px;font-size:10px;text-transform:uppercase;letter-spacing:.055em;color:#5e6b63}
.event-group{min-width:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(23,35,28,.035)}
.event-list{max-height:250px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-gutter:stable}
.event-line{height:50px;display:grid;grid-template-columns:66px minmax(0,1fr) 12px;gap:8px;align-items:center;padding:0 10px;border-bottom:1px solid #f0f3f1;text-decoration:none;transition:background .15s ease;touch-action:pan-y}
.event-line:last-child{border-bottom:0}.event-line:hover{background:#f6f9f7}.event-line:focus-visible{outline:2px solid rgba(23,111,89,.25);outline-offset:-2px}
.event-line time{font-variant-numeric:tabular-nums;color:#748078;font-weight:850;white-space:nowrap;font-size:9px}
.event-copy{display:grid;gap:2px;min-width:0;align-content:center}
.event-venue{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#758179;font-size:8px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.event-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:850;color:#27342c;font-size:10px;line-height:1.15}
.event-arrow{color:var(--green-dark);font-size:12px;text-align:right}
.event-empty{height:50px;display:flex;align-items:center;padding:0 10px;color:var(--muted);font-size:9px}
.event-more{display:none;width:100%;min-height:40px;border:0;border-top:1px solid #edf1ee;background:#f8faf9;color:var(--green-dark);font-size:10px;font-weight:850;cursor:pointer}
@media(max-width:760px){
  .events-grid{grid-template-columns:1fr;gap:16px}
  .events-module__head{align-items:start;margin-bottom:14px}
  .events-status{max-width:120px}
  .event-column>h3{margin:0 2px 7px}
  .event-line{grid-template-columns:62px minmax(0,1fr) 12px;min-height:54px;height:54px;padding:0 10px;touch-action:pan-y}
  .event-list{max-height:270px;overflow:hidden;overscroll-behavior:auto;scrollbar-gutter:auto;touch-action:pan-y}
  .event-list.is-expanded{max-height:none;overflow:visible}
  .event-more{display:block;touch-action:manipulation}
  .event-venue{font-size:8px}
  .event-name{font-size:10.5px}
}
