/* 
 * Hide Checkout for WooCommerce "Billing Address" section header and container adjustments
 * This is to make the checkout look like a single section as requested.
 */
#cfw-customer-info-address.billing > h3 {
  display: none !important;
}
#cfw-customer-info-address {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

/* Ensure the fields flow naturally from the previous section */
#cfw-customer-info .cfw-module {
  margin-bottom: 0 !important;
  padding-bottom: 15px !important; /* Adjust spacing as needed */
}

/* Cart Savings Row Styling */
.lr-lms-cart-savings th {
  font-weight: normal;
  text-align: left;
}

.lr-lms-savings-amount {
  color: #4caf50 !important;
  font-weight: normal;
  text-align: right;
}

#cfw-customer-info-address p#billing_state_field {
  width: 50%;
}

#cfw-customer-info-address p#billing_country_field {
  width: 50%;
}
