/* ========================================
   BARANGAY — FIRST TIME JOB SEEKER
   CSS/index_job_seeker_prompt.css
   Inherits base from index_residency_prompt.css
   ======================================== */

/* ── FIELD ───────────────────────────────────────────── */
.js-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.js-field.has-error .rbi-input,
.js-field.has-error .rbi-select {
    border-color: #c0392b !important;
    /* matched to project-wide error red */
    background: #fff8f8;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.08);
}

/* ── ERROR MESSAGES ──────────────────────────────────── */
.js-error-msg {
    font-size: 0.73rem;
    color: #c0392b;
    /* matched to project-wide error red */
    font-weight: 500;
    min-height: 16px;
    display: block;
}