/* Nur die für den Header/Slide nötigen Ergänzungen.
   Bestehende Filter-Styles des Themes können weiterhin verwendet werden. */

.filter-header {
    position: relative;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-header .filter-title {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center;
    z-index: 1;
color: var(--blue);
}

.filter-header .back-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.filter-header .back-button img {
    width: 28px;
    height: 12px;
    display: block;
}

.filter-actions {
    padding: 10px;
    text-align: center;
}

[data-select-all-wrapper][hidden] {
    display: none !important;
}


.filter-header .filter-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
color: var(--blue);
    margin: 0;
    padding: 0;

    background: none;
    border: 0;
    cursor: pointer;

    font-size: 28px;
    line-height: 1;
}


.filter-subtitle {      font-size: 14px;
    margin-bottom: 10px; margin-top: 30px;
    font-weight: 500;
    color: var(--blue);}