/* Functional additions only; all colours and typography use the supplied theme. */
.career-fields { border: 1px solid var(--line-ink); border-radius: 12px; padding: 20px; margin: 16px 0; min-width: 0; }
.career-fields label { display: block; margin-bottom: 14px; }
.form-status:not(:empty) { padding: 14px; border: 1px solid var(--line); border-radius: 8px; margin: 12px 0; }
.form-status ul { margin: 8px 0; padding-left: 20px; }
.auth .tabs a { padding: 10px 12px; text-decoration: none; }
.auth .tabs a[aria-current="page"] { border-bottom: 2px solid var(--gold); }
.auth fieldset { min-width: 0; }
.auth [data-registration-fields] { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; }
.auth input[type="checkbox"], .auth input[type="radio"] { width: auto; }
.auth .note a, .contact-form .note a { text-decoration: underline; }
.contact-form [hidden], .auth [hidden] { display: none !important; }
button:disabled { cursor: wait; opacity: .65; }
