/* =========================================================
   BUTEYKO – TUDÁSTÁR / ARCHIVE OLDAL
   Prefix: .bf-archive-
   ========================================================= */

.bf-archive-page {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
}

.bf-archive-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

/* HERO */

.bf-archive-hero {
  padding: 92px 0 88px;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-archive-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dfeac0;
}

.bf-archive-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 52px;
  line-height: 1.12;
  margin: 0 0 22px;
  color: #ffffff;
}

.bf-archive-hero p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

/* INTRO */

.bf-archive-intro {
  background: #f6f8f0;
  padding: 64px 0 34px;
}

.bf-archive-intro-box {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border-radius: 28px;
  padding: 42px 48px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.09);
  border: 1px solid rgba(127,162,0,0.16);
}

.bf-archive-intro-box h2 {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  line-height: 1.22;
  margin: 0 0 16px;
  color: #24391f;
}

.bf-archive-intro-box p {
  font-size: 18px;
  line-height: 1.75;
  color: #4b5c45;
  margin: 0;
}

/* =========================================================
   WP CIKKLISTA KÁRTYÁSÍTÁS
   ========================================================= */

/* Archive / blog lista környezete */

.blog .site-main,
.archive .site-main,
body .site-main {
  background: #f6f8f0;
}

/* Bejegyzés kártyák – több gyakori theme markupra */

.blog article,
.archive article,
.search article,
body .post,
body article.post {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  margin: 0 auto 26px;
  max-width: 920px;
  box-shadow: 0 16px 42px rgba(36,57,31,0.08);
  border: 1px solid rgba(127,162,0,0.14);
  transition: all 0.25s ease;
}

.blog article:hover,
.archive article:hover,
.search article:hover,
body article.post:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(36,57,31,0.13);
}

/* Címek */

.blog article h2,
.archive article h2,
.search article h2,
body article.post h2,
body article.post .entry-title {
  font-family: 'Marcellus', serif;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #24391f;
}

.blog article h2 a,
.archive article h2 a,
.search article h2 a,
body article.post h2 a,
body article.post .entry-title a {
  color: #24391f;
  text-decoration: none;
}

.blog article h2 a:hover,
.archive article h2 a:hover,
.search article h2 a:hover,
body article.post h2 a:hover,
body article.post .entry-title a:hover {
  color: #7fa200;
}

/* Meta adatok */

.entry-meta,
.post-meta,
.byline,
.posted-on {
  font-size: 14px;
  color: rgba(36,57,31,0.58);
  margin-bottom: 14px;
}

/* Kivonat */

.entry-summary,
.entry-content {
  font-size: 17px;
  line-height: 1.75;
  color: #4b5c45;
}

.entry-summary p,
.entry-content p {
  margin-top: 0;
}

/* Kép */

.post-thumbnail img,
.entry-thumbnail img,
article.post img {
  border-radius: 18px;
  margin-bottom: 18px;
}

/* Tovább olvasom gomb */

.more-link,
.read-more,
.entry-summary a.more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #7fa200;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.more-link:hover,
.read-more:hover,
.entry-summary a.more-link:hover {
  background: #6f8f00;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(127,162,0,0.25);
}

/* Lapozás */

.navigation.pagination,
.pagination,
.nav-links {
  max-width: 920px;
  margin: 42px auto 70px;
  text-align: center;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin: 4px;
  border-radius: 999px;
  background: #ffffff;
  color: #24391f;
  text-decoration: none;
  border: 1px solid rgba(127,162,0,0.18);
}

.page-numbers.current,
.page-numbers:hover {
  background: #7fa200;
  color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .bf-archive-hero {
    padding: 68px 0 64px;
  }

  .bf-archive-hero h1 {
    font-size: 38px;
  }

  .bf-archive-hero p {
    font-size: 17px;
  }

  .bf-archive-intro {
    padding: 48px 0 28px;
  }

  .bf-archive-intro-box {
    padding: 32px 22px;
    border-radius: 22px;
  }

  .bf-archive-intro-box h2 {
    font-size: 30px;
  }

  .blog article,
  .archive article,
  .search article,
  body article.post {
    padding: 22px;
    border-radius: 20px;
  }

  .blog article h2,
  .archive article h2,
  .search article h2,
  body article.post h2,
  body article.post .entry-title {
    font-size: 26px;
  }
}
/* ARCHIVE – CSAK A HERO LEGYEN FULL WIDTH */

.bf-archive-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.bf-archive-intro,
.bf-archive-list {
  width: 100%;
  margin-left: 0;
}
/* TUDÁSTÁR – CIKKLISTA SZÉLESÍTÉS + KÁRTYÁK */

.bf-archive-list {
  background: #f6f8f0;
  padding: 36px 0 86px;
}

.bf-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-post-card {
  max-width: none !important;
  margin: 0 !important;
  padding: 34px 36px !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  border: 1px solid rgba(127,162,0,0.15) !important;
  box-shadow: 0 18px 45px rgba(36,57,31,0.09) !important;
}

.bf-post-title {
  margin: 0 0 14px !important;
}

.bf-post-title a {
  font-family: 'Marcellus', serif;
  color: #24391f !important;
  text-decoration: none !important;
}

.bf-post-more {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #7fa200;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bf-post-more:hover {
  background: #6f8f00;
}

@media (max-width: 900px) {
  .bf-post-grid {
    grid-template-columns: 1fr;
  }
}