/* Календарь - светлая тема (как на странице квартиры) */
.calendar-popup {
    background: #E7E3DA !important;
    border: 1.5px solid #261C15 !important;
    width: 350px !important;
}

.calendar-month {
    color: #9C4124 !important;
}

.calendar-nav-btn {
    border: 1px solid #261C15 !important;
    color: #261C15 !important;
}

.calendar-nav-btn:hover {
    background-color: rgba(156, 65, 36, 0.1) !important;
}

.calendar-day {
    color: #261C15 !important;
}

.calendar-day.day-name {
    color: #9C4124 !important;
}

.calendar-day:hover:not(.disabled):not(.day-name) {
    background-color: rgba(156, 65, 36, 0.3) !important;
}

.calendar-day.selected {
    background: #9C4124 !important;
    color: #E7E3DA !important;
}

.calendar-day.disabled {
    color: rgba(38, 28, 21, 0.3) !important;
}

/* Поле Город - disabled, стиль как в каталоге (Issue #1) */
.filter-field.city .filter-input {
    opacity: 0.7 !important;
    cursor: default !important;
    background: rgba(0,0,0,0.03) !important;
}

.filter-field.city .filter-value {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #261C15 !important;
    font-family: 'Unbounded', Arial, sans-serif !important;
    font-weight: 400 !important;
}

.filter-field.city .filter-icon {
    opacity: 1 !important;
}

.filter-field.city .filter-icon svg {
    width: 24px;
    height: 24px;
}
