/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 02:12:15 */
/* =========================================
   172 Powers – Booking Confirmation Styling
   Page: /booking-confirmation/  (page-id-46)
   Palette:
   - Deep Wine:    #481D24
   - Primary Red:  #C5283D
   - Neutral Gray: #7A7A7A
   - Accent Gold:  #FFC857
   ========================================= */

body.page-id-46 {
    background: #f9f5f3;
    color: #481D24;
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Main content wrapper */
.page-id-46 #content.site-main {
    max-width: 1120px;
    margin: 3rem auto 4rem;
    padding: 0 1.25rem 3rem;
}

/* ---------- Page header ---------- */

.page-id-46 .page-header {
    text-align: center;
    margin-bottom: 2.6rem;
}

.page-id-46 .page-header .entry-title {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #481D24;
    margin: 0;
    padding-bottom: 0.75rem;
    position: relative;
}

.page-id-46 .page-header .entry-title::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin: 0.4rem auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #FFC857);
}

/* ---------- Outer checkout wrapper ---------- */

.page-id-46 .mphb_sc_checkout-wrapper {
    background: #ffffff;
    border-radius: 18px;
    padding: 2rem 1.9rem 2.5rem;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

/* ---------- Login strip ---------- */

.page-id-46 .mphb-login-form-wrap {
    margin-bottom: 1.8rem;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    background: rgba(72, 29, 36, 0.02);
    border: 1px dashed rgba(72, 29, 36, 0.18);
    font-size: 0.9rem;
}

.page-id-46 .mphb-login-form-wrap > p {
    margin: 0;
    color: #481D24;
}

.page-id-46 #mphb-render-checkout-login {
    color: #C5283D;
    font-weight: 600;
    text-decoration: none;
}

.page-id-46 #mphb-render-checkout-login:hover {
    text-decoration: underline;
}

.page-id-46 .mphb-login-form {
    margin-top: 0.9rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(72, 29, 36, 0.1);
}

/* ---------- Two-column layout (desktop) ---------- */

.page-id-46 .mphb_sc_checkout-form {
    margin-top: 0.4rem;
}

@media (min-width: 960px) {
    .page-id-46 .mphb_sc_checkout-form {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(270px, 2fr);
        column-gap: 2rem;
        row-gap: 1.8rem;
        align-items: flex-start;
    }

    /* Left column: booking + customer details */
    .page-id-46 #mphb-booking-details,
    .page-id-46 #mphb-customer-details {
        grid-column: 1 / 2;
    }

    /* Right column: coupon, price, payment, total, submit */
    .page-id-46 #mphb-coupon-details,
    .page-id-46 #mphb-price-details,
    .page-id-46 #mphb-billing-details,
    .page-id-46 .mphb-total-price,
    .page-id-46 .mphb_sc_checkout-submit-wrapper {
        grid-column: 2 / 3;
    }
}

/* Mobile/tablet: simple vertical flow */
@media (max-width: 959px) {
    .page-id-46 .mphb_sc_checkout-form {
        display: block;
    }

    .page-id-46 .mphb-checkout-section {
        margin-bottom: 1.6rem;
    }
}

/* ---------- Section cards ---------- */

.page-id-46 .mphb-checkout-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.4rem 1.5rem 1.5rem;
    border: 1px solid rgba(72, 29, 36, 0.08);
    margin-bottom: 1.6rem;
}

.page-id-46 .mphb-checkout-section h3,
.page-id-46 .mphb-checkout-section h4 {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #7A7A7A;
}

/* ---------- Booking details ---------- */

.page-id-46 #mphb-booking-details .mphb-check-in-date,
.page-id-46 #mphb-booking-details .mphb-check-out-date {
    margin: 0.25rem 0;
    font-size: 0.95rem;
    color: #481D24;
}

.page-id-46 #mphb-booking-details span {
    font-weight: 500;
}

.page-id-46 #mphb-booking-details time strong {
    font-weight: 700;
}

/* Room block inside booking details */
.page-id-46 .mphb-room-details {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(72, 29, 36, 0.16);
}

.page-id-46 .mphb-room-number {
    margin: 0 0 0.4rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7A7A7A;
}

.page-id-46 .mphb-room-type-title {
    margin: 0 0 0.7rem;
    font-size: 0.95rem;
}

.page-id-46 .mphb-room-type-title span {
    font-weight: 600;
    color: #7A7A7A;
    margin-right: 0.25rem;
}

