/* ============================
   MPHB Availability Search Form
   Tallinn CityScape Custom Styles
   ============================ */

.mphb_sc_search-wrapper {
    max-width: 720px;
    margin: 30px auto;
    background: #f5f3f0;
    padding: 35px 40px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mphb_sc_search-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
}

.mphb_sc_search-form > p {
    flex: 1 1 180px;
    margin: 0;
}

.mphb_sc_search-form label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1b2c33;
    margin-bottom: 8px;
}

.mphb_sc_search-form .mphb-datepick,
.mphb_sc_search-form select {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.mphb_sc_search-form .mphb-datepick:focus,
.mphb_sc_search-form select:focus {
    outline: none;
    border-color: #aa998a;
    box-shadow: 0 0 0 3px rgba(170, 153, 138, 0.15);
}

.mphb_sc_search-submit-button-wrapper {
    flex: 0 0 auto;
}

.mphb_sc_search-submit-button-wrapper input[type="submit"],
.mphb_sc_search-submit-button-wrapper button[type="submit"] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #1b2c33;
    color: #ffffff;
    padding: 12px 32px;
    border: 2px solid #1b2c33;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mphb_sc_search-submit-button-wrapper input[type="submit"]:hover,
.mphb_sc_search-submit-button-wrapper button[type="submit"]:hover {
    background: #aa998a;
    border-color: #aa998a;
    color: #ffffff;
}

/* Hide the required fields tip for cleaner look */
.mphb_sc_search-form .mphb-required-fields-tip {
    display: none;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .mphb_sc_search-wrapper {
        padding: 25px 20px;
        margin: 20px 15px;
    }

    .mphb_sc_search-form {
        flex-direction: column;
    }

    .mphb_sc_search-form > p {
        flex: 1 1 100%;
    }

    .mphb_sc_search-submit-button-wrapper input[type="submit"],
    .mphb_sc_search-submit-button-wrapper button[type="submit"] {
        width: 100%;
    }
}

/* Hide line breaks in date fields */
.mphb_sc_search-check-out-date br,
.mphb_sc_search-check-in-date br {
    display: none;
}

/* Align submit button to bottom */
.mphb_sc_search-submit-button-wrapper {
    align-self: flex-end;
}

/* ============================
   MPHB Search Results Page
   ============================ */

/* Results info bar */
.mphb_sc_search_results-info {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e4df;
    margin-bottom: 30px;
}

/* ---- Recommendation Section ---- */
.mphb-recommendation-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C2C34;
    margin-bottom: 20px;
}

.mphb-recommendation {
    background: #f5f3f0;
    padding: 30px 35px;
    margin-bottom: 40px;
}

.mphb-recommendation-details-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.mphb-recommendation-details-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e8e4df;
}

.mphb-recommendation-details-list li:last-child {
    border-bottom: none;
}

.mphb-recommendation-item-link {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C2C34;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb-recommendation-item-link:hover {
    color: #aa998a;
}

.mphb-recommendation-item-guests {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
}

.mphb-recommedation-item-subtotal .mphb-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C2C34;
}

.mphb-recommendation-total {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1C2C34;
    margin-bottom: 20px;
}

.mphb-recommendation-reserve-button {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #1C2C34 !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    border: 2px solid #1C2C34 !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

.mphb-recommendation-reserve-button:hover {
    background: #aa998a !important;
    border-color: #aa998a !important;
    color: #ffffff !important;
}

/* ---- Reservation Cart ---- */
.mphb-reservation-cart {
    background: #f5f3f0;
    padding: 25px 35px;
    margin-bottom: 40px;
}

.mphb-reservation-cart p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.mphb-cart-total-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px !important;
    font-weight: 700;
    color: #1C2C34 !important;
}

