.elementor-278 .elementor-element.elementor-element-14b0332{--display:flex;--min-height:394px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.5;}.elementor-278 .elementor-element.elementor-element-14b0332::before, .elementor-278 .elementor-element.elementor-element-14b0332 > .elementor-background-video-container::before, .elementor-278 .elementor-element.elementor-element-14b0332 > .e-con-inner > .elementor-background-video-container::before, .elementor-278 .elementor-element.elementor-element-14b0332 > .elementor-background-slideshow::before, .elementor-278 .elementor-element.elementor-element-14b0332 > .e-con-inner > .elementor-background-slideshow::before, .elementor-278 .elementor-element.elementor-element-14b0332 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #0000001F 0%, #000000A6 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-278 .elementor-element.elementor-element-b58fe94 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:46px;font-weight:600;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.83);color:#FFFFFF;}.elementor-278 .elementor-element.elementor-element-f62d2a2{--display:flex;}.elementor-278 .elementor-element.elementor-element-d410790{--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;border-style:solid;--border-style:solid;border-width:3px 0px 0px 0px;--border-top-width:3px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#B7DD3F;--border-color:#B7DD3F;--padding-top:50px;--padding-bottom:130px;--padding-left:0px;--padding-right:0px;}.elementor-278 .elementor-element.elementor-element-d410790:not(.elementor-motion-effects-element-type-background), .elementor-278 .elementor-element.elementor-element-d410790 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#292929;}.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 );}.elementor-278 .elementor-element.elementor-element-37ba912 > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 0px;padding:100px 100px 130px 30px;border-radius:14px 14px 14px 14px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-278 .elementor-element.elementor-element-37ba912{color:#000000;}/* Start custom CSS for html, class: .elementor-element-1a7eea3 *//* =========================
   JOGI MENÜ – BASE
========================= */
.legal-menu {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 40px 0;
}

/* GOMBOK */
.legal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 28px;
  min-width: 180px;

  background: #292929;
  color: #ffffff;

  border-radius: 6px; /* LAPOSABB */
  text-decoration: none;
  font-weight: 600;

  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* IKON */
.legal-icon {
  font-size: 16px;
  line-height: 1;
}

/* HOVER */
.legal-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

/* =========================
   AKTÍV ÁLLAPOT
========================= */
.legal-btn.is-active {
  background: #0C5A2A;
  box-shadow: 0 8px 18px rgba(12,90,42,0.45);
}

/* =========================
   MOBIL
========================= */
@media (max-width: 768px) {
  .legal-menu {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .legal-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-37ba912 *//* =========================
   JOGI TÁBLÁZAT – BASE
========================= */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* FEJLÉC */
table thead {
  background: #0C5A2A;
}

table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* TÖRZS */
table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #eaeaea;
  color: #000000;
  vertical-align: top;
}

/* SOR HOVER */
table tbody tr:hover {
  background: #f7f8f7;
}

/* UTOLSÓ SOR */
table tbody tr:last-child td {
  border-bottom: none;
}

/* SORSZÁM OSZLOP */
table tbody td:first-child {
  font-weight: 600;
  color: #0C5A2A;
  width: 60px;
}

/* =========================
   MOBIL RESZPONZÍV
========================= */
@media (max-width: 768px) {

  table,
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
  }

  table thead {
    display: none;
  }

  table tbody tr {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 16px;
  }

  table tbody td {
    border: none;
    padding: 6px 0;
    font-size: 14px;
  }

  table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #0C5A2A;
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
  }

  /* MANUÁLIS FELIRATOK */
  table tbody td:nth-child(1)::before { content: "#"; }
  table tbody td:nth-child(2)::before { content: "Cégnév"; }
  table tbody td:nth-child(3)::before { content: "Székhely"; }
  table tbody td:nth-child(4)::before { content: "Tevékenység"; }
}/* End custom CSS */