.page-id-46 .mphb-room-type-title a {
    color: #C5283D;
    font-weight: 600;
    text-decoration: none;
}

.page-id-46 .mphb-room-type-title a:hover {
    text-decoration: underline;
}

/* Inline field styling in room details */
.page-id-46 .mphb-room-details p {
    margin: 0 0 0.8rem;
    font-size: 0.9rem;
}

/* ---------- Global form field styling ---------- */

.page-id-46 label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #481D24;
}

.page-id-46 abbr[title] {
    color: #C5283D;
    text-decoration: none;
    margin-left: 0.15rem;
}

.page-id-46 input[type="text"],
.page-id-46 input[type="email"],
.page-id-46 input[type="password"],
.page-id-46 textarea,
.page-id-46 select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(122, 122, 122, 0.6);
    background: #ffffff;
    color: #481D24;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, transform 0.08s ease;
}

.page-id-46 input[type="text"]:focus,
.page-id-46 input[type="email"]:focus,
.page-id-46 input[type="password"]:focus,
.page-id-46 textarea:focus,
.page-id-46 select:focus {
    outline: none;
    border-color: #C5283D;
    box-shadow: 0 0 0 3px rgba(197, 40, 61, 0.18);
    background-color: #fff;
    transform: translateY(-1px);
}

.page-id-46 textarea {
    resize: vertical;
}

/* ---------- Coupon section ---------- */

.page-id-46 #mphb-coupon-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 0.85rem;
}

.page-id-46 #mphb-coupon-details > p {
    margin: 0;
}

.page-id-46 .mphb-coupon-code-title {
    display: block;
    margin-bottom: 0.35rem;
}

.page-id-46 #mphb_coupon_code {
    max-width: 220px;
}

.page-id-46 .mphb-coupon-message {
    font-size: 0.85rem;
    color: #C5283D;
    margin-top: 0.5rem;
}

@media (max-width: 600px) {
    .page-id-46 #mphb-coupon-details {
        flex-direction: column;
        align-items: stretch;
    }

    .page-id-46 #mphb_coupon_code {
        max-width: 100%;
    }
}

/* ---------- Buttons (global) ---------- */

.page-id-46 .button,
.page-id-46 .btn,
.page-id-46 input[type="submit"].button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.4rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #C5283D, #481D24);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
    text-decoration: none;
    white-space: nowrap;
}

.page-id-46 .button:hover,
.page-id-46 .btn:hover,
.page-id-46 input[type="submit"].button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
    opacity: 0.95;
}

.page-id-46 .button:focus-visible,
.page-id-46 .btn:focus-visible,
.page-id-46 input[type="submit"].button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #FFC857, 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-id-46 .button:active,
.page-id-46 .btn:active,
.page-id-46 input[type="submit"].button:active {
    transform: translateY(1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

/* Smaller “Apply” button */
.page-id-46 .mphb-apply-coupon-code-button {
    padding-inline: 1.4rem;
    font-size: 0.8rem;
}

/* ---------- Customer details ---------- */

.page-id-46 #mphb-customer-details .mphb-required-fields-tip {
    margin: 0 0 0.9rem;
    font-size: 0.8rem;
    color: #7A7A7A;
    font-style: italic;
}

.page-id-46 #mphb-customer-details p {
    margin: 0 0 0.9rem;
}

/* ---------- Payment method ---------- */

.page-id-46 #mphb-billing-details {
    padding-bottom: 1.2rem;
}

.page-id-46 .mphb-gateways-list {
    list-style: none;
    margin: 0.3rem 0 0;
    padding: 0;
}

.page-id-46 .mphb-gateway {
    padding: 0.75rem 0.3rem;
    border-bottom: 1px dashed rgba(72, 29, 36, 0.16);
    font-size: 0.9rem;
}

.page-id-46 .mphb-gateway:last-child {
    border-bottom: none;
}

.page-id-46 .mphb-gateway-title {
    margin-left: 0.4rem;
    font-weight: 600;
    color: #481D24;
}

.page-id-46 .mphb-gateway-description {
    margin: 0.2rem 0 0 1.8rem;
    font-size: 0.85rem;
    color: #7A7A7A;
}

/* ---------- PRICE BREAKDOWN – main redesign ---------- */

.page-id-46 #mphb-price-details {
    background: #fdfbfa;
}

