/* XenonHost order-form fixes (xenon_cart) */

/* Domain search button: vertically center the "Caută" label (fixed 46px height) */
#btnCheckAvailability,
.domain-checker-bg .domain-check-availability {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Email marketing opt-in toggle: make the ON ("Da") label readable
   (theme renders it dark on a dark-blue background) */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff !important;
}

/* ANAF CUI lookup helper spacing */
#xhCuiStatus { margin-top: 10px; }
