/* INFORA OUG 18/2026 - stil self-contained pentru pagina de retragere (independent de tema) */
.dreptderetragere-withdrawal,
.dreptderetragere-confirm,
.dreptderetragere-done {
    max-width: 720px;
    margin: 24px auto;
    padding: 0;
    text-align: left;
}
.dreptderetragere-withdrawal *,
.dreptderetragere-confirm *,
.dreptderetragere-done * {
    text-align: left;
}
.dreptderetragere-withdrawal h1,
.dreptderetragere-confirm h1,
.dreptderetragere-done h1 {
    margin-bottom: 16px;
}
.dreptderetragere-withdrawal .form-group,
.dreptderetragere-confirm .form-group {
    margin-bottom: 16px;
}
.dreptderetragere-withdrawal label,
.dreptderetragere-confirm label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}
.dreptderetragere-withdrawal input[type="text"],
.dreptderetragere-withdrawal input[type="email"],
.dreptderetragere-withdrawal textarea,
.dreptderetragere-confirm input[type="text"],
.dreptderetragere-confirm input[type="email"],
.dreptderetragere-confirm textarea {
    width: 100%;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    color: #222;
    box-sizing: border-box;
}
.dreptderetragere-withdrawal input:focus,
.dreptderetragere-confirm input:focus,
.dreptderetragere-withdrawal textarea:focus {
    outline: none;
    border-color: #2b6cb0;
    box-shadow: 0 0 0 2px rgba(43, 108, 176, 0.15);
}
.dreptderetragere-withdrawal textarea,
.dreptderetragere-confirm textarea {
    min-height: 90px;
}
.dreptderetragere-withdrawal .radio,
.dreptderetragere-withdrawal .checkbox,
.dreptderetragere-confirm .checkbox {
    margin: 8px 0;
}
.dreptderetragere-withdrawal .radio label,
.dreptderetragere-confirm .checkbox label {
    font-weight: 400;
    display: inline;
}
/* Butonul preia stilul temei (.btn .btn-primary / .button) - nu fortam culoarea. */
.dreptderetragere-withdrawal button,
.dreptderetragere-confirm button,
.dreptderetragere-withdrawal .btn,
.dreptderetragere-confirm .btn {
    margin-top: 8px;
    cursor: pointer;
}
.dreptderetragere-withdrawal ul.list-group,
.dreptderetragere-confirm ul.list-group,
.dreptderetragere-done ul.list-group {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.dreptderetragere-withdrawal .list-group-item,
.dreptderetragere-confirm .list-group-item,
.dreptderetragere-done .list-group-item {
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
}
.dreptderetragere-confirm .list-group-item:last-child,
.dreptderetragere-done .list-group-item:last-child {
    border-bottom: none;
}
.dreptderetragere-withdrawal .alert,
.dreptderetragere-confirm .alert,
.dreptderetragere-done .alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.dreptderetragere-done .alert-success { background: #e6f4ea; color: #1e7e34; }
.dreptderetragere-withdrawal .alert-danger { background: #fdeaea; color: #b02a2a; }
.dreptderetragere-withdrawal .alert-info { background: #e7f1fb; color: #1b5e9b; }
.dreptderetragere-footer-link { text-align: center; padding: 8px 0; }
.dreptderetragere-footer-link a { font-weight: 700; }
