/* =====================================================
   KICKWISE — CLOUDFLARE TURNSTILE
   Shared widget spacing and validation treatment.
===================================================== */

.kw-turnstile-shell {
    display: grid;
    width: 100%;
    gap: 8px;
    justify-items: start;
    overflow-x: auto;
    padding-bottom: 2px;
}

.kw-turnstile-shell .cf-turnstile {
    width: 100%;
    max-width: 100%;
}

.kw-turnstile-error {
    margin: 0;
    color: #b42318;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 560;
    line-height: 1.55;
}

html[data-theme="dark"] .kw-turnstile-error {
    color: #ffb4ab;
}
