.elementor-1525 .elementor-element.elementor-element-778609cd{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4ddd1d5c *//* Container layout for Single Accommodation Page */
.single-mphb_room_type #primary {
    max-width: 1200px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}

/* Force content into two columns */
.single-mphb_room_type .mphb-single-room-type-attributes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-top: 30px !important;
}

/* Fix the giant stretching image */
.single-mphb_room_type .wp-post-image {
    max-width: 100% !important;
    height: 450px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

/* Title Styling */
.single-mphb_room_type .entry-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
}

/* Clean up the unstyled list details (Capacity, Beds, etc.) */
.single-mphb_room_type .mphb-loop-room-type-attributes {
    list-style: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    background: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.single-mphb_room_type .mphb-loop-room-type-attributes li {
    font-size: 15px !important;
    color: #4a4a4a !important;
}

.single-mphb_room_type .mphb-loop-room-type-attributes li strong {
    color: #1a1a1a !important;
}

/* Style the Reservation Form container */
.single-mphb_room_type .mphb-booking-form {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    margin-top: 30px !important;
}

/* Make calendar inputs look premium */
.single-mphb_room_type .mphb-booking-form input, 
.single-mphb_room_type .mphb-booking-form select {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    margin-bottom: 15px !important;
}/* End custom CSS */