/* --- 1. ALAPOK ÉS TIPOGRÁFIA --- */
.blog-post {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  line-height: 1.8;
  color: #2c3e50;
  font-family: "Montserrat", sans-serif;
}

main.blog-post,
main.blog-post article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Főcím (H1) */
h1, .blog-post h1 {
  font-size: 2.5em;
  text-align: center !important;
  color: #1a1a1a !important;
  border-bottom: 3px solid #d4a017;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

/* H2 címek középre igazítása */
h2, .blog-post h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-size: 1.6em;
  text-align: center;
}

/* Címkék (Labels) */
.gold-label {
  color: #d4a017;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 35px !important;
  margin-bottom: 15px;
  text-align: center;
}

.section-label {
  color: #d4a017;
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
}

/* Szekciók alapbeállításai */
section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Váltakozó szekció háttérszínek */
section:nth-child(odd) {
  background-color: #ffffff;
}

section:nth-child(even) {
  background-color: #f7f9fa;
}

/* --- 2. EGYEDI ELEMEK ÉS LINKEK --- */
.custom-link {
  color: #467d9c !important;
  font-weight: 600;
  text-decoration: none;
}

.custom-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.paragraph-spacing {
  margin-bottom: 30px;
}

/* Mobilbarát Morzsamenü Stílus */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: 0.85rem;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0;
  color: #777777;
  line-height: 1.4;
}

.breadcrumb a {
  color: #1e5a8a;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #ccc;
  user-select: none;
}

.breadcrumb-current {
  color: #444444;
  font-weight: 500;
  word-break: break-word;
}

/* Fejléc kép stílusa */
.article-featured-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 1.5rem auto 2.5rem auto;
  border-radius: 12px;
  border: 1px solid rgba(212, 160, 23, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-featured-image:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(212, 160, 23, 0.15);
}

/* --- 3. CSIKUNG SPECIÁLIS SZEKCIÓ --- */
.csikung-energy-section {
  max-width: 900px;
  margin: 0 auto; /* Eltávolítva a fix 50px, hogy mobilon ne legyen túl nagy a rés */
  padding: 40px 15px; /* Mobilon barátságosabb belső margó */
  color: #2c3e50;
  line-height: 1.8;
  font-family: inherit;
}

.csikung-energy-section .section-label {
  color: #d4a017;
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.csikung-energy-section h2 {
  font-size: 2.2rem;
  color: #1a252f;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.csikung-energy-section h3 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  border-left: 4px solid #b28c57;
  padding-left: 12px;
}

.csikung-energy-section p {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.csikung-energy-section ul {
  margin: 20px 0;
  padding-left: 20px;
}

.csikung-energy-section li {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.csikung-energy-section li strong {
  color: #1a252f;
}

/* --- 4. PRÉMIUM SÖTÉTKÉK CTA DOBOZ --- */
.csikung-article .cikk-cta-wrapper {
  max-width: 100%;
  background-color: #ffffff;
  padding: 4rem 15px; /* Kicsit optimalizálva mobilszélességre */
}

.csikung-article .cikk-cta-box {
  background-color: #ebf0f5;
  max-width: 850px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem; /* Mobilbarátabb belső térköz */
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(11, 28, 44, 0.18);
}

.csikung-article .cta-arany-alcim {
  color: #cca43b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
}

.csikung-article .cikk-cta-box h3 {
  font-size: 1.5rem;
  color: #1a1818;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.csikung-article .cikk-cta-box p {
  font-size: 1rem;
  color: #202124;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}

.csikung-article .cikk-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cca43b !important;
  color: #ffffff !important;
  padding: 14px 20px;
  text-decoration: none !important;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.5px;
  white-space: nowrap; /* Biztosítja, hogy egy sorban maradjon mobilon is */
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(204, 164, 59, 0.3);
}

.csikung-article .cikk-cta-button:hover {
  background-color: #b58f32 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 164, 59, 0.4);
}