.date-preset-modal .search-modal__backdrop {
    z-index: 11000;
}

.date-preset-modal .search-modal__panel {
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11001;

    max-height: calc(100vh - 24px);
    overflow-y: auto;
}

.date-preset-options {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.date-preset-trigger {
    margin-top: 10px;
}