body.has-search #liveSection,
body.has-search #upcomingSection,
body.has-search #featuredSection,
body.has-search #recentHeader { display: none !important; }

body.has-filter #liveSection,
body.has-filter #upcomingSection,
body.has-filter #featuredSection { display: none !important; }

.gp-filter-select {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--gp-surface-2);
    border: 1px solid var(--gp-border);
    border-radius: 8px;
    color: var(--gp-text-primary);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    height: 34px;
    padding: 0 28px 0 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    transition: border-color .15s, box-shadow .15s;
}

.gp-filter-select:focus {
    border-color: var(--gp-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gp-accent) 15%, transparent);
    outline: none;
}

.gp-filter-select:hover {
    border-color: var(--gp-accent);
}
