/**
 * Copyright 2026 LÍNEA GRÁFICA E.C.E S.L.
 *
 * @author    Línea Gráfica E.C.E. S.L.
 * @copyright Lineagrafica.es - Línea Gráfica E.C.E. S.L. all rights reserved.
 * @license   https://www.apache.org/licenses/LICENSE-2.0
 */

/* =============================================
   Withdrawal form
   ============================================= */

.lgwithdrawal-form-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.lgwithdrawal-intro {
    background: #f8f9fa;
    border-left: 4px solid #61a60e;
    padding: 15px 20px;
    margin-bottom: 24px;
    border-radius: 0 4px 4px 0;
}

.lgwithdrawal-card {
    margin-bottom: 24px;
}

.lgwithdrawal-card .card-header,
.lgwithdrawal-card .panel-heading {
    background: #363a41;
}

.lgwithdrawal-card .card-title {
    font-size: 1rem;
    margin: 0;
}

/* Radio type selection */

.lgwithdrawal-type-option {
    margin-bottom: 12px;
}

.lgwithdrawal-radio-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.lgwithdrawal-radio-label:hover {
    border-color: #61a60e;
}

.lgwithdrawal-radio-label input[type="radio"] {
    margin-top: 3px;
    flex-shrink: 0;
}

/* Items section */

.lgwithdrawal-items-note {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 16px;
}

.lgwithdrawal-item-row {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Submit section */

.lgwithdrawal-submit-section {
    padding: 20px 0;
}

.lgwithdrawal-submit-btn {
    min-width: 220px;
}

.lgwithdrawal-privacy-note {
    font-size: 0.85em;
    color: #6c757d;
    margin-bottom: 12px;
}

/* Confirmation */

.lgwithdrawal-confirmation {
    max-width: 620px;
    margin: 0 auto;
}

/* Footer / account button */

.lgwithdrawal-footer-btn {
    display: inline-block;
    margin: 8px 0;
}

.lgwithdrawal-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 0.9em;
    transition: opacity 0.2s;
}

.lgwithdrawal-btn:hover {
    opacity: 0.85;
}

.lgwithdrawal-link {
    color: inherit;
    text-decoration: underline;
    font-size: 0.9em;
}

.required {
    color: #dc3545;
}
