/* DataStream VPN - brand overrides for the WHMCS order form (cart/checkout).
 * Loaded after all.min.css via {assetExists file="custom.css"} in common.tpl.
 * Blue #1679EB (matches main site) — replaced green #59ba41 + navy #233145. */

/* Blue CTA buttons */
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    background-color: #1679EB !important;
    border-color: #1679EB !important;
    color: #ffffff !important;
}
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover {
    background-color: #0E5CBE !important;
    border-color: #0E5CBE !important;
}

/* Blue headers/accents */
#order-standard_cart .view-cart-items-header { background-color: #1679EB !important; }
#order-standard_cart .view-cart-items { border-bottom-color: #1679EB !important; }
#order-standard_cart .order-summary { background-color: #1679EB !important; border-bottom-color: #1679EB !important; }
#order-standard_cart .sub-heading span { color: #1679EB !important; }
#order-standard_cart .item-domain { color: #1679EB !important; }

/* Inter font to match main site */
#order-standard_cart, #order-standard_cart button, #order-standard_cart input,
#order-standard_cart select, #order-standard_cart textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
