/* Group checkbox component — light theme matching the sponsors page */
.gcb-wrap{margin-bottom:2px}
.gcb-search{width:100%;border:1px solid #ddd;border-radius:4px;padding:9px 12px;font-size:.85rem;margin-bottom:12px;background:#fff}
.gcb-search:focus{border-color:#86D335;box-shadow:0 0 0 3px rgba(134,211,53,.15);outline:none}
.gcb-box{border:1px solid #e8f0dc;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .15s}
.gcb-box:hover{border-color:#d4e4c4}
.gcb-head{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #eef3e6;cursor:pointer;user-select:none}
.gcb-head .gcb-sa{width:18px;height:18px;accent-color:#86D335;flex-shrink:0;margin:0;cursor:pointer}
.gcb-title{font-size:.78rem;font-weight:700;color:#2d5a1e;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}
.gcb-count{font-size:.7rem;font-weight:600;color:#5a7a44;background:#f3f8ea;border:1px solid #e4eed2;border-radius:999px;padding:1px 9px;margin-left:auto;white-space:nowrap}
.gcb-collapse{background:none;border:none;color:#8aa57a;padding:2px 6px;font-size:.8rem;cursor:pointer;line-height:1}
.gcb-collapse:hover{color:#2d5a1e}
.gcb-items{display:none;padding:10px 14px;gap:6px}
.gcb-items.open{display:grid;grid-template-columns:1fr}
@media (min-width:576px){
    .gcb-items.gcb-cols-2{grid-template-columns:repeat(2,1fr)}
    .gcb-items.gcb-cols-3{grid-template-columns:repeat(3,1fr)}
}
.gcb-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#333;padding:5px 8px;border-radius:4px;cursor:pointer;margin:0;min-width:0}
.gcb-item:hover{background:#f7faf2}
.gcb-item input{width:16px;height:16px;accent-color:#86D335;margin:0;flex-shrink:0;cursor:pointer}
.gcb-item span{line-height:1.3}
