/* ===============================
   SEATFLOW – CART + CHECKOUT
=============================== */

.sf-cart-wrapper {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}

/* TRIP BOX */
.sf-trip-info, .sf-passenger, .sf-rooms, .sf-extra-services {
    background: #f9fafb;
    padding: 5px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 15px;
}

/* TICKET BOX */
.sf-ticket-row {
    background: #fbfbfb;
    border: 1px solid #e5e7eb;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 8px;
}

/* Icone */
.sf-cart-wrapper i {
    margin-right: 6px;
    width: 16px;
    color: #1f2937;
}

/* Checkout table fix */
.woocommerce-checkout-review-order-table td.product-name .sf-cart-wrapper {
    margin-top: 6px;
    font-size: 13px;
}

/* Cart table fix */
.woocommerce-cart-form__cart-item td.product-name .sf-cart-wrapper {
    max-width: 520px;
}
.vh-qty-fixed{
  display:inline-block;
  min-width:24px;
  text-align:center;
  font-weight:700;
}
.sf-ico {
    display:inline-flex;
    align-items:center;
    margin-right:6px;
    color:#0d2c3b;
    vertical-align:middle;
}

.sf-ico svg {
    display:block;
}