   /* ========================================
           SINGLE ROOM PAGE - COMPLETE RESET
           ======================================== */
        
        /* Base Content Wrapper */
        .single-room-content {
            font-family: 'tt-commons', sans-serif;
        }

        .single-room-content p{
            font-family: "tt-commons-pro-thin", sans-serif;
            padding-top: 1rem;

            font-size: 1.25rem;
            font-weight: 100;
            font-style: normal;
        }
        
        /* Description Paragraph */
        .single-room-content > p:first-of-type {
            
        }
        
        .dark .single-room-content > p:first-of-type {
            border-color: rgba(251, 191, 36, 0.25);
        }
        
        /* ========================================
           ALL H2 HEADINGS
           ======================================== */
        .single-room-content h2,
        h2.mphb-details-title,
        h2.mphb-calendar-title,
        h2.mphb-reservation-form-title {
            font-family: "p22-numismatic", sans-serif  !important;  
            text-transform: uppercase !important;
            font-size: 1.5rem !important;
            margin: 3rem 0 1.5rem 0 !important;
            letter-spacing: 0.05em !important;
            padding: 0 !important;
            background: none !important;
            
        }
        
        .mphb-details-title,
        .mphb-reservation-form-title {
            border-top: 1px dotted rgba(254, 243, 199, 0.25) !important;
            margin-top: 4rem !important;
        }

        .mphb-calendar-title{
            display: none !important;
        }

        /* ========================================
           GALLERY
           ======================================== */
        .mphb-room-type-gallery-wrapper,
        .mphb-single-room-type-gallery-wrapper {
            margin: 3rem 0 !important;
            border-top: 1px dotted rgba(254, 243, 199, 0.25) !important;
            padding-top: 1rem !important;
        }
        
        .gallery {
            
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1rem !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .gallery-item {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            float: none !important;
        }
        
        .gallery-item dt,
        .gallery-item .gallery-icon {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .gallery-item img {
            width: 100% !important;
            height: 200px !important;
            object-fit: cover !important;
            border-radius: 0.5rem !important;
            border: none !important;
            transition: transform 0.3s ease !important;
        }
        
        .gallery-item img:hover {
            transform: scale(1.03);
        }
        
        /* ========================================
           ATTRIBUTES / DETAILS
           ======================================== */
        ul.mphb-single-room-type-attributes {
            padding: 2rem !important;
            margin: 2rem 0 !important;
            background: rgba(251, 191, 36, 0.05) !important;
            border: 1px dotted rgba(28, 25, 23, 0.25) !important;
            border-radius: 0.5rem !important;
            list-style: none !important;
            display: grid !important;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
            gap: 1.5rem !important;
        }
        
        .dark ul.mphb-single-room-type-attributes {
            border-color: rgba(251, 191, 36, 0.25) !important;
        }
        
        .mphb-single-room-type-attributes li {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .mphb-attribute-title {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            font-size: 0.75rem !important;
            letter-spacing: 0.1em !important;
            color: #78716c !important;
            display: block !important;
            margin-bottom: 0.25rem !important;
        }
        
        .dark .mphb-attribute-title {
            color: rgba(251, 191, 36, 0.6) !important;
        }
        
        .mphb-attribute-value {
            font-family: 'tt-commons', sans-serif !important;
            font-size: 1.125rem !important;
            font-weight: 600 !important;
            display: block !important;
        }
        
    /* ========================================
   PRICE DISPLAY
   ======================================== */
p.mphb-regular-price {
    margin-bottom: 3rem !important;
    padding-bottom: 2rem !important;
}

.mphb-price {
    display: block !important;
    font-size: 2rem !important;
}

.mphb-price-period {
    border-bottom: 0px !important;
}

.mphb-price-period::after {
    content: "." !important;
}

        .mphb-price-period::after {
            content: "." !important;
        }
        
        /* ========================================
           CALENDAR
           ======================================== */
        .mphb-calendar {
            display: none !important;
            margin: 2rem 0 !important;
            max-width: 100% !important;
            overflow-x: auto !important;
        }
        
        /* ========================================
           BOOKING FORM
           ======================================== */
        form.mphb-booking-form {
            padding: 2rem !important;
            background: rgba(251, 191, 36, 0.05) !important;
            border: 1px dotted rgba(28, 25, 23, 0.25) !important;
            border-radius: 0.5rem !important;
            margin: 2rem 0 !important;
        }
        
        .dark form.mphb-booking-form {
            border-color: rgba(251, 191, 36, 0.25) !important;
        }
        
        .mphb-booking-form label {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            font-size: 0.75rem !important;
            letter-spacing: 0.1em !important;
            font-weight: 600 !important;
            display: block !important;
            margin-bottom: 0rem !important;
        }
        
        .mphb-booking-form input[type="text"],
        .mphb-booking-form select {
            width: 100% !important;
            padding: 0.75rem 1rem !important;
            border: 1px solid rgba(28, 25, 23, 0.25) !important;
            border-radius: 0.375rem !important;
            font-family: 'tt-commons', sans-serif !important;
            font-size: 1rem !important;
            background: white !important;
            margin-bottom: 3rem !important;
            color: rgba(0, 0, 0, 1) !important;
        }
        
        .dark .mphb-booking-form input[type="text"],
        .dark .mphb-booking-form select {
            border-color: rgba(251, 191, 36, 0.25) !important;
            background: rgba(0, 0, 0, 0.3) !important;
            color: #fef3c7 !important;
        }
        
        /* ========================================
           BUTTONS
           ======================================== */
        .mphb-book-button,
        .button.mphb-button,
        input.mphb-confirm-reservation,
        input.mphb-reserve-btn {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            letter-spacing: 0.1em !important;
            padding: 1rem 2rem !important;
            border-radius: 0.5rem !important;
            background: #f59e0b !important;
            color: #000 !important;
            border: none !important;
            font-weight: 600 !important;
            font-size: 0.875rem !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            display: inline-block !important;
            margin-top: 1rem !important;
        }
        
        .mphb-book-button:hover,
        .button.mphb-button:hover,
        input.mphb-confirm-reservation:hover,
        input.mphb-reserve-btn:hover {
            background: #d97706 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3) !important;
        }
        
        /* ========================================
           MISC CLEANUP
           ======================================== */
        .mphb-required-fields-tip {
            font-size: 0.75rem !important;
            opacity: 0.6 !important;
            margin-bottom: 3rem !important;
        }
        
        .mphb-reserve-room-section {
            margin-top: 1.5rem !important;
            padding-top: 1.5rem !important;
            border-top: 1px dotted rgba(28, 25, 23, 0.15) !important;
        }
        
        .mphb-errors-wrapper,
        .mphb-hide {
            display: none !important;
        }
        
        .mphb-rooms-quantity-wrapper {
            font-family: 'tt-commons', sans-serif !important;
            margin-bottom: 1rem !important;
        }
        
        /* Category links */
        .mphb-room-type-categories a {
            color: #f59e0b !important;
            text-decoration: none !important;
        }
        
        .mphb-room-type-categories a:hover {
            text-decoration: underline !important;
        }


        abbr:where([title]) {
            -webkit-text-decoration: none;
            text-decoration: none;
        }

        /* ========================================
           VIEW DETAILS BUTTON (booking page listing)
           ======================================== */
        .button.mphb-view-details-button {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            letter-spacing: 0.1em !important;
            padding: 1rem 2rem !important;
            border-radius: 0rem !important;
            background: #f59e0b !important;
            color: #000 !important;
            border: none !important;
            font-weight: 600 !important;
            font-size: 0.875rem !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            display: inline-block !important;
            margin-top: 1rem !important;
            text-decoration: none !important;
        }

        .button.mphb-view-details-button:hover {
            background: #d97706 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3) !important;
        }

        /* ========================================
           AVAILABILITY SEARCH FORM (booking page)
           ======================================== */
        form.mphb_sc_search-form {
            padding: 2rem !important;
            background: rgba(251, 191, 36, 0.05) !important;
            border: 1px dotted rgba(28, 25, 23, 0.25) !important;
            border-radius: 0.5rem !important;
            margin: 2rem 0 !important;
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 1.5rem !important;
            align-items: stretch !important;
        }

        .dark form.mphb_sc_search-form {
            border-color: rgba(251, 191, 36, 0.25) !important;
        }

        form.mphb_sc_search-form > p {
            margin: 0 !important;
            padding: 0 !important;
            flex: 1 !important;
            min-width: 140px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
        }

        form.mphb_sc_search-form > p br {
            display: none !important;
        }

        form.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper {
            justify-content: flex-end !important;
        }

        form.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper input[type="submit"] {
            margin: 0 !important;
            height: 50px !important;
        }

        form.mphb_sc_search-form label {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            font-size: 0.75rem !important;
            letter-spacing: 0.1em !important;
            font-weight: 600 !important;
            display: block !important;
            margin-bottom: 0.5rem !important;
        }

        form.mphb_sc_search-form input[type="text"],
        form.mphb_sc_search-form select {
            width: 100% !important;
            height: 50px !important;
            box-sizing: border-box !important;
            padding: 0.75rem 1rem !important;
            border: 1px solid rgba(28, 25, 23, 0.25) !important;
            border-radius: 0.375rem !important;
            font-family: 'tt-commons', sans-serif !important;
            font-size: 1rem !important;
            background: white !important;
            color: rgba(0, 0, 0, 1) !important;
        }

        .dark form.mphb_sc_search-form input[type="text"],
        .dark form.mphb_sc_search-form select {
            border-color: rgba(251, 191, 36, 0.25) !important;
            background: rgba(0, 0, 0, 0.3) !important;
            color: #fef3c7 !important;
        }

        form.mphb_sc_search-form input[type="submit"].button {
            font-family: 'tt-commons', sans-serif !important;
            text-transform: uppercase !important;
            letter-spacing: 0.1em !important;
            padding: 0.75rem 2rem !important;
            border-radius: 0.5rem !important;
            background: #f59e0b !important;
            color: #000 !important;
            border: none !important;
            font-weight: 600 !important;
            font-size: 0.875rem !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            white-space: nowrap !important;
        }

        form.mphb_sc_search-form input[type="submit"].button:hover {
            background: #d97706 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3) !important;
        }

        form.mphb_sc_search-form .mphb-required-fields-tip {
            flex-basis: 100% !important;
            order: 99 !important;
            margin: 0 !important;
        }

/* ...existing code... */

/* Adults/Children selector styling */
.mphb-booking-form select,
.mphb-rooms-chooser select {
    padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: white !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px !important;
}

/* Dark mode */
.dark .mphb-booking-form select,
.dark .mphb-rooms-chooser select {
    background-position: right 1rem center !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f59e0b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
}

        /* Hero Image Vertical Pan Animation */
.hero-pan {
    height: 120% !important;
    animation: panVertical 20s ease-in-out infinite alternate;
}

@keyframes panVertical {
    0% {
        object-position: center 50%;
    }
    100% {
        object-position: center bottom;
    }
}

