/* =========================
   BLOG LAYOUT – magyarfelvi.hu
   ========================= */
   @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

li {
        font-family: 'Roboto Slab', serif;
}
.blog-post {
  max-width: 900px;
  margin: 120px auto 80px auto;
  padding: 0 20px;
  font-family: 'Inter', system-ui, sans-serif;
  color: #1e293b;
  line-height: 1.7;
}

/* breadcrumb */
.breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #64748b;
}

.breadcrumb a {
  color: #35c2b2;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* cím */
.blog-post h1 {
  font-size: 2.6rem;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #0f172a;
}

/* meta sor */
.post-meta {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 32px;
}

/* alcímek */
.blog-post h2 {
  font-size: 1.7rem;
  margin: 48px 0 16px;
  color: #0f172a;
  border-left: 5px solid #35c2b2;
  padding-left: 14px;
}

/* szöveg */
.blog-post p {
  margin-bottom: 18px;
  font-size: 1.05rem;
}

/* listák */
.blog-post ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.blog-post ul li {
  margin-bottom: 6px;
}

/* elválasztó */
.blog-post hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* forrás */
.post-meta a {
  color: #35c2b2;
  text-decoration: none;
}

.post-meta a:hover {
  text-decoration: underline;
}

/* mobil */
@media (max-width: 768px) {
  .blog-post h1 {
    font-size: 2rem;
  }

  .blog-post h2 {
    font-size: 1.4rem;
  }
}