/* Card header */
.page-id-46 .mphb-price-breakdown-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-id-46 .mphb-price-breakdown-title::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C5283D;
    box-shadow: 0 0 0 4px rgba(197, 40, 61, 0.2);
}

/* Make wrapper scroll-safe on small screens */
.page-id-46 .mphb-room-price-breakdown-wrapper {
    overflow-x: auto;
}

/* Base table styling */
.page-id-46 .mphb-price-breakdown {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin-top: 0.4rem;
}

.page-id-46 .mphb-price-breakdown th,
.page-id-46 .mphb-price-breakdown td {
    padding: 0.4rem 0.1rem;
    text-align: left;
    vertical-align: middle;
}

.page-id-46 .mphb-price-breakdown .mphb-table-price-column {
    text-align: right;
    white-space: nowrap;
}

/* Accordion header row (#1 PraBooth...) */
.page-id-46 .mphb-price-breakdown-booking.mphb-price-breakdown-group {
    background: rgba(197, 40, 61, 0.04);
}

.page-id-46 .mphb-price-breakdown-booking.mphb-price-breakdown-group td {
    padding: 0.55rem 0.25rem;
}

.page-id-46 .mphb-price-breakdown-accommodation {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
    color: #481D24;
    text-decoration: none;
}

.page-id-46 .mphb-price-breakdown-accommodation .mphb-inner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(197, 40, 61, 0.6);
    font-size: 0.75rem;
    color: #C5283D;
    background: #fff;
}

