.elementor-143 .elementor-element.elementor-element-901dced{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */#adatok-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-family: inherit;
}
 
/* Bal és jobb oszlop belső grid */
#adatok-grid-left,
#adatok-grid-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #e5e5e5;
}
 
.adat {
  background: #fff;
  padding: 28px 28px 24px;
  transition: background 0.2s;
}
 
.adat:hover {
  background: #faf9f7;
}
 
/* Szekció cím */
.adat-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8a96e;
  margin: 0 0 18px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e4de;
}
 
/* ── TISZTSÉGVISELŐK ── */
.adatok-nev {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.3;
}
 
.adatok-nev:first-of-type {
  margin-top: 0;
}
 
.adatok-nev a {
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}
 
.adatok-nev a:hover {
  color: #0077b5;
}
 
.adatok-tisztseg {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-top: 2px;
  letter-spacing: 0.01em;
}
 
/* ── SZERVEZET ADATAI ── */
.adatok-def {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 13px;
}
 
.adatok-def:first-of-type {
  margin-top: 0;
}
 
.adatok-info {
  font-size: 13.5px;
  color: #1a1a1a;
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.45;
}
 
/* ── CAOBISCO ── */
.adatok-caobisco {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}
 
.adatok-caobisco p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 
.adatok-caobisco em {
  color: #444;
  font-style: italic;
  display: block;
  margin-bottom: 4px;
}
 
.adatok-caobisco strong {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
}
 
.adatok-caobisco a {
  color: #c8a96e;
  text-decoration: none;
}
 
.adatok-caobisco a:hover {
  text-decoration: underline;
}
 
.adatok-caobisco img {
  margin-top: 10px;
  max-width: 160px;
  height: auto;
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s;
}
 
.adatok-caobisco img:hover {
  opacity: 1;
}
 
/* ── RESZPONZÍV ── */
@media (max-width: 768px) {
  #adatok-grid {
    grid-template-columns: 1fr;
  }
 
  .adat {
    padding: 22px 18px;
  }
}/* End custom CSS */