/* Keep the embedded board self-contained and avoid any default body margins.
   Visuals are driven by Greenhouse's own CSS (loaded from boards.cdn.greenhouse.io). */
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}

/* Optional: if data is missing, show error nicely (Greenhouse CSS won't cover this). */
.gh-error {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  background: rgba(255, 0, 0, 0.06);
  color: #8a0000;
}


