/* Cloudflare Turnstile im Bewerbungsformular */
.captcha-box {
    margin: 20px 0 10px;
    padding: 16px;
    border: 2px dashed rgba(2, 42, 101, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.captcha-box .cf-turnstile {
    max-width: 100%;
}

.captcha-note {
    margin: 10px 0 0;
    color: #BA0005;
    font-weight: 700;
}

/* Datenschutz-Hinweis zur Sicherheitsprüfung */
.captcha-privacy-note {
    margin: 10px 0 0;
    color: #4f4f4f;
    font-size: 0.86rem;
    line-height: 1.45;
    font-weight: 650;
}

.captcha-privacy-note a {
    color: #022a65;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 2px;
}
