/* =======================================================
   Featured Blog of the Month — Minimal Text Version
   Clean, centered card with title, excerpt, and button
======================================================= */

/* ---- Section Wrapper ---- */
#featured-article-2041 {
  padding: var(--sectionPadding);
  background-image: url(../images/1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

/* ---- Content Layout ---- */
#featured-article-2041 .fa-container {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ---- Title ---- */
#featured-article-2041 .fa-title {
  font-family: "Cinzel", serif;
  font-size: var(--headerFontSize);
  margin: 0;
  color: var(--headerColor);
}

/* ---- Excerpt ---- */
#featured-article-2041 .fa-excerpt {
  font-family: "Raleway", sans-serif;
  color: var(--bodyTextColor);
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---- Button ---- */
#featured-article-2041 .fa-button {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: clamp(2.875rem, 5.5vw, 3.5rem); /* matches site buttons */
  padding: 0 1.5rem; /* consistent horizontal spacing */
  min-width: 9.375rem;
  border-radius: 0.25rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
}

#featured-article-2041 .fa-button:hover {
  background: var(--secondary);
}