/* ---- Room Type Cards ---- */
.mphb_sc_search_results-wrapper .mphb-room-type {
    border: 1px solid #e8e4df;
    padding: 0;
    margin: 0 0 40px 0;
    background: #ffffff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.mphb_sc_search_results-wrapper .mphb-room-type:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Room image */
.mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail {
    margin: 0;
    overflow: hidden;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.mphb_sc_search_results-wrapper .mphb-room-type:hover .mphb-loop-room-thumbnail img {
    transform: scale(1.03);
}

/* Room title */
.mphb_sc_search_results-wrapper .mphb-room-type-title.entry-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    padding: 25px 35px 0;
    margin: 0;
}

.mphb_sc_search_results-wrapper .mphb-room-type-title.entry-title a {
    color: #1C2C34;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb_sc_search_results-wrapper .mphb-room-type-title.entry-title a:hover {
    color: #aa998a;
}

/* Room description */
.mphb_sc_search_results-wrapper .mphb-room-type > p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    padding: 0 35px;
    margin: 15px 0;
}

/* Details heading */
.mphb_sc_search_results-wrapper .mphb-room-type-details-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C2C34;
    padding: 0 35px;
    margin: 20px 0 10px;
}

/* Attributes list */
.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes {
    list-style: none;
    padding: 0 35px;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes .mphb-attribute-title {
    font-weight: 600;
    color: #1C2C34;
    margin-right: 4px;
}

/* Price */
.mphb_sc_search_results-wrapper .mphb-regular-price {
    padding: 0 35px;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.mphb_sc_search_results-wrapper .mphb-regular-price .mphb-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1C2C34;
}

.mphb_sc_search_results-wrapper .mphb-regular-price .mphb-price-period {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    border-bottom: none;
    cursor: default;
}

/* Buttons container */
.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
    padding: 0 35px 25px;
    margin: 0;
}

/* Shared button styles */
.mphb_sc_search_results-wrapper .mphb-view-details-button,
.mphb_sc_search_results-wrapper .mphb-book-button,
.mphb_sc_search_results-wrapper .mphb-confirm-reservation {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 28px !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-decoration: none;
    display: inline-block;
}

/* View Details — outlined style */
.mphb_sc_search_results-wrapper .mphb-view-details-button {
    background: transparent !important;
    color: #1C2C34 !important;
    border: 2px solid #1C2C34 !important;
}

.mphb_sc_search_results-wrapper .mphb-view-details-button:hover {
    background: #1C2C34 !important;
    color: #ffffff !important;
}

/* Book & Confirm — solid style */
.mphb_sc_search_results-wrapper .mphb-book-button,
.mphb_sc_search_results-wrapper .mphb-confirm-reservation {
    background: #1C2C34 !important;
    color: #ffffff !important;
    border: 2px solid #1C2C34 !important;
}

.mphb_sc_search_results-wrapper .mphb-book-button:hover,
.mphb_sc_search_results-wrapper .mphb-confirm-reservation:hover {
    background: #aa998a !important;
    border-color: #aa998a !important;
    color: #ffffff !important;
}

/* Remove from reservation link */
.mphb_sc_search_results-wrapper .mphb-remove-from-reservation {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #aa998a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb_sc_search_results-wrapper .mphb-remove-from-reservation:hover {
    color: #1C2C34;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail img {
        height: 250px;
    }

    .mphb_sc_search_results-wrapper .mphb-room-type-title.entry-title {
        font-size: 28px;
        padding: 20px 20px 0;
    }

    .mphb_sc_search_results-wrapper .mphb-room-type > p,
    .mphb_sc_search_results-wrapper .mphb-room-type-details-title,
    .mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes,
    .mphb_sc_search_results-wrapper .mphb-regular-price,
    .mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper,
    .mphb_sc_search_results-wrapper .mphb-reserve-room-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mphb-recommendation {
        padding: 20px;
    }

    .mphb-reservation-cart {
        padding: 20px;
    }

    .mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes {
        flex-direction: column;
        gap: 8px;
    }
}

/* ============================
   Layout: Full Width Cards + Fixed Recommendation
   ============================ */

