.elementor-343 .elementor-element.elementor-element-e558769{--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 *//* ============================================================
   HUNBISCO – ÉDESSÉGEK LEXIKON
   ============================================================ */

#edestenyek-lexikon-grid {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}

/* ============================================================
   BETŰCSOPORT BLOKK
   ============================================================ */
.edestenyek-lexikon-betu {
  margin-bottom: 40px;
}

/* ============================================================
   BETŰ FEJ (A, B, C...)
   ============================================================ */
.edestenyek-lexikon-abc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  line-height: 1;
}

/* ============================================================
   SZÓCIKK KÁRTYA
   ============================================================ */
.edestenyek-lexikon-szocikk {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 24px;
  padding: 14px 0;
  border-bottom: 1px solid #f0eeeb;
  transition: background 0.2s;
}

.edestenyek-lexikon-szocikk:first-of-type {
  border-top: 1px solid #f0eeeb;
}

.edestenyek-lexikon-szocikk:hover {
  background: #faf9f7;
  margin: 0 -16px;
  padding: 14px 16px;
  border-radius: 6px;
  border-bottom-color: transparent;
}

/* hover esetén az alatta lévő border ne duplikálódjon */
.edestenyek-lexikon-szocikk:hover + .edestenyek-lexikon-szocikk {
  border-top: none;
}

/* ============================================================
   FOGALOM (bal oszlop)
   ============================================================ */
.edestenyek-lexikon-fogalom {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  padding-top: 1px;
}

/* ============================================================
   MAGYARÁZAT (jobb oszlop)
   ============================================================ */
.edestenyek-lexikon-magyarazat {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.65;
}

/* ============================================================
   RESZPONZÍV – tábla alatt egymás alá kerül
   ============================================================ */
@media (max-width: 640px) {
  .edestenyek-lexikon-szocikk {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .edestenyek-lexikon-szocikk:hover {
    margin: 0 -12px;
    padding: 12px 12px;
  }

  .edestenyek-lexikon-fogalom {
    font-size: 13.5px;
  }

  .edestenyek-lexikon-magyarazat {
    font-size: 13px;
  }

  .edestenyek-lexikon-abc {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}/* End custom CSS */