.elementor-311 .elementor-element.elementor-element-97e0604{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-daf4f34 *//* Style cart total row to match the table above */
.edd_cart_total {
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  font-weight: 600;
  padding: 12px 16px;
  text-align: right;
  border-radius: 0 0 6px 6px; /* rounded bottom corners */
}

/* Align total text with the cart table columns */
.edd_cart_total .edd_cart_amount {
  font-size: 1.1rem;
  color: #222;
  margin-left: 8px;
}

/* Style the checkout user info section */
#edd_checkout_user_info {
  background: #f7faff; /* light blue/grey background */
  border: 1px solid #d9e2ec;
  padding: 20px;
  border-radius: 8px;
  margin-top: 2rem;
}

/* Match the legend styling to the background */
#edd_checkout_user_info legend {
  background: #f7faff;
  padding: 0 8px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  border-radius: 4px;
}/* End custom CSS */