.mphb_sc_search_results-wrapper {
    display: block;
}

/* Reservation cart — full width */
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
    margin: 0 0 30px 0;
}

/* Room cards — full width, horizontal card layout */
.mphb_sc_search_results-wrapper .mphb-room-type {
    display: grid;
    grid-template-columns: 280px 1fr;
    margin: 0 0 30px 0;
    min-height: 0;
}

/* Image takes left side of card */
.mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail {
    grid-row: 1 / 20;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail img {
    height: 100%;
    min-height: 280px;
    max-height: 350px;
}

/* Card content — right side */
.mphb_sc_search_results-wrapper .mphb-room-type-title.entry-title {
    font-size: 26px;
    padding: 20px 25px 0;
}

.mphb_sc_search_results-wrapper .mphb-room-type > p {
    font-size: 14px;
    padding: 0 25px;
    margin: 10px 0;
}

.mphb_sc_search_results-wrapper .mphb-room-type-details-title {
    font-size: 16px;
    padding: 0 25px;
    margin: 10px 0 5px;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes {
    padding: 0 25px;
    margin-bottom: 10px;
    gap: 12px;
}

.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes li {
    font-size: 13px;
}

.mphb_sc_search_results-wrapper .mphb-regular-price {
    padding: 0 25px;
    margin: 10px 0;
}

.mphb_sc_search_results-wrapper .mphb-regular-price .mphb-price {
    font-size: 24px;
}

.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
    padding: 0 25px 20px;
}

.mphb_sc_search_results-wrapper .mphb-view-details-button,
.mphb_sc_search_results-wrapper .mphb-book-button,
.mphb_sc_search_results-wrapper .mphb-confirm-reservation {
    font-size: 14px !important;
    padding: 10px 22px !important;
}

/* ---- Recommendation — fixed bottom right ---- */
.mphb-recommendation-title {
    display: none;
}

.mphb_sc_search_results-wrapper .mphb-recommendation {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    width: 360px;
    max-height: 80vh;
    overflow-y: auto;
    margin: 0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background: #f5f3f0;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
    width: 100%;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .mphb_sc_search_results-wrapper .mphb-room-type {
        grid-template-columns: 1fr;
    }

    .mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail {
        grid-row: auto;
    }

    .mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail img {
        height: 250px;
        max-height: 250px;
    }

    .mphb_sc_search_results-wrapper .mphb-recommendation {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0 0;
        max-height: 50vh;
    }
}

/* Reservation cart — no background */
.mphb-reservation-cart {
    background: transparent !important;
    padding: 0 !important;
}

.mphb-empty-cart-message {
    font-size: 20px !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #1C2C34 !important;
}

/* Recommendation — no margin */
.mphb_sc_search_results-wrapper .mphb-recommendation {
    margin: 0 !important;
}

/* Center recommendation reserve button */
.mphb-recommendation .mphb-recommendation-reserve-button {
    display: block !important;
    margin: 0 auto !important;
}

/* Reserve room section — more visible when room added */
.mphb-reserve-room-section.mphb-rooms-added {
    background: #f5f3f0;
    padding: 20px 25px !important;
    border-top: 2px solid #aa998a;
}

.mphb-reserve-room-section.mphb-rooms-added .mphb-rooms-reservation-message {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    color: #1C2C34 !important;
    font-weight: 700;
    margin: 5px 0 15px;
}

.mphb-reserve-room-section.mphb-rooms-added .mphb-remove-from-reservation {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aa998a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb-reserve-room-section.mphb-rooms-added .mphb-remove-from-reservation:hover {
    color: #c0392b;
}

/* ============================
   MPHB Checkout Form
   ============================ */

/* Wrapper */

/* Section titles */
.mphb_sc_checkout-form .mphb-booking-details-title,
.mphb_sc_checkout-form .mphb-customer-details-title,
.mphb_sc_checkout-form .mphb-gateway-chooser-title,
.mphb_sc_checkout-form .mphb-price-breakdown-title,
.mphb_sc_checkout-form .mphb-room-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1C2C34;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e4df;
    margin-bottom: 20px;
}

.mphb_sc_checkout-form .mphb-room-number {
    font-size: 22px;
}

/* Checkout sections spacing */
.mphb_sc_checkout-form .mphb-checkout-section {
    background: #f5f3f0;
    padding: 30px 35px;
    margin-bottom: 25px;
}

/* ---- Booking Details Section ---- */
.mphb_sc_checkout-form .mphb-check-in-date,
.mphb_sc_checkout-form .mphb-check-out-date {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.mphb_sc_checkout-form .mphb-check-in-date strong,
.mphb_sc_checkout-form .mphb-check-out-date strong {
    color: #1C2C34;
}

.mphb_sc_checkout-form .mphb-room-type-title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
}

.mphb_sc_checkout-form .mphb-room-type-title a {
    color: #1C2C34;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb_sc_checkout-form .mphb-room-type-title a:hover {
    color: #aa998a;
}

/* Rate chooser */
.mphb_sc_checkout-form .mphb-room-rate-chooser-title,
.mphb_sc_checkout-form .mphb-services-details-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C2C34;
    margin-bottom: 10px;
}

