/* Search/accessibility fixes: preserve the established visual layout. */
body.home #feature-section2 h1 {
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #28213c;
  margin: 0 0 8px !important;
}
body button.closer {
  background: transparent;
  border: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}
body button.closer:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
