:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

a,
button {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.35);
  outline-offset: 3px;
}

.feature-panel {
  box-shadow: none;
}

.article-card {
  min-height: 100%;
}

.article-card:hover {
  transform: translateY(-2px);
}

.ad-slot {
  display: grid;
  place-items: center;
  background: #fff;
}

.prose-content {
  font-size: 1.0625rem;
  line-height: 1.85;
}

.prose-content h2 {
  margin-top: 2rem;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.prose-content h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 750;
}

.prose-content p,
.prose-content ul,
.prose-content ol {
  margin-top: 1rem;
}

.prose-content ul {
  list-style: disc;
  padding-left: 1.4rem;
}

.prose-content .in-article-ad {
  margin: 1.75rem 0;
  color: #62615f;
}

@media (max-width: 767px) {
  #siteMenu.is-open {
    position: absolute;
    inset: 68px 1rem auto 1rem;
    z-index: 20;
    display: grid;
    gap: 1rem;
    border: 1px solid #e7e2da;
    background: #fff;
    padding: 1rem;
  }

  .feature-panel {
    box-shadow: none;
  }
}
