/**
 * Mon compte — styles de la page d'inscription
 * Extrait de customizer.css, co-localisé avec registration.php (snippet #65).
 */

.woocommerce-custom-registration {
    max-width: 420px;
}

.woocommerce-custom-registration .form-row label {
    display: block;
    font-family: var(--heading-font-family, inherit);
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--theme-palette-color-4, #333);
    margin-bottom: 8px;
}

.woocommerce-custom-registration .form-row label .required {
    color: var(--theme-palette-color-1, #b56a56) !important;
    text-decoration: none;
}

.woocommerce-custom-registration .input-text {
    width: 100% !important;
    height: 45px !important;
    padding: 0 12px !important;
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-custom-registration .input-text:focus {
    border-color: var(--theme-palette-color-1, #b56a56) !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-custom-registration p.form-row {
    margin-bottom: 22px !important;
}

.woocommerce-custom-registration .cf-turnstile {
    margin-top: -15px !important;
    height: 0px !important;
    min-height: 0px !important;
    overflow: hidden !important;
}

.woocommerce-custom-registration p.form-row:has(.woocommerce-form-register__submit) {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.woocommerce-custom-registration .woocommerce-form-register__submit {
    width: 100% !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    text-align: center !important;
    /* Remonte la mention pour qu'elle "colle" au bouton */
    margin-top: 8px !important;
    width: 100% !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text p {
    font-size: 12px !important;
    font-style: italic !important;
    color: #999999 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: #999999 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    transition: color 0.3s ease !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a:hover {
    color: var(--theme-palette-color-1, #b56a56) !important;
}


.woocommerce-custom-registration .form-row label.checkbox {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.woocommerce-custom-registration .form-row label.checkbox input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}