.withdrawal-info {
    background: #f0f7ff;
    border-left: 4px solid #3498db;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

.withdrawal-info p {
    margin: 0 0 8px;
}

.withdrawal-info p:last-child {
    margin-bottom: 0;
}

.withdrawal-errors {
    background: #fff0f0;
    border-left: 4px solid #e74c3c;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.withdrawal-errors p {
    margin: 0 0 6px;
    font-weight: bold;
    color: #c0392b;
}

.withdrawal-errors ul {
    margin: 0;
    padding-left: 18px;
}

.withdrawal-form .form-row {
    margin-bottom: 16px;
}

.withdrawal-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
}

.withdrawal-form input[type="text"],
.withdrawal-form input[type="email"],
.withdrawal-form textarea {
    width: 100%;
    max-width: 480px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}

.withdrawal-form textarea {
    resize: vertical;
}

.withdrawal-confirm-row .withdrawal-confirm-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: normal;
    max-width: 560px;
    line-height: 1.5;
}

.withdrawal-confirm-row input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.verification-hint {
    font-size: 13px;
    color: #555;
    margin: 2px 0 6px;
}

.mandatory {
    color: #e74c3c;
    margin-right: 2px;
}
