/*
 * GPRO Site Theme — CSS — WOM Congress
 */

/* ── WooCommerce checkout form inputs ────────────────────────────────────────*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border:           1px solid #808ea5 !important;
    border-radius:    3px !important;
    background-color: #f5f7f9 !important;
    font-size:        18px !important;
    color:            #0f2a3f !important;
}

/* ── Payment section ─────────────────────────────────────────────────────────*/

.woocommerce #payment {
    background: #f1f3f5 !important;
}

/* ── Coupon toggle — hide ────────────────────────────────────────────────────*/

.woocommerce-form-coupon-toggle {
    display: none;
}

/* ── Place order button ──────────────────────────────────────────────────────*/

.woocommerce button.button.alt#place_order {
    color:         #fff !important;
    background:    #ff5722 !important;
    border:        none !important;
    border-radius: 0 !important;
    padding:       5px 30px !important;
    font-size:     18px !important;
}

.woocommerce button.button.alt#place_order:hover {
    background: #00e5ff !important;
}

/* Remove Divi arrow icon from place order button */
.woocommerce button.button.alt#place_order::after {
    display: none !important;
}

/* ── Companion fields section ────────────────────────────────────────────────*/

.gpro-wom-companion-fields {
    margin-top:    32px;
    padding-top:   24px;
    border-top:    1px solid #d0d7e0;
}

.gpro-wom-companion-fields h3 {
    margin-bottom: 16px;
}
