.elementor-8025 .elementor-element.elementor-element-576215e9{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* 🔳 Main Wrapper */
.mphb_sc_booking_confirmation {
    background: #faf5ee;
    padding: 30px;
    border-radius: 12px;
    border: 3px solid #5c6902;
}

/* ✅ Success Message */
.mphb-payment-messages {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.mphb-payment-messages p {
    margin: 0;
    color: #2e7d32;
    font-weight: 500;
}

/* 📦 Sections */
.mphb-booking-details-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

/* 🧾 Titles */
.mphb-booking-details-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

/* 📋 List */
.mphb-booking-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 📌 List Items */
.mphb-booking-details li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* 🏷 Label */
.mphb-booking-details .label {
    color: #666;
}

/* 💰 Value */
.mphb-booking-details .value {
    font-weight: 500;
    color: #000;
}

/* 💵 Price */
.mphb-price {
    font-weight: 600;
    color: #000;
}

/* 📊 Status highlight */
.booking-status .value,
.payment-number:last-child .value {
    color: #2e7d32;
    font-weight: 600;
}

/* 🏨 Accommodation */
.accommodations {
    margin-top: 15px;
}

.accommodations-title {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.accommodations-list a {
    color: #555;
    text-decoration: none;
}

.accommodations-list a:hover {
    color: #000;
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .mphb-booking-details li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}/* End custom CSS */