/* ===== ROOM DETAILS LIMITED COLOR FIX ===== */

/* Only the room name/title should be white */
body .room-detail-hero .detail-title-row h1,
body .room-detail-hero .upgraded-detail-title h1,
body .room-detail-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.35) !important;
}

/* Reserved/status text should be dark */
body .detail-badges .status-pill,
body .status-pill,
body .status-pill.status-reserved,
body .status-pill.status-booked,
body .status-pill.status-unavailable,
body .status-pill.status-available {
    color: #172533 !important;
    font-weight: 950 !important;
    text-shadow: none !important;
}

/* Reserved/booked badge background */
body .status-pill.status-reserved,
body .status-pill.status-booked {
    background: #fbbf24 !important;
    border: 1px solid #d97706 !important;
}

/* Disabled reserved button text dark only */
body .booking-card .btn.disabled,
body .upgraded-booking-card .btn.disabled,
body button.btn.disabled {
    color: #172533 !important;
    opacity: 1 !important;
    font-weight: 950 !important;
}
