.sgx{--navy:#07354a;--blue:#0877b9;--gold:#d8992b;--mint:#52b69a;--line:#dce5e8;--muted:#5c6c75;color:#142d3c;line-height:1.6}.sgx *{box-sizing:border-box}.sgx h2,.sgx h3{color:var(--navy);line-height:1.2}.sgx-hero,.sgx-submit,.sgx-method{padding:clamp(22px,5vw,48px);border:1px solid var(--line);border-radius:22px;margin:0 0 28px}.sgx-hero{background:linear-gradient(135deg,#edf8fb,#f8f5ef)}.sgx-kicker,.sgx-tag{display:inline-block;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);font-size:.76rem}.sgx-updated,.sgx-meta{color:var(--muted);font-size:.91rem}.sgx-filters,.sgx-actions,.sgx-submit div{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.sgx button,.sgx a.sgx-primary,.sgx-actions a,.sgx-submit a{border:1px solid var(--blue);background:#fff;color:var(--blue);border-radius:999px;padding:9px 14px;min-height:42px;font:inherit;font-weight:750;text-decoration:none;cursor:pointer}.sgx button[aria-pressed=true],.sgx .sgx-primary{background:var(--blue);color:#fff}.sgx-calendar{max-width:940px;margin:24px auto;padding:clamp(15px,3vw,26px);border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 24px rgba(7,53,74,.06)}.sgx-calendar header{display:flex;align-items:center;justify-content:space-between}.sgx-calendar header h2{margin:0}.sgx-calendar header button{width:44px;padding:0;border-radius:50%}.sgx-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.sgx-weekday{text-align:center;font-size:.75rem;font-weight:800;color:var(--muted);padding:8px 0}.sgx-day{min-height:52px!important;border-color:transparent!important;border-radius:10px!important;padding:4px!important}.sgx-day.has-event{background:#edf7fb;border-color:#b9dce9!important}.sgx-day.has-meeting{box-shadow:inset 0 -4px var(--gold)}.sgx-day.selected{background:var(--navy);color:#fff}.sgx-legend{display:flex;gap:18px;color:var(--blue);font-size:.85rem}.sgx-legend .meeting{color:var(--gold)}.sgx-results-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:35px}.sgx-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.sgx-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(7,53,74,.08)}.sgx-card[hidden]{display:none}.sgx-card[data-category=meeting]{border-bottom:5px solid var(--gold)}.sgx-image{position:relative;aspect-ratio:16/8.7;background-size:cover;background-position:center;background-color:#dcebed}.sgx-image.is-fallback{background:linear-gradient(135deg,#0877b9,#52b69a)}.sgx-image span{position:absolute;right:7px;bottom:6px;max-width:88%;padding:3px 7px;border-radius:5px;background:rgba(0,0,0,.67);color:#fff;font-size:.61rem;line-height:1.25}.sgx-card-content{display:flex;gap:14px;padding:19px}.sgx-date{flex:0 0 58px;height:max-content;text-align:center;border:1px solid var(--line);border-radius:11px;overflow:hidden}.sgx-date span{display:block;background:var(--blue);color:#fff;font-size:.72rem;font-weight:900;text-transform:uppercase}.sgx-date strong{display:block;font-size:1.4rem;color:var(--navy);padding:5px}.sgx-card h3{margin:3px 0}.sgx-card h3 a{text-decoration:none}.sgx-actions{margin-bottom:0}.sgx-actions button,.sgx-actions a{font-size:.85rem;padding:7px 11px}.sgx-submit{background:#edf8f5;margin-top:40px}.sgx-method{background:#f8f5ef}.sgx-detail{max-width:850px;margin:40px auto;padding:20px}.sgx-detail article{border:1px solid #dce5e8;border-radius:20px;padding:clamp(22px,5vw,50px)}.sgx-detail h1{color:#07354a}.sgx-detail aside{margin-top:30px;background:#f8f5ef;padding:18px;border-radius:12px}@media(max-width:760px){.sgx-cards{grid-template-columns:1fr}.sgx-grid{gap:2px}.sgx-day{min-height:42px!important}.sgx-filters button{font-size:.86rem}.sgx-results-head{align-items:flex-start;flex-direction:column}}
/* First-party location fallback used when an official event supplies no image. */
.sgx-image.is-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#07354a,#0877b9 58%,#52b69a)}.sgx-location-fallback{display:flex;max-width:82%;flex-direction:column;align-items:center;text-align:center;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.28)}.sgx-location-fallback b{display:grid;place-items:center;width:54px;height:54px;margin-bottom:10px;border:3px solid rgba(255,255,255,.9);border-radius:50%;font-size:1.4rem;color:#fff}.sgx-location-fallback strong{font-size:clamp(.95rem,2vw,1.2rem);line-height:1.25}.sgx-location-fallback small{margin-top:5px;opacity:.86}
/* Compact responsive event collection. */
.sgx-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.sgx-card-content{display:block;padding:16px}.sgx-date{float:left;margin:0 12px 8px 0}.sgx-card h3{margin:2px 0 6px!important;font-size:clamp(17px,1.05vw,21px)!important;line-height:1.25!important;letter-spacing:-.01em}.sgx-card h3 a{color:var(--navy)}.sgx-card p{margin:10px 0;font-size:14px!important;line-height:1.55}.sgx-card .sgx-meta{margin-top:2px;color:var(--muted);font-size:13px!important}.sgx-image{aspect-ratio:16/9}.sgx-actions{clear:both;align-items:center;gap:6px;margin:14px 0 0}.sgx-actions a,.sgx-actions button{min-height:32px;padding:5px 9px;border-color:#b9dce9;border-radius:8px;font-size:12px!important;line-height:1.2}.sgx-actions .sgx-primary{padding-inline:11px;border-color:var(--blue)}.sgx-view-tools{display:flex;flex-wrap:wrap;gap:8px}.sgx-view-tools button{min-height:36px;padding:6px 13px;font-size:13px}.sgx-cards.is-list{grid-template-columns:1fr}.sgx-cards.is-list .sgx-card{display:grid;grid-template-columns:260px minmax(0,1fr)}.sgx-cards.is-list .sgx-image{height:100%;min-height:210px;aspect-ratio:auto}.sgx-cards.is-list .sgx-card-content{padding:20px}.sgx-cards.is-list .sgx-card h3{font-size:21px!important}@media(min-width:1680px){.sgx-cards{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1250px){.sgx-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.sgx-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.sgx-cards.is-list .sgx-card{grid-template-columns:210px minmax(0,1fr)}}@media(max-width:600px){.sgx-cards{grid-template-columns:1fr}.sgx-cards.is-list .sgx-card{display:block}.sgx-cards.is-list .sgx-image{min-height:0;aspect-ratio:16/9}.sgx-actions a,.sgx-actions button{font-size:12px!important}}
.sgx-hero{padding:clamp(18px,3vw,28px);margin-bottom:15px}.sgx-hero h2{margin:.15em 0;font-size:clamp(1.7rem,3vw,2.5rem)}.sgx-hero p{margin:8px 0}.sgx-hero .sgx-updated{font-size:.8rem}.sgx-filters{margin:12px 0 14px;gap:6px}.sgx-filters button{min-height:34px;padding:5px 11px;font-size:.8rem}.sgx-calendar-toggle{margin:0 0 18px;border:1px solid var(--line);border-radius:14px;background:#fff}.sgx-calendar-toggle>summary{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:var(--navy);cursor:pointer;list-style:none}.sgx-calendar-toggle>summary::-webkit-details-marker{display:none}.sgx-calendar-toggle>summary span:first-child{display:flex;flex-direction:column}.sgx-calendar-toggle>summary small{color:var(--muted);font-size:.76rem;font-weight:500}.sgx-calendar-toggle>summary span:last-child{font-size:1.5rem;line-height:1;transition:transform .2s}.sgx-calendar-toggle[open]>summary span:last-child{transform:rotate(45deg)}.sgx-calendar-toggle .sgx-calendar{margin:0 auto 14px;border-width:1px 0 0;border-radius:0;box-shadow:none}.sgx-results-head{margin-top:18px}.sgx-date.is-range small{display:block;padding:3px 2px 0;background:var(--navy);color:#fff;font-size:.58rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.08em}.sgx-date.is-range span{padding-top:2px}.sgx-venues{margin:44px 0 30px;padding:clamp(22px,4vw,38px);border:1px solid var(--line);border-radius:22px;background:#f6faf9}.sgx-venues>h2{margin:.2em 0}.sgx-venues>p{max-width:820px}.sgx-venue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px}.sgx-venue-grid article{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fff}.sgx-venue-grid h3{margin:0 0 7px;font-size:1rem}.sgx-venue-grid p{margin:0 0 12px;color:var(--muted);font-size:.86rem;line-height:1.45}.sgx-venue-grid a{color:var(--blue);font-size:.84rem;font-weight:800;text-decoration:none}.sgx-venue-grid a:hover{text-decoration:underline}@media(max-width:1050px){.sgx-venue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.sgx-venue-grid{grid-template-columns:1fr}.sgx-hero p:not(.sgx-updated){display:none}.sgx-calendar-toggle>summary small{display:none}}
.sgx-card .sgx-venue{clear:both;margin:10px 0;padding:8px 10px;border-left:3px solid var(--mint);border-radius:0 8px 8px 0;background:#f1f8f6;color:var(--navy);font-size:13px!important;line-height:1.4}.sgx-location-fallback b{display:none}.sgx-image.is-fallback{background:#edf4f6}.sgx-location-fallback{max-width:90%;color:var(--navy);text-shadow:none}.sgx-location-fallback strong{font-size:.9rem}.sgx-location-fallback small{color:var(--muted);font-size:.75rem}
.sgx-card[data-category=election]{border-bottom:5px solid var(--mint)}.sgx-card[data-category=election] .sgx-tag{color:#15785f}.sgx-card .sgx-venue a{color:var(--blue);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.sgx-series-break{grid-column:1/-1;margin:28px 0 2px;border-top:1px solid var(--line);padding:28px 2px 4px}.sgx-series-break[hidden]{display:none}.sgx-series-break h2{margin:.2rem 0 .35rem;font-size:clamp(1.65rem,2.5vw,2.2rem)}.sgx-series-break p{max-width:820px;margin:.2rem 0!important;color:var(--muted);font-size:.9rem!important}.sgx-cards.is-list .sgx-series-break{display:block;grid-column:auto}
.sgx-brief{padding:clamp(20px,3vw,32px);border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 7px 22px rgba(7,53,74,.06)}.sgx-brief-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}.sgx-brief-head h2{margin:.15em 0 0;font-size:clamp(1.55rem,2.5vw,2.1rem)}.sgx-brief-head>a{flex:0 0 auto;color:var(--blue);font-weight:800;text-decoration:none}.sgx-brief-list{border-top:1px solid var(--line)}.sgx-brief-event{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.sgx-brief-event time{overflow:hidden;text-align:center;border:1px solid var(--line);border-radius:10px;background:#fff}.sgx-brief-event time span{display:block;padding:1px 4px;background:var(--blue);color:#fff;font-size:.68rem;font-weight:900;text-transform:uppercase}.sgx-brief-event time strong{display:block;padding:3px 4px;color:var(--navy);font-size:1.28rem}.sgx-brief-event h3{margin:1px 0 2px;font-size:clamp(1rem,1.5vw,1.18rem)}.sgx-brief-event h3 a{color:var(--navy);text-decoration:none}.sgx-brief-event h3 a:hover,.sgx-brief-head>a:hover{text-decoration:underline}.sgx-brief-event p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.4}.sgx-brief-event .sgx-tag{font-size:.64rem}.sgx-brief-footer{margin-top:18px}.sgx-brief-footer .sgx-primary{display:inline-flex;align-items:center;justify-content:center}@media(max-width:600px){.sgx-brief-head{align-items:flex-start;flex-direction:column;gap:4px}.sgx-brief-head>a{display:none}.sgx-brief-event{align-items:start}.sgx-brief-event p{font-size:.8rem}.sgx-brief-footer .sgx-primary{width:100%;text-align:center}}
.sgx-map{overflow:hidden}.sgx-map iframe{display:block;width:100%;height:100%;border:0}.sgx-load-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin:24px 0 10px}.sgx-load-more{min-width:190px;background:var(--blue)!important;color:#fff!important}.sgx-load-wrap p{margin:0;color:var(--muted);font-size:.82rem}.sgx-venues{margin-top:28px}
.sgx-venue-group{margin-top:26px}.sgx-venue-group>h3{margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #d9ece6;font-size:1.15rem}.sgx-venue-group .sgx-venue-grid{margin-top:0}.sgx-venue-grid h4{margin:0 0 7px;color:var(--navy);font-size:1rem;line-height:1.3}.sgx-venue-group+.sgx-venue-group{margin-top:30px}
