/* Support Page */
.support-options {
  --min: 250px;
  gap: 2rem;
  margin-top: 2rem;
}

.support-card {
  text-align: center;
}

.support-card h3 {
  color: var(--primary);
  margin-bottom: 1rem;
}

.support-card a {
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  font-weight: 500;
}

/* Blog index */
.blog-hero {
  padding: 4rem 2rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.blog-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.blog-hero .subtitle {
  color: var(--text-light);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.blog-list {
  --min: 300px;
  gap: 2rem;
  margin-top: 2rem;
}

.blog-card h2 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.blog-card h2 a {
  color: var(--primary);
  text-decoration: none;
}

.blog-card h2 a:hover {
  text-decoration: underline;
}

.blog-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin: 0;
}

/* Related Articles: the same blog cards at a tighter scale. */
.related-articles {
  margin-top: 3rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}

.related-articles h2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.related-articles .blog-list {
  --min: 250px;
  gap: 1.5rem;
  margin-top: 0;
}

.related-articles .blog-card h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.related-articles .blog-card p {
  font-size: 0.9rem;
}
