/*
 * §20a withdrawal-from-contract — front-office styles.
 *
 * The §20a templates reuse wkrma's standard form classes (wkRmaDetailCont,
 * wk-panel-box, form-group, form-control, etc.) so the visual styling comes
 * for free from wk-rma-global.css. The only piece that needs custom CSS is
 * the honeypot field, which must stay invisible to humans while remaining
 * in the DOM so bots see and fill it.
 */

.wkrma-w20a__honeypot {
    display: none !important;
    position: absolute;
    left: -9999px;
}


/* §20a structured pickup-address fields (fallback form) */
.wkrma-w20a-pickup .form-control {
    margin-bottom: 6px;
}
.wkrma-w20a-pickup .selector,
#wkrmaW20aStateWrap,
#wkrmaW20aCityWrap {
    margin-bottom: 6px;
}
