/* Wambo Withdrawal – frontend styling */

.withdrawal-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 16px 0 48px;
}

.withdrawal-intro {
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.withdrawal-form .form-group {
    margin-bottom: 1rem;
}

.withdrawal-form label.req:after {
    content: "";
}

.withdrawal-summary {
    background: #f7f9fb;
    border: 1px solid #e3e9ef;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.withdrawal-summary dt {
    font-weight: 700;
}

.withdrawal-summary dd {
    margin-bottom: 8px;
}

.withdrawal-declaration {
    font-weight: 600;
    margin: 16px 0;
}

.withdrawal-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.withdrawal-legal-hint {
    margin-top: 16px;
}

.withdrawal-success .alert {
    font-size: 1.05rem;
}

/* Footer link continuation list inherits the .information styling */
.withdrawal-footer-link {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .withdrawal-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
}
