/* Additions made during the static migration */
.footer-quick-links {
  text-align: center;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 0.9rem;
  line-height: 1.8;
}
.footer-quick-links a {
  color: inherit;
  opacity: 0.85;
  text-decoration: none;
}
.footer-quick-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
.blog-card[hidden] {
  display: none !important;
}
.blog-page-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  text-align: center;
  color: var(--primary-color);
  margin: 0 0 var(--spacing-xl);
}
.not-found {
  text-align: center;
  min-height: 50vh;
}
.not-found p {
  margin-bottom: var(--spacing-md);
}
