.elementor-61 .elementor-element.elementor-element-4c70c2df{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-63b16418 *//* ===============================
   Text negru DOAR pentru formularul de rezervare MotorPress
   =============================== */
body .mphb_sc_checkout-wrapper {
    color: #000 !important;
}

body .mphb_sc_checkout-wrapper *,
body .mphb_sc_checkout-wrapper label,
body .mphb_sc_checkout-wrapper strong,
body .mphb_sc_checkout-wrapper h3,
body .mphb_sc_checkout-wrapper h4,
body .mphb_sc_checkout-wrapper p,
body .mphb_sc_checkout-wrapper a,
body .mphb_sc_checkout-wrapper input,
body .mphb_sc_checkout-wrapper select,
body .mphb_sc_checkout-wrapper textarea {
    color: #000 !important;
}

/* ===============================
   Borduri negre vizibile pentru câmpuri input/select/textarea
   =============================== */
body .mphb_sc_checkout-wrapper input[type="text"],
body .mphb_sc_checkout-wrapper input[type="email"],
body .mphb_sc_checkout-wrapper input[type="tel"],
body .mphb_sc_checkout-wrapper input[type="number"],
body .mphb_sc_checkout-wrapper select,
body .mphb_sc_checkout-wrapper textarea {
    border: 2px solid #000 !important; /* bordură groasă neagră */
    background-color: #fff !important; /* fundal alb */
    padding: 8px;
    border-radius: 4px;
    color: #000 !important;
    transition: all 0.3s ease; /* efect smooth la focus */
}

/* Placeholder text negru */
body .mphb_sc_checkout-wrapper ::placeholder {
    color: #000 !important;
    opacity: 0.7;
}

/* ===============================
   Efect focus – bordură colorată când utilizatorul scrie
   =============================== */
body .mphb_sc_checkout-wrapper input:focus,
body .mphb_sc_checkout-wrapper select:focus,
body .mphb_sc_checkout-wrapper textarea:focus {
    border-color: #e10000 !important; /* roșu intens */
    box-shadow: 0 0 5px rgba(225, 0, 0, 0.4) !important;
    outline: none !important;
}

/* ===============================
   Stil special pentru butonul de submit
   =============================== */
body .mphb_sc_checkout-wrapper input[type="submit"],
body .mphb_sc_checkout-wrapper button[type="submit"] {
    color: #fff !important; /* text alb */
}/* End custom CSS */