.mphb_sc_checkout-form .mphb-room-rate-variant {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #e8e4df;
}

.mphb_sc_checkout-form .mphb-room-rate-variant:last-child {
    border-bottom: none;
}

/* Services list */
.mphb_sc_checkout-form .mphb_checkout-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mphb_sc_checkout-form .mphb_checkout-services-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #e8e4df;
}

.mphb_sc_checkout-form .mphb_checkout-services-list li:last-child {
    border-bottom: none;
}

/* ---- Labels & Inputs ---- */
.mphb_sc_checkout-form label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1C2C34;
    margin-bottom: 6px;
    display: block;
}

.mphb_sc_checkout-form input[type="text"],
.mphb_sc_checkout-form input[type="email"],
.mphb_sc_checkout-form input[type="tel"],
.mphb_sc_checkout-form input[type="number"],
.mphb_sc_checkout-form select,
.mphb_sc_checkout-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.mphb_sc_checkout-form input[type="text"]:focus,
.mphb_sc_checkout-form input[type="email"]:focus,
.mphb_sc_checkout-form input[type="tel"]:focus,
.mphb_sc_checkout-form input[type="number"]:focus,
.mphb_sc_checkout-form select:focus,
.mphb_sc_checkout-form textarea:focus {
    outline: none;
    border-color: #aa998a;
    box-shadow: 0 0 0 3px rgba(170, 153, 138, 0.15);
}

.mphb_sc_checkout-form textarea {
    min-height: 100px;
    resize: vertical;
}

/* Hide br between label and input */
.mphb_sc_checkout-form .mphb-customer-details br {
    display: none;
}

/* Required asterisk */
.mphb_sc_checkout-form abbr[title="Required"] {
    color: #aa998a;
    text-decoration: none;
    font-weight: 700;
}

/* Required fields tip */
.mphb_sc_checkout-form .mphb-required-fields-tip {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

/* Customer details — two-column grid */
.mphb_sc_checkout-form .mphb-customer-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
}

.mphb_sc_checkout-form .mphb-customer-details-title {
    grid-column: 1 / -1;
}

.mphb_sc_checkout-form .mphb-required-fields-tip {
    grid-column: 1 / -1;
}

.mphb_sc_checkout-form .mphb-customer-note {
    grid-column: 1 / -1;
}

.mphb_sc_checkout-form .mphb-customer-details p {
    margin: 0;
}

/* ---- Coupon Section ---- */
.mphb_sc_checkout-form .mphb-coupon-code-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
}

.mphb_sc_checkout-form .mphb-coupon-code-title {
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1C2C34;
}

.mphb_sc_checkout-form #mphb_coupon_code {
    max-width: 300px;
}

