/* Slightly tighter content width */
.md-grid {
  max-width: 960px;
}

/* Orange theme overrides */
[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #f97316;
  --md-primary-fg-color--light: #fb923c;
  --md-primary-fg-color--dark: #ea580c;
  --md-primary-bg-color: #1a1a2e;
  --md-accent-fg-color: #f59e0b;
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color: #ea580c;
  --md-primary-fg-color--light: #f97316;
  --md-primary-fg-color--dark: #c2410c;
  --md-primary-bg-color: #fff;
  --md-accent-fg-color: #d97706;
}

/* Clickable site name in header */
.md-header__home-link {
  color: #431407;
  text-decoration: none;
  font-weight: 700;
}
.md-header__home-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Search bar — brighter default, even brighter on hover */
@media screen and (min-width: 60em) {
  .md-search__form {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .md-search__form:hover {
    background-color: rgba(255, 255, 255, 0.32) !important;
  }
}
