/* Only the recesso shortcode; preserve the theme and the existing form flow. */
.wpr-withdrawal {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 56px 24px 72px;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}
.wpr-withdrawal > h2 {
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 24px;
}
.wpr-withdrawal h3 { margin: 28px 0 16px; font-size: 23px; line-height: 1.4; }
.wpr-withdrawal p { margin: 0 0 18px; font-size: inherit; line-height: inherit; }
.wpr-withdrawal ul { margin: 0 0 24px; padding-left: 24px; }
.wpr-withdrawal form {
    padding: 28px;
    margin: 28px 0;
    background: #f7f9fa;
    border: 1px solid #dce3e7;
    border-radius: 10px;
}
.wpr-withdrawal label { display: block; font-weight: 600; }
.wpr-withdrawal input:not([type="hidden"]) {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin: 8px 0 0;
    padding: 12px 14px;
    border: 1px solid #85949d;
    border-radius: 5px;
    background: #fff;
    color: #26343b;
    font: inherit;
}
.wpr-withdrawal button[type="submit"] {
    max-width: 100%;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid #222;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1.5;
    white-space: normal;
    cursor: pointer;
}
.wpr-withdrawal button[type="submit"]:hover { background: #444; }
.wpr-withdrawal a { text-decoration: underline; text-underline-offset: 3px; }
.wpr-withdrawal :is(input, button, a):focus-visible { outline: 3px solid #007b9e; outline-offset: 3px; }
.wpr-withdrawal [role="status"] {
    padding: 18px 20px;
    border-left: 4px solid #007b9e;
    background: #f0f7fa;
}
.wpr-withdrawal > p:last-child { margin-top: 28px; padding-top: 22px; border-top: 1px solid #ddd; }
@media (max-width: 600px) {
    .wpr-withdrawal { padding: 32px 18px 48px; }
    .wpr-withdrawal form { padding: 20px 16px; }
    .wpr-withdrawal button[type="submit"] { width: 100%; }
}
