/* inJOB — Eklenti tarafı yardımcı stiller (form mesajları vb.) */
.bas-btn--applied { background: #16A34A !important; }
.bas-form-message { padding: 10px 14px; border-radius: 6px; font-size: 14px; margin: 10px 0; }
.bas-form-message--success { background: #ECFDF5; color: #16A34A; }
.bas-form-message--error { background: #FEF2F2; color: #DC2626; }

/* Kayıt formları: erişilebilir, mobil uyumlu yasal onay kartı */
.bas-legal-consents {
    min-width: 0;
    margin: 8px 0 20px;
    padding: 22px 20px 16px;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #f8fafc;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}
.bas-legal-consents legend {
    width: auto;
    margin-left: -6px;
    padding: 0 8px;
    color: #0f172a;
    background: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}
.bas-legal-consents .bas-checkbox {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin: 0;
    padding: 12px 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}
.bas-legal-consents .bas-checkbox + .bas-checkbox { border-top: 1px solid #e5eaf1; }
.bas-legal-consents input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #2563eb;
}
.bas-legal-consents a { color: #1d4ed8; font-weight: 650; text-underline-offset: 3px; }
.bas-legal-consents .bas-field-hint { margin: 7px 0 0 31px; color: #64748b; line-height: 1.55; }
.bas-form input:invalid:not(:placeholder-shown) { border-color: #dc2626; }
@media (max-width: 520px) {
    .bas-legal-consents { padding: 18px 14px 14px; border-radius: 12px; }
    .bas-legal-consents .bas-checkbox { gap: 9px; padding: 11px 0; font-size: 13.5px; }
    .bas-legal-consents .bas-field-hint { margin-left: 29px; }
}