/* Hamilton North Event Category Filters 1.3.8 */
.hnd-event-category-filters {
    margin: 0 0 26px !important;
    padding: 16px 18px !important;
    border: 1px solid #d9dde3 !important;
    border-radius: 10px !important;
    background: #f7f8fa !important;
    box-sizing: border-box !important;
}
.hnd-event-filter-heading { display:flex !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; margin:0 0 12px !important; padding:0 !important; }
.hnd-event-filter-heading-left { display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:8px 10px !important; min-width:0 !important; }
.hnd-event-filter-label { font-size:14px !important; font-weight:700 !important; line-height:1.3 !important; color:#252a31 !important; }
.hnd-event-filter-selected-count { display:inline-flex !important; align-items:center !important; min-height:22px !important; padding:3px 8px !important; border-radius:999px !important; background:#e6e9ee !important; color:#59616d !important; font-size:11px !important; font-weight:700 !important; line-height:1 !important; }
.hnd-event-filter-clear { flex:0 0 auto !important; margin:0 !important; padding:3px 0 !important; color:#4d5662 !important; font-size:12px !important; font-weight:700 !important; line-height:1.3 !important; text-decoration:none !important; }
.hnd-event-filter-buttons { display:flex !important; flex-wrap:wrap !important; align-items:center !important; gap:8px !important; margin:0 !important; padding:0 !important; }
.hnd-event-filter-button { display:inline-flex !important; align-items:center !important; justify-content:center !important; width:auto !important; min-width:0 !important; min-height:34px !important; margin:0 !important; padding:0 !important; border:1px solid #c7cdd4 !important; border-radius:7px !important; background:#fff !important; color:#303740 !important; font-family:inherit !important; font-size:13px !important; font-weight:600 !important; line-height:18px !important; white-space:nowrap !important; text-decoration:none !important; box-sizing:border-box !important; cursor:pointer !important; box-shadow:0 1px 1px rgba(0,0,0,.03) !important; }
.hnd-event-filter-button:hover, .hnd-event-filter-button:focus-visible { border-color:#8d96a1 !important; background:#f1f3f5 !important; color:#171c22 !important; text-decoration:none !important; }
.hnd-event-filter-button.is-active, .hnd-event-filter-button.is-active:hover, .hnd-event-filter-button.is-active:focus-visible { border-color:#26313d !important; background:#26313d !important; color:#fff !important; }
.hnd-event-filter-button-label { display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:7px !important; margin:0 !important; padding:7px 14px !important; line-height:18px !important; box-sizing:border-box !important; }
.hnd-event-filter-check { display:inline-flex !important; align-items:center !important; justify-content:center !important; flex:0 0 16px !important; width:16px !important; height:16px !important; margin:0 !important; border:1px solid rgba(255,255,255,.75) !important; border-radius:50% !important; background:rgba(255,255,255,.12) !important; color:#fff !important; font-size:10px !important; font-weight:800 !important; line-height:1 !important; box-sizing:border-box !important; }
.hnd-event-filter-match { display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:0 !important; margin:0 0 10px !important; padding:0 !important; }
.hnd-event-filter-match-label { margin:0 7px 0 0 !important; color:#68717c !important; font-size:12px !important; font-weight:600 !important; line-height:28px !important; }
.hnd-event-filter-match-option { display:inline-flex !important; align-items:center !important; justify-content:center !important; min-height:28px !important; margin:0 !important; padding:4px 10px !important; border:1px solid #c7cdd4 !important; background:#fff !important; color:#4c5662 !important; font-size:11px !important; font-weight:700 !important; line-height:18px !important; text-decoration:none !important; }
.hnd-event-filter-match-option:first-of-type { border-radius:6px 0 0 6px !important; }
.hnd-event-filter-match-option:last-child { margin-left:-1px !important; border-radius:0 6px 6px 0 !important; }
.hnd-event-filter-match-option:hover, .hnd-event-filter-match-option:focus-visible { background:#f1f3f5 !important; color:#20262d !important; text-decoration:none !important; }
.hnd-event-filter-match-option.is-active { position:relative !important; z-index:1 !important; border-color:#26313d !important; background:#26313d !important; color:#fff !important; }
.hnd-event-filter-help { margin:9px 0 0 !important; padding:0 !important; color:#707985 !important; font-size:11px !important; line-height:1.4 !important; }
@media (max-width:640px) {
    .hnd-event-category-filters { padding:13px !important; }
    .hnd-event-filter-buttons { gap:6px !important; }
    .hnd-event-filter-button { min-height:34px !important; font-size:12px !important; }
    .hnd-event-filter-button-label { padding:7px 11px !important; }
    .hnd-event-filter-match { margin-bottom:9px !important; }
}

/* Category group headings */
.hnd-event-filter-group {
    margin: 0 0 14px !important;
    padding: 0 !important;
}
.hnd-event-filter-group:last-child {
    margin-bottom: 0 !important;
}
.hnd-event-filter-group-title {
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #59616d !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}
.hnd-event-filter-group-buttons {
    margin: 0 !important;
    padding: 0 !important;
}
