dialog.fio-filter-modal[open] {
    display: block; /* oder flex, je nach Layout */
}

#fio-filter-modal {
    width: 800px;
    max-width: calc(100dvw - 3rem);
    height: fit-content;
    max-height: 90dvh;
    border: none;
    border-radius: 0.3rem;
    padding: 0;
    overflow: hidden;
}

#fio-filter-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

body:has(#fio-filter-modal[open]) {
    overflow: hidden;
}

.fio-modal-header-wrapper {
    padding: 10px 20px;
}

.fio-modal-body-footer-wrapper {
    padding: 20px;
}

.fio-modal-body-footer-wrapper fieldset {
    margin-bottom: 10px;
}

.filter-object-type-checkbox {
    border: 1px solid #959595;
}