.elementor-18 .elementor-element.elementor-element-5395139{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.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 for text-editor, class: .elementor-element-f584b21 */.tagok-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.tagok-grid li {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.tagok-grid li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: #222;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  line-height: 1.4;
}
.tagok-grid li a:hover {
  background: #f5f5f5;
  color: #000;
}
.tagok-grid li a img {
  width: 22px;
  height: auto;
  flex-shrink: 0;
  display: block;
  border: 1px solid #ddd;
}
@media (max-width: 640px) {
  .tagok-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 400px) {
  .tagok-grid { grid-template-columns: 1fr; }
}/* End custom CSS */