/* ============ ImmunoDC – Premium Blog / Single Post Layout ============ */

/* 1) Olvasási szélesség és alap tipó */
.single-post .container,
.single-post .blog-post .container,
.single-post .hestia-blog-content,
.single-post .content-area {
  max-width: 1080px;
}

.single-post .entry-content{
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #111;
}

/* Mobilon kicsit kisebb betű */
@media (max-width: 768px){
  .single-post .entry-content{
    font-size: 16.5px;
    line-height: 1.85;
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* 2) Cím + meta rendezés */
.single-post h1.entry-title{
  max-width: 860px;
  margin: 18px auto 10px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.single-post .entry-meta{
  max-width: 860px;
  margin: 0 auto 18px;
  opacity: 0.85;
}

/* 3) Headings – tiszta hierarchia (mint “orvosi cikk” stílus) */
.single-post .entry-content h2{
  margin-top: 38px;
  margin-bottom: 12px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #2e3159;
}
.single-post .entry-content h3{
  margin-top: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #2e3159;
}

/* Finom elválasztó h2 előtt */
.single-post .entry-content h2:before{
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin: 0 0 14px;
  background: rgba(13,50,118,0.18);
  border-radius: 999px;
}

/* 4) Bekezdés-ritmus */
.single-post .entry-content p{
  margin: 0 0 16px;
}

/* 5) Linkek – “prémium” aláhúzás */
.single-post .entry-content a{
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* 6) Képek – kártyás, egységes */
.single-post .entry-content img{
  border-radius: 14px;
}
.single-post .entry-content figure{
  margin: 18px 0 22px;
}
.single-post .entry-content figcaption{
  font-size: 14px;
  opacity: 0.75;
  margin-top: 8px;
}

/* 7) Listák – több levegő */
.single-post .entry-content ul,
.single-post .entry-content ol{
  margin: 0 0 18px 20px;
}
.single-post .entry-content li{
  margin: 6px 0;
}

/* 8) Idézet / kiemelés */
.single-post .entry-content blockquote{
  border-left: 4px solid #111;
  padding: 14px 18px;
  margin: 22px 0;
  background: rgba(17,17,17,0.04);
  border-radius: 14px;
}

/* 9) Táblázatok – “cikkes” táblázat */
.single-post .entry-content table{
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 26px;
  overflow: hidden;
  border-radius: 14px;
}
.single-post .entry-content table th{
  background: rgba(13,50,118,0.06);
  text-align: left;
}
.single-post .entry-content table td,
.single-post .entry-content table th{
  padding: 12px 14px;
  border: 1px solid rgba(17,17,17,0.10);
  vertical-align: top;
}

/* 10) “Info / Tip / Warning” dobozok – Gutenberg blockhoz is jó */
.single-post .entry-content .is-style-immunodc-box,
.single-post .entry-content .immunodc-box{
  background: #f6f7fb;
  border: 1px solid rgba(46,49,89,0.15);
  border-left: 6px solid #0d3276;
  padding: 16px 18px;
  border-radius: 14px;
  margin: 22px 0;
}
.single-post .entry-content .immunodc-box strong{
  color: #0d3276;
}

/* 11) “Kulcspontok” doboz (amit már használsz) finomítva */
.single-post .immunodc-takeaways {
  background: #e8eafc;
  border: 2px solid #f2a39b;
  padding: 20px;
  border-radius: 14px;
  margin: 24px 0;
}
.single-post .immunodc-takeaways h3 {
  margin-top: 0;
  color: #2e3159;
}

/* 12) CTA doboz (amit már használsz) gomb-szerű linkkel */
.single-post .immunodc-cta {
  background: #f2a39b;
  color: #ffffff;
  padding: 26px 22px;
  border-radius: 16px;
  text-align: center;
  margin: 34px 0;
}
.single-post .immunodc-cta a {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  text-decoration: none;
}
.single-post .immunodc-cta a:hover{
  background: rgba(255,255,255,0.28);
}

/* 13) Hero overlay és “színes teteje” kiiktatás (ha kell) */
.single-post .page-header,
.single-post .entry-header {
  background: transparent !important;
}

/* 14) Meta: szerző + kommentek (nálad már van, itt egységesen) */
.single-post .author,
.single-post .byline,
.single-post .entry-meta span.author {
  display: none;
}
.single-post .comments-area {
  display: none;
}