/* Villa detayındaki ve villa listesindeki gelişmiş fiyat takvimleri. */
.vcal-grid {
    gap: 5px !important;
}

.vcal-day,
.md-booking-popover .vcal-day,
.md-availability .vcal-day {
    min-height: 62px !important;
    padding: 7px 3px 6px !important;
}

.vcal-day > b {
    font-size: 14px !important;
    line-height: 1.15 !important;
}

.vcal-day .vcal-price {
    margin-top: 7px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.vcal-day del {
    font-size: 9px !important;
    line-height: 1.05 !important;
}

/* Geçmiş tarihler yalnızca gün bilgisini gösterir; fiyatlar gizlenir. */
.vcal-day.is-past {
    opacity: .38 !important;
    background: #f3f6f5 !important;
    border-color: #e6ece9 !important;
    box-shadow: none !important;
}

.vcal-day.is-past > b {
    color: #83908b !important;
}

.vcal-day.is-past .vcal-price,
.vcal-day.is-past del {
    display: none !important;
}

.vac-day,
.vac-blank {
    height: 66px !important;
}

.vac-day {
    padding: 6px 3px 4px !important;
}

.vac-day b {
    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 600 !important;
}

.vac-prices {
    min-height: 30px !important;
    line-height: 13px !important;
}

.vac-prices del {
    font-size: 10px !important;
    font-weight: 600 !important;
}

.vac-prices small {
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* Görünen tüm gecelik ücretler yüksek kontrastlı siyah kullanır. */
.vcal-day .vcal-price,
.vcal-day del,
.vcal-day.is-turnover .vcal-price,
.vcal-day.is-start .vcal-price,
.vcal-day.is-end .vcal-price {
    color: #111 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

@media (max-width: 700px) {
    .vcal-day,
    .md-booking-popover .vcal-day,
    .md-availability .vcal-day {
        min-height: 54px !important;
        padding-inline: 2px !important;
    }

    .vcal-day > b {
        font-size: 12px !important;
    }

    .vcal-day .vcal-price {
        font-size: 8.5px !important;
    }

    .vac-day,
    .vac-blank {
        height: 54px !important;
    }

    .vac-prices del,
    .vac-prices small {
        font-size: 9px !important;
    }
}
