.elementor-11 .elementor-element.elementor-element-772d19ce{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:10%;--padding-bottom:10%;--padding-left:10%;--padding-right:10%;}.elementor-11 .elementor-element.elementor-element-42591e2a{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-42591e2a */label[for="mphb_state"] {
    visibility: hidden;
    position: relative;
}

label[for="mphb_state"]::before {
    content: "Province *";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}


/* Align left the label/description column for Subtotal, Accommodation Total, and Fees Total */
tr.mphb-price-breakdown-subtotal th:first-child,
tr.mphb-price-breakdown-accommodation-total th:first-child,
tr.mphb-price-breakdown-fees-total th:first-child {
    text-align: left !important;
}

/* Align right the price column */
.mphb-table-price-column,
tr.mphb-price-breakdown-subtotal th.mphb-table-price-column,
tr.mphb-price-breakdown-accommodation-total th.mphb-table-price-column,
tr.mphb-price-breakdown-fees-total th.mphb-table-price-column {
    text-align: right !important;
}

.mphb-room-type-title a {
    color: #B45440; /* Replace with your desired color */
    text-decoration: none; /* Optional: removes underline */
}



/* Style the Book buttons */
.mphb_sc_checkout-submit-wrapper .button {
    background-color: #B45440; /* Blue */
    color: #FFFFFF; /* White text */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* Hover style */
.mphb_sc_checkout-submit-wrapper .button:hover {
    background-color: #2C5F54; /* Dark blue */
}

.mphb-payment-instructions {
    margin-top: 500px;
}

label[for="mphb_room_details-0-adults"]::after {
  content: " (inclusive of children)";
  font-style: italic;
  color: #555;
  font-size: 90%;
  margin-left: 4px;
}/* End custom CSS */