:root {
  --accent: #315d77;
  --accent-strong: #173f58;
  --accent-soft: #e1edf4;
}

.career-card h2 {
  margin-bottom: 0.25rem;
}

.dismissed-section {
  border-top: 1px solid var(--border);
  margin-top: 2.5rem;
  padding-top: 1rem;
}

.dismissed-section h2 {
  font-size: 1rem;
}

#dismissed {
  display: grid;
  gap: 0.75rem;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #8ac8ec;
    --accent-strong: #bce3f8;
    --accent-soft: #1c394a;
  }
}