/* When expanded, plugin toggles mphb-hide; we just keep same style. */
.page-id-46 .mphb-price-breakdown-rate {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* Detail rows (hidden by default by plugin) */
.page-id-46 .mphb-price-breakdown tbody tr:not(.mphb-price-breakdown-booking) {
    font-size: 0.85rem;
    color: #4f383e;
}

.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-date:nth-of-type(odd),
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-fee:nth-of-type(odd),
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-accommodation-tax:nth-of-type(odd),
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-fee-tax:nth-of-type(odd) {
    background: rgba(72, 29, 36, 0.02);
}

/* Section headers inside details */
.page-id-46 .mphb-price-breakdown-accommodation-total th,
.page-id-46 .mphb-price-breakdown-accommodation-taxes th,
.page-id-46 .mphb-price-breakdown-fees th,
.page-id-46 .mphb-price-breakdown-fee-taxes th,
.page-id-46 .mphb-price-breakdown-subtotal th {
    padding-top: 0.55rem;
    font-weight: 700;
    color: #481D24;
}

/* Footer subtotals & totals */
.page-id-46 .mphb-price-breakdown tfoot tr {
    border-top: 1px solid rgba(72, 29, 36, 0.14);
}

.page-id-46 .mphb-price-breakdown-subtotal td,
.page-id-46 .mphb-tax-info-total td {
    padding-top: 0.45rem;
    font-size: 0.9rem;
    color: #4f383e;
}

/* GRAND TOTAL */
.page-id-46 .mphb-price-breakdown-total th {
    padding-top: 0.7rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #481D24;
}

.page-id-46 .mphb-price-breakdown-total .mphb-price {
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #481D24);
    color: #fff;
}

/* ---------- Standalone total price summary ---------- */

.page-id-46 .mphb-total-price {
    background: #ffffff;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    margin: 0.5rem 0 1rem;
    border: 1px solid rgba(72, 29, 36, 0.12);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.page-id-46 .mphb-total-price output {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.page-id-46 .mphb-total-price-field .mphb-price {
    font-weight: 700;
    font-size: 1.05rem;
    color: #481D24;
}

/* ---------- Submit button block ---------- */

.page-id-46 .mphb_sc_checkout-submit-wrapper {
    text-align: right;
    margin-top: 0.4rem;
}

@media (max-width: 600px) {
    .page-id-46 .mphb-total-price {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 14px;
    }

    .page-id-46 .mphb_sc_checkout-submit-wrapper {
        text-align: center;
    }

    .page-id-46 .mphb_sc_checkout-submit-wrapper .button {
        width: 100%;
        justify-content: center;
    }
}

/* ---------- Error wrapper ---------- */

.page-id-46 .mphb-errors-wrapper {
    margin-top: 0.6rem;
    font-size: 0.85rem;
    color: #C5283D;
}

/* =========================================
   172 Powers – Booking Confirmation
   Price Breakdown Table – full reset & restyle
   ========================================= */

/* Make the card a touch tighter too */
.page-id-46 #mphb-price-details {
    background: #fdfbfa;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
}

/* Hard reset table so theme styles don't bleed in */
.page-id-46 .mphb-price-breakdown {
    width: 100%;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: transparent !important;
    font-size: 0.9rem;
}

/* Reset all cells, kill borders/backgrounds from theme */
.page-id-46 .mphb-price-breakdown th,
.page-id-46 .mphb-price-breakdown td {
    border: none !important;
    background: none !important;
    padding: 0.45rem 0.25rem !important;
    color: #4f383e;
}

/* Align the price column nicely */
.page-id-46 .mphb-price-breakdown .mphb-table-price-column {
    text-align: right;
    white-space: nowrap;
}

/* ---------- Top “booking” row (#1 PraBooth) ---------- */

.page-id-46 .mphb-price-breakdown-booking.mphb-price-breakdown-group {
    background: rgba(197, 40, 61, 0.04) !important;
}

.page-id-46 .mphb-price-breakdown-booking.mphb-price-breakdown-group td {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

.page-id-46 .mphb-price-breakdown-accommodation {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
    color: #481D24;
    text-decoration: none;
}

/* Little + / - pill icon */
.page-id-46 .mphb-price-breakdown-accommodation .mphb-inner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(197, 40, 61, 0.7);
    font-size: 0.75rem;
    color: #C5283D;
    background: #ffffff;
}

/* Rate line when expanded */
.page-id-46 .mphb-price-breakdown-rate {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* ---------- Body rows (dates, fees, taxes) ---------- */

/* Remove any theme zebra striping, then add our own subtle version */
.page-id-46 .mphb-price-breakdown tbody tr {
    background: transparent !important;
}

/* Only apply zebra to visible detail rows (plugin hides others with .mphb-hide) */
.page-id-46 .mphb-price-breakdown tbody tr:not(.mphb-price-breakdown-booking):not(.mphb-hide):nth-of-type(odd) {
    background: rgba(72, 29, 36, 0.015) !important;
}

/* Section headers inside tbody (“Fees”, “Accommodation Taxes”, etc.) */
.page-id-46 .mphb-price-breakdown-accommodation-total th,
.page-id-46 .mphb-price-breakdown-accommodation-taxes th,
.page-id-46 .mphb-price-breakdown-fees th,
.page-id-46 .mphb-price-breakdown-fee-taxes th,
.page-id-46 .mphb-price-breakdown-subtotal th {
    padding-top: 0.6rem !important;
    font-weight: 700;
    color: #481D24;
}

/* Date rows & individual line items */
.page-id-46 .mphb-price-breakdown-date td,
.page-id-46 .mphb-price-breakdown-fee td,
.page-id-46 .mphb-price-breakdown-accommodation-tax td,
.page-id-46 .mphb-price-breakdown-fee-tax td {
    font-size: 0.85rem;
}

/* Slight divider between logical groups */
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-accommodation-total,
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-accommodation-taxes-total,
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-fees-total,
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-fee-taxes-total,
.page-id-46 .mphb-price-breakdown tbody tr.mphb-price-breakdown-subtotal {
    border-top: 1px dashed rgba(72, 29, 36, 0.18);
}

/* ---------- Footer: subtotal, taxes, total ---------- */

.page-id-46 .mphb-price-breakdown tfoot tr {
    border-top: 1px solid rgba(72, 29, 36, 0.16);
}

.page-id-46 .mphb-price-breakdown tfoot .mphb-price-breakdown-subtotal td,
.page-id-46 .mphb-price-breakdown tfoot .mphb-tax-info-total td {
    padding-top: 0.55rem !important;
    font-size: 0.9rem;
}

/* GRAND TOTAL row */
.page-id-46 .mphb-price-breakdown-total th {
    padding-top: 0.75rem !important;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #481D24;
}

.page-id-46 .mphb-price-breakdown-total .mphb-price {
    font-size: 1.02rem;
    font-weight: 700;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #481D24);
    color: #ffffff;
    display: inline-block;
}

/* ---------- Mobile safety: avoid horizontal overflow ---------- */

@media (max-width: 600px) {
    .page-id-46 .mphb-room-price-breakdown-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-id-46 .mphb-price-breakdown {
        min-width: 100%;
    }
}
