/* ===============================
   Medal Careers – Dark Theme
   =============================== */

:root {
  color-scheme: dark;
}

html, body {
  background-color: #000 !important;
  color: #fff !important;
}

*:not(.ashby-application-form-field-entry button) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}

main, section, article {
  background-color: #000 !important;
}

header {
  background-color: #000 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2a2a2a;
}

body { padding-top: 80px !important; }

header img {
  filter: invert(1) brightness(1.3) contrast(1.1);
  max-height: 40px;
}

header svg {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Radio selected circle + toggle button backgrounds */
.ashby-application-form-field-entry span,
.ashby-application-form-field-entry button {
  background-color: unset !important;
}
.ashby-job-board-filter {
  background-color: #1a1a1a !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #3a3a3a !important;
  border-radius: 8px !important;
}

/* Submit button */
.ashby-application-form-submit-button {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #0061FF !important;
}
.ashby-application-form-submit-button:hover {
  background-color: #0061FF !important;
  color: #fff !important;
}
