/* AN Customs - Desistimiento (Directiva UE 2023/2673) */

.anwithdrawal {
    max-width: 680px;
    margin: 0 auto;
}

.anwithdrawal-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 24px;
}

.anwithdrawal-alert {
    padding: 14px 18px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.anwithdrawal-alert--error {
    background: #fff0f0;
    border-left: 4px solid #ff0000;
    color: #000;
}

.anwithdrawal-alert--success {
    background: #f7f7f7;
    border-left: 4px solid #000000;
    color: #000;
}

.anwithdrawal-alert--success p {
    margin: 0;
}

.anwithdrawal-form {
    display: block;
}

.anwithdrawal-field {
    margin-bottom: 18px;
}

.anwithdrawal-field label {
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    font-size: 14px;
}

.anwithdrawal-req {
    color: #ff0000;
}

.anwithdrawal-field input[type="text"],
.anwithdrawal-field input[type="email"],
.anwithdrawal-field input[type="date"],
.anwithdrawal-field select,
.anwithdrawal-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    background: #fff;
}

.anwithdrawal-field input:focus,
.anwithdrawal-field select:focus,
.anwithdrawal-field textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.15);
}

.anwithdrawal-field [aria-invalid="true"] {
    border-color: #ff0000;
}

.anwithdrawal-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #888;
}

.anwithdrawal-error {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #ff0000;
}

.anwithdrawal-actions {
    margin-top: 28px;
}

.anwithdrawal-submit {
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    border: 2px solid #ff0000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 36px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.anwithdrawal-submit:hover,
.anwithdrawal-submit:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

@media (max-width: 480px) {
    .anwithdrawal-submit {
        width: 100%;
        text-align: center;
    }
}

/* Enlace de desistimiento en el footer */
.anwithdrawal-footer-link {
    margin: 12px 0;
    font-size: 13px;
}

.anwithdrawal-footer-link a {
    color: inherit;
    opacity: 0.85;
    text-decoration: none;
}

.anwithdrawal-footer-link a:hover,
.anwithdrawal-footer-link a:focus {
    color: #ff0000;
    opacity: 1;
    text-decoration: underline;
}

.anwithdrawal-footer-link i {
    margin-right: 4px;
}
