.job50-registration-security {
    margin: 12px 0 4px;
}

.job50-registration-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.job50-registration-turnstile {
    display: grid;
    gap: 5px;
    width: 100%;
}

/* Managed + interaction-only keeps the security check invisible for most
   legitimate visitors. Do not reserve the old 65px widget height: when
   Cloudflare needs interaction, its iframe supplies the required height. */
.job50-registration-turnstile .cf-turnstile {
    width: 100%;
    min-height: 0;
}

.job50-registration-turnstile p {
    margin: 0;
    color: #7b8795;
    font-size: 11px;
    line-height: 1.35;
    width: 100%;
    text-align: center;
}

.job50-registration-closed {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 680px;
    margin: 24px auto;
    padding: 20px 22px;
    border: 1px solid #f2c4ca;
    border-radius: 18px;
    background: #fff7f8;
    color: #27313d;
}

.job50-registration-closed .material-symbols-outlined {
    color: #ef233c;
    font-size: 28px;
    line-height: 1;
}

.job50-registration-closed strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 800;
}

.job50-registration-closed p {
    margin: 0;
}
