.elementor-13067 .elementor-element.elementor-element-c8cd6d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13067 .elementor-element.elementor-element-c888545{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-297c91d *//* =========================================================
   GO – HÍREK / CIKK (VILÁGOS, FEHÉR–ARANY, MON stílus)
   ========================================================= */

.go-news-article{
  padding: 26px 0 70px;
  background: #f9fafb; /* világos háttér */
  color: #111827;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.go-news-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ===== FEJLÉC ===== */

.go-news-header{
  background: radial-gradient(1200px 400px at 20% 0%, rgba(201,164,76,0.20), transparent 60%),
              radial-gradient(800px 360px at 90% 10%, rgba(201,164,76,0.12), transparent 55%),
              #ffffff;
  border: 1px solid rgba(201,164,76,0.35);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.go-news-kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201,164,76,0.95);
  margin-bottom: 10px;
}

.go-news-title{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  color: #111827;
}

.go-news-lead{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

.go-news-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-chip{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201,164,76,0.45);
  background: rgba(201,164,76,0.12);
  color: #111827;
}

/* ===== TARTALOM ===== */

.go-news-body{
  margin-top: 18px;
}

.go-news-card{
  background: #ffffff;
  border: 1px solid rgba(201,164,76,0.25);
  border-radius: 18px;
  padding: 20px 18px;
  margin-top: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

.go-news-card h2{
  margin: 0 0 10px;
  font-size: 20px;
  color: #111827;
}

.go-news-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  color: #1f2937;
}

.go-news-card p{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
}

.go-note{
  border-left: 4px solid rgba(201,164,76,0.85);
  padding: 10px 12px;
  margin-top: 10px;
  background: rgba(201,164,76,0.10);
  border-radius: 12px;
  color: #374151;
}

/* ===== LISTÁK ===== */

.go-list{
  margin: 0 0 10px;
  padding-left: 18px;
}

.go-list li{
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.go-check{
  list-style: none;
  padding-left: 0;
}

.go-check li{
  position: relative;
  padding-left: 28px;
}

.go-check li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(201,164,76,0.85);
  background: rgba(201,164,76,0.18);
  box-shadow: 0 8px 20px rgba(201,164,76,0.20);
}

/* ===== KÉT OSZLOP ===== */

.go-two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.go-col{
  border: 1px solid rgba(201,164,76,0.25);
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 14px 6px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

/* ===== CTA ===== */

.go-callout{
  margin-top: 14px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(201,164,76,0.45);
  background: linear-gradient(180deg, rgba(201,164,76,0.18), #ffffff);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.go-callout-title{
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.go-callout-text{
  margin: 0 0 12px;
  color: #374151;
}

.go-cta-btn{
  display: inline-block;
  padding: 11px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #111827;
  background: rgba(201,164,76,0.95);
  border: 1px solid rgba(201,164,76,0.9);
  box-shadow: 0 14px 30px rgba(201,164,76,0.25);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.go-cta-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 38px rgba(201,164,76,0.30);
}

.go-callout-sub{
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

/* ===== GYIK ===== */

.go-faq{
  border: 1px solid rgba(201,164,76,0.25);
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 12px;
  margin-top: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.go-faq summary{
  cursor: pointer;
  font-weight: 700;
  color: #111827;
  outline: none;
}

.go-faq p{
  margin-top: 8px;
  color: #374151;
}

/* ===== FORRÁS ===== */

.go-news-source{
  margin-top: 14px;
  font-size: 12px;
  color: #6b7280;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(201,164,76,0.45);
  background: rgba(201,164,76,0.08);
}

/* ===== MOBIL ===== */

@media (max-width: 720px){
  .go-news-title{ font-size: 22px; }
  .go-two-col{ grid-template-columns: 1fr; }
  .go-news-header{ padding: 22px 16px; }
  .go-news-card{ padding: 18px 14px; }
}
/* =========================================================
   GO – KIEMELT MONDAT (KORLÁTOZOTT KERET)
   ========================================================= */

.go-highlight-line{
  position: relative;
  padding: 10px 12px;
  border-left: 4px solid rgba(201,164,76,0.9);
  background: linear-gradient(90deg, rgba(201,164,76,0.14), rgba(201,164,76,0.03) 60%, transparent);
  border-radius: 10px;
  color: #111827;
  font-weight: 600;
}


.go-highlight-line strong{
  color: #C9A44C;
}/* End custom CSS */