.retroco-recaptcha-notice {
    display: block;
    color: #535b66;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: anywhere;
    margin: 16px 0 0;
    clear: both;
}
#retroco-recaptcha-disclosure {
    display: block !important;
    visibility: visible !important;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 24px;
    margin: 0;
    background: #f7f8fa;
    color: #535b66;
    text-align: center;
    font: 400 12px/1.6 sans-serif;
    white-space: normal;
    overflow-wrap: anywhere;
}
@media (max-width: 991px) {
    body:not(.login) #retroco-recaptcha-disclosure {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }
}
/* No matching disclosure (or no :has support) means the original badge remains.
   Only the floating badge is affected; challenge frames remain untouched. */
body:has(#retroco-recaptcha-disclosure) .grecaptcha-badge {
    visibility: hidden !important;
}
.authentication-modal .woocommerce-error,
.authentication-modal .woocommerce-message,
.authentication-modal .woocommerce-info,
.authentication-modal .woocommerce-error li,
.authentication-modal .woocommerce-message li,
.authentication-modal .woocommerce-info li {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    max-width: 100%;
    box-sizing: border-box;
}
.authentication-modal .woocommerce-error,
.authentication-modal .woocommerce-message,
.authentication-modal .woocommerce-info {
    display: block;
    text-align: left;
    line-height: 1.6;
}
