/* netSEO Buton retragere — Biosel / tema Pluto */

.nsbr-withdrawal {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.5rem 1rem 4rem;
    box-sizing: border-box;
    clear: both;
    font-family: "Montserrat", sans-serif;
}

.nsbr-withdrawal:after {
    content: "";
    display: table;
    clear: both;
}

.nsbr-withdrawal__card {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 2.25rem 2rem 2.5rem;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(15, 61, 96, 0.08);
    box-sizing: border-box;
}

.nsbr-withdrawal--wide .nsbr-withdrawal__card {
    max-width: 1140px;
}

.nsbr-withdrawal__title {
    margin: 0 0 0.75rem;
    font-size: 1.625rem;
    line-height: 1.35;
    font-weight: 600;
    color: #0F3D60;
    text-align: center;
}

.nsbr-withdrawal__intro {
    margin: 0 0 1.5rem;
    color: #545454;
    line-height: 1.6;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: center;
}

.nsbr-withdrawal__legal {
    margin-bottom: 1.5rem;
    padding: 0.875rem 1rem;
    background: #f4f9f0;
    border-left: 4px solid #68AA13;
    border-radius: 0 8px 8px 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #444;
    overflow: hidden;
}

.nsbr-withdrawal__legal .row-fluid,
.nsbr-withdrawal__legal .row,
.nsbr-withdrawal__legal [class*="span"] {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.nsbr-withdrawal .ty-control-group {
    margin-bottom: 1.25rem;
}

.nsbr-withdrawal .ty-control-group__title {
    display: block;
    margin-bottom: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #0F3D60;
}

.nsbr-withdrawal .ty-input-text,
.nsbr-withdrawal input[type="tel"],
.nsbr-withdrawal input[type="email"],
.nsbr-withdrawal input[type="number"],
.nsbr-withdrawal input[type="text"],
.nsbr-withdrawal select,
.nsbr-withdrawal textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.625rem 0.875rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nsbr-withdrawal .ty-input-text:focus,
.nsbr-withdrawal input:focus,
.nsbr-withdrawal select:focus,
.nsbr-withdrawal textarea:focus {
    border-color: #68AA13;
    outline: none;
    box-shadow: 0 0 0 3px rgba(104, 170, 19, 0.15);
}

.nsbr-withdrawal .ty-muted {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #888;
}

.nsbr-withdrawal__actions {
    margin-top: 1.75rem;
    text-align: center;
}

.nsbr-withdrawal__actions .ty-btn,
.nsbr-withdrawal__actions .btn {
    min-width: 200px;
    border-radius: 8px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.9375rem !important;
    padding: 0.75rem 1.5rem !important;
}

.nsbr-withdrawal__actions .ty-btn__primary,
.nsbr-withdrawal__actions .ty-btn.ty-btn__primary {
    color: #fff !important;
    background: #2a993a !important;
    border-color: #2a993a !important;
}

.nsbr-withdrawal__actions .ty-btn__primary:hover,
.nsbr-withdrawal__actions .ty-btn.ty-btn__primary:hover {
    background: #238a32 !important;
    border-color: #238a32 !important;
}

.nsbr-withdrawal__actions--split {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.nsbr-withdrawal .buttons-container {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.nsbr-guest-step-otp__notice {
    margin-bottom: 1.25rem;
    border-radius: 8px;
}

.nsbr-guest-step-otp__restart {
    margin-top: 1rem;
    text-align: center;
}

.nsbr-withdrawal .ty-subheader {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0F3D60;
    text-align: left;
}

.nsbr-withdrawal .ty-table-responsive {
    margin-bottom: 1.25rem;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e8ecef;
}

.nsbr-withdrawal .ty-table {
    width: 100%;
    margin: 0;
}

.nsbr-withdrawal .ty-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #0F3D60;
}

.nsbr-withdrawal .ty-table td:first-child,
.nsbr-withdrawal .ty-table th:first-child {
    min-width: 120px;
    word-break: break-word;
}

.nsbr-request-success__item {
    margin-bottom: 1rem;
}

.nsbr-request-success__actions {
    margin-top: 1.5rem;
    text-align: center;
}

.nsbr-guest-step-identify__logged-note {
    margin: 0 0 0.5rem;
    text-align: center;
    color: #545454;
}

.nsbr-iban-input {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .nsbr-withdrawal {
        padding: 1.25rem 0.75rem 2.5rem;
    }

    .nsbr-withdrawal__card {
        padding: 1.5rem 1.125rem 1.75rem;
        border-radius: 10px;
    }

    .nsbr-withdrawal__title {
        font-size: 1.35rem;
    }

    .nsbr-withdrawal__actions .ty-btn,
    .nsbr-withdrawal__actions .btn {
        width: 100%;
        min-width: 0;
    }

    .nsbr-withdrawal__actions--split {
        flex-direction: column;
    }
}
