.wbwithdraworder-footer-slot {
    display: flex;
    margin: 18px 0;
}

.wbwithdraworder-footer-slot--left {
    justify-content: flex-start;
}

.wbwithdraworder-footer-slot--center {
    justify-content: center;
}

.wbwithdraworder-footer-slot--right {
    justify-content: flex-end;
}

.wbwithdraworder-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--wbwithdraworder-button-bg, #0f172a);
    color: var(--wbwithdraworder-button-color, #fff);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
}

.wbwithdraworder-footer-button--small {
    min-height: 38px;
    padding: 8px 14px;
    font-size: .875rem;
}

.wbwithdraworder-footer-button--medium {
    min-height: 44px;
    padding: 11px 20px;
    font-size: .95rem;
}

.wbwithdraworder-footer-button--large {
    min-height: 50px;
    padding: 14px 28px;
    font-size: 1rem;
}

.wbwithdraworder-footer-button:hover,
.wbwithdraworder-footer-button:focus {
    color: var(--wbwithdraworder-button-color, #fff);
    filter: brightness(.96);
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .2);
}

.wbwithdraworder-form {
    max-width: 760px;
    margin-bottom: 36px;
}

.wbwithdraworder-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wbwithdraworder-honeypot {
    position: absolute;
    left: -9999px;
}

.wbwithdraworder-scope {
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
}

.wbwithdraworder-scope legend {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 700;
}

.wbwithdraworder-radio,
.wbwithdraworder-confirm {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: .75rem;
    line-height: 1.45;
}

.wbwithdraworder-radio input,
.wbwithdraworder-confirm input {
    margin-top: .25rem;
    flex: 0 0 auto;
}

.wbwithdraworder-submit {
    margin-top: .75rem;
}

.wbwithdraworder-form textarea.form-control {
    min-height: 110px;
}

.wbwithdraworder-form .form-control:focus,
.wbwithdraworder-footer-button:focus-visible,
.wbwithdraworder-submit:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .wbwithdraworder-footer-button {
        width: 100%;
    }

    .wbwithdraworder-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