.mphb_sc_checkout-form .mphb-apply-coupon-code-button {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #1C2C34 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border: 2px solid #1C2C34 !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

.mphb_sc_checkout-form .mphb-apply-coupon-code-button:hover {
    background: #aa998a !important;
    border-color: #aa998a !important;
}

/* ---- Price Breakdown Table ---- */
.mphb_sc_checkout-form .mphb-price-breakdown {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    border-collapse: collapse;
}

.mphb_sc_checkout-form .mphb-price-breakdown td,
.mphb_sc_checkout-form .mphb-price-breakdown th {
    padding: 10px 12px;
    border-bottom: 1px solid #e8e4df;
    text-align: left;
}

.mphb_sc_checkout-form .mphb-price-breakdown th {
    font-weight: 600;
    color: #1C2C34;
}

.mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column {
    text-align: right;
    font-weight: 600;
    color: #1C2C34;
}

.mphb_sc_checkout-form .mphb-price-breakdown-total th,
.mphb_sc_checkout-form .mphb-price-breakdown-total td {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C2C34;
    border-top: 2px solid #1C2C34;
    border-bottom: none;
}

.mphb_sc_checkout-form .mphb-price-breakdown-expand {
    color: #1C2C34;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb_sc_checkout-form .mphb-price-breakdown-expand:hover {
    color: #aa998a;
}

.mphb_sc_checkout-form .mphb-price-breakdown .mphb-inner-icon {
    color: #aa998a;
    border-color: #aa998a !important;
}

/* ---- Payment / Gateways ---- */
.mphb_sc_checkout-form .mphb-gateways-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mphb_sc_checkout-form .mphb-gateways-list li {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e8e4df;
    background: #ffffff;
    transition: border-color 0.3s ease;
}

.mphb_sc_checkout-form .mphb-gateways-list li:hover {
    border-color: #aa998a;
}

.mphb_sc_checkout-form .mphb-gateway-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1C2C34;
}

.mphb_sc_checkout-form .mphb-gateway-description {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* ---- Total Price ---- */
.mphb_sc_checkout-form .mphb-total-price,
.mphb_sc_checkout-form .mphb-deposit-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 700;
    color: #1C2C34;
    text-align: right;
    padding: 15px 0;
}

/* ---- Terms & Conditions ---- */
.mphb_sc_checkout-form .mphb-terms-and-conditions-accept label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    display: inline;
}

.mphb_sc_checkout-form .mphb-terms-and-conditions-link {
    color: #1C2C34;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.mphb_sc_checkout-form .mphb-terms-and-conditions-link:hover {
    color: #aa998a;
}

.mphb_sc_checkout-form .mphb-terms-and-conditions {
    background: #ffffff !important;
    border: 1px solid #e8e4df;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #555;
}

/* ---- Submit Button ---- */
.mphb_sc_checkout-submit-wrapper input[type="submit"] {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #1C2C34 !important;
    color: #ffffff !important;
    padding: 16px 48px !important;
    border: 2px solid #1C2C34 !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    width: 100%;
    display: block;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"]:hover {
    background: #aa998a !important;
    border-color: #aa998a !important;
    color: #ffffff !important;
}

/* ---- Login Form ---- */
.mphb-login-form-wrap {
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.mphb-login-form-wrap a {
    color: #1C2C34;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb-login-form-wrap a:hover {
    color: #aa998a;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .mphb_sc_checkout-form .mphb-checkout-section {
        padding: 20px;
    }

    .mphb_sc_checkout-form .mphb-customer-details {
        grid-template-columns: 1fr;
    }

    .mphb_sc_checkout-form .mphb-booking-details-title,
    .mphb_sc_checkout-form .mphb-customer-details-title,
    .mphb_sc_checkout-form .mphb-gateway-chooser-title,
    .mphb_sc_checkout-form .mphb-price-breakdown-title {
        font-size: 24px;
    }
}
