.elementor-6175 .elementor-element.elementor-element-60269b9f{--display:flex;--padding-top:100px;--padding-bottom:104px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-658a9a40 *//* Wrapper Styling */
.mphb_sc_checkout-wrapper {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  max-width: 1000px;
  margin: 50px auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* Section Headings */
.mphb-checkout-section h3,
.mphb-checkout-section h4 {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

/* Booking Details */
.mphb-booking-details p,
.mphb-room-type-title,
.mphb-room-number {
  font-size: 1rem;
  color: #333;
  margin-bottom: 12px;
}

.mphb-room-number {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 20px;
}

/* Inputs & Selects */
.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 select,
.mphb_sc_checkout-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  transition: border 0.3s ease;
}

.mphb_sc_checkout-form input:focus,
.mphb_sc_checkout-form select:focus,
.mphb_sc_checkout-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

/* Labels */
.mphb_sc_checkout-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

/* Price Breakdown */
.mphb-price-breakdown {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}

.mphb-price-breakdown th,
.mphb-price-breakdown td {
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.mphb-price-breakdown th {
  background-color: #f0f4f8;
  font-weight: bold;
  text-align: left;
}

.mphb-table-price-column {
  text-align: right;
  font-weight: 600;
  color: #2e7d32;
}

/* Expandable breakdown rows */
.mphb-price-breakdown-accommodation {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #0073aa;
}

.mphb-price-breakdown-accommodation:hover {
  text-decoration: underline;
}

/* Customer Info and Notes */
.mphb-customer-details p,
.mphb-customer-details textarea {
  
}

/* Total Price Output */
.mphb-total-price {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 30px 0 10px;
  color: #444;
}

/* Errors */
.mphb-errors-wrapper {
  color: #b50000;
  font-weight: 600;
  margin-top: 15px;
}

/* Submit Button */
.mphb_sc_checkout-submit-wrapper input[type="submit"] {
  background-color: #0073aa;
  color: white;
  padding: 14px 32px;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"]:hover {
  background-color: #005a87;
}

/* Responsive Improvements */
@media (max-width: 600px) {
  .mphb_sc_checkout-wrapper {
    padding: 20px;
  }

  .mphb-price-breakdown th,
  .mphb-price-breakdown td {
    padding: 10px;
  }
}/* End custom CSS */