/* ============================================================
   Best Wedding Venues — listicle hub page
   /best-wedding-venues-st-augustine/
   ============================================================ */

.hero-listicle {
  text-align: center;
  padding: 48px 16px 32px;
  background: linear-gradient(180deg, #fafaf7 0%, #fff 100%);
}

.hero-listicle-inner {
  max-width: 820px;
  margin: 0 auto;
}

.hero-listicle h1 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0 0 12px;
  line-height: 1.2;
}

.hero-listicle .hero-subheading {
  font-size: 1.05rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.5;
}

.listicle-intro {
  max-width: 720px;
  margin: 24px auto 16px;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 1.65;
  color: #333;
}

.listicle-intro p { margin: 0 0 14px; }

.listicle-entries {
  max-width: 920px;
  margin: 32px auto;
  padding: 0 16px;
}

.listicle-entry {
  display: grid;
  grid-template-columns: 80px 240px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #ececec;
  align-items: start;
}

.listicle-entry:last-child { border-bottom: none; }

@media (max-width: 760px) {
  .listicle-entry {
    grid-template-columns: 60px 1fr;
    gap: 14px;
  }
  .listicle-entry-image {
    grid-column: 1 / -1;
    margin-top: 8px;
  }
}

.listicle-entry-rank {
  font-size: 2.4rem;
  font-weight: 700;
  color: #b8956a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  padding-top: 4px;
}

.listicle-entry-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.listicle-entry-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.listicle-entry-image:hover img { transform: scale(1.02); }

.listicle-entry-body h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.listicle-entry-body h2 a {
  color: #2c3e50;
  text-decoration: none;
}

.listicle-entry-body h2 a:hover {
  text-decoration: underline;
  color: #b8956a;
}

.listicle-entry-facts {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 10px;
  font-style: italic;
}

.listicle-entry-blurb {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #333;
  margin: 0 0 12px;
}

.listicle-entry-cta {
  color: #b8956a;
  font-weight: 500;
  text-decoration: none;
}

.listicle-entry-cta:hover { text-decoration: underline; }

.listicle-footer {
  max-width: 720px;
  margin: 48px auto 32px;
  padding: 28px 24px;
  background: #f8f6f1;
  border-radius: 6px;
  text-align: center;
}

.listicle-footer h2 {
  font-size: 1.4rem;
  margin: 0 0 12px;
}

.listicle-footer p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.listicle-footer a {
  color: #b8956a;
  font-weight: 500;
}
