/* ================================================================
   CÉGEKNEK – teljes oldal CSS
   Forrás: www.10milliofa.hu React bundle _1duwj_
   ================================================================ */

/* OLDAL HÁTTÉR */
.tmf-ceg-page {
  background-color: #E6EAD6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* OLDAL CÍM */
.tmf-ceg-page__title {
  font-family: 'Coustard', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  color: #385244;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin: 0;
}

/* ── CIKK KÁRTYÁK ─────────────────────────────────────────── */
.tmf-ceg-articles {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem 4rem;
  box-sizing: border-box;
}

/* Egy cikk sor: kép + szöveg egymás mellett */
.tmf-ceg-article {
  display: flex;
  align-items: stretch;
  margin-bottom: 2rem;
  min-height: 340px;
}

/* Páros: szöveg bal, kép jobb */
.tmf-ceg-article--right {
  flex-direction: row;
}

/* Páratlan: kép bal, szöveg jobb */
.tmf-ceg-article--left {
  flex-direction: row-reverse;
}

/* Szöveg doboz */
.tmf-ceg-article__box {
  background: #f2f5ea;
  padding: 40px 48px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

/* Cím */
.tmf-ceg-article__title {
  font-family: 'Coustard', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #223724;
  margin: 0 0 16px 0;
}

/* Lead szöveg */
.tmf-ceg-article__lead {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #252525;
  margin: 0 0 24px 0;
}

/* "Tovább olvasom" gomb */
.tmf-ceg-article__btn {
  display: inline-block;
  background: #385244;
  color: #f2f5ea;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  align-self: flex-start;
}
.tmf-ceg-article__btn:hover {
  background: #223724;
  color: #f2f5ea;
  text-decoration: none;
}

/* Képes oldal */
.tmf-ceg-article__img-wrap {
  width: 50%;
  overflow: hidden;
  position: relative;
  background: #E6EAD6;
}

.tmf-ceg-article__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── "TOVÁBB AZ ÖSSZES HÍRRE" GOMB ───────────────────────── */
.tmf-ceg-morebtn-wrap {
  text-align: center;
  padding: 2rem 0 5rem;
}

.tmf-ceg-morebtn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #385244;
  background: transparent;
  border: 2px solid #385244;
  padding: 12px 32px;
  text-decoration: none;
  border-radius: 2px;
}
.tmf-ceg-morebtn:hover {
  background: #385244;
  color: #f2f5ea;
  text-decoration: none;
}

/* ── RESZPONZÍV ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .tmf-ceg-article,
  .tmf-ceg-article--right,
  .tmf-ceg-article--left {
    flex-direction: column;
  }
  .tmf-ceg-article__box,
  .tmf-ceg-article__img-wrap {
    width: 100%;
  }
  .tmf-ceg-article__img-wrap {
    height: 280px;
  }
  .tmf-ceg-article__box {
    padding: 28px 24px;
  }
  .tmf-ceg-page__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 599px) {
  .tmf-ceg-article__title { font-size: 22px; line-height: 30px; }
  .tmf-ceg-article__img-wrap { height: 220px; }
  .tmf-ceg-article__box { padding: 20px 16px; }
  .tmf-ceg-page__title { font-size: 26px; line-height: 1.3; }
}

@media (max-width: 480px) {
  .tmf-ceg-article__img-wrap { height: 200px; }
  .tmf-ceg-article__box { padding: 18px 14px; }
  .tmf-ceg-page__title { font-size: 22px; }
}
