/* Booking sidebar card – original image height + readable title */
.booking-card {
    overflow: hidden;
}

.booking-card-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.booking-card-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0.48) 100%);
    z-index: 1;
}

.booking-card-title #main_label,
.booking-card-title .booking-card-title-text {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 42px 0;
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    letter-spacing: 0.03em;
}

.booking-card-location {
    padding: 12px 16px !important;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #1e293b !important;
}
