.profile-permission-note {
  background:#f3f6f5;
  border:1px solid #d8e1de;
  border-radius:10px;
  color:var(--muted);
  line-height:1.45;
  margin:14px 0;
  padding:12px 14px;
}

.profile-load-state {
  align-items:center;
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:center;
  min-height:220px;
  padding:24px;
  text-align:center;
}

.profile-load-error {
  color:#782c2c;
}

.profile-save-error {
  background:#fff0f0;
  border:1px solid #dca8a8;
  border-radius:9px;
  color:#782c2c;
  padding:10px 12px;
}

.employer-profile-fields {
  border-top:1px solid var(--line);
  margin-top:20px;
  padding-top:18px;
}

.employer-profile-fields legend {
  color:var(--ink);
  font-size:16px;
}

.employer-profile-fields [readonly] {
  background:#f3f5f4;
  color:#52655f;
  cursor:not-allowed;
}

.employer-profile-fields [readonly]:focus {
  border-color:#d7e1dd;
  box-shadow:none;
}
