.elementor-1760 .elementor-element.elementor-element-a99a1d6{--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;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1760 .elementor-element.elementor-element-65212cd{z-index:1;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-65212cd *//* ==== KATEGÓRIA SELECT (Select2) ==== */
#mec_skin_5534 .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #999 !important;
  border-radius: 0px !important;
  padding: 6px 12px;
  color: #000 !important;
  min-height: 40px;
  box-shadow: none !important;
}

/* Nyíl ikon színtelenítve */
#mec_skin_5534 .select2-selection__arrow {
  background: none !important;
  border: none !important;
}

/* ==== DÁTUMMEZŐK (Kezdés / Vége) ==== */
#mec_skin_5534 input[type="text"] {
  background-color: transparent !important;
  border: 1px solid #999 !important;
  border-radius: 0px;
  padding: 6px 12px;
  color: #000;
  min-height: 40px;
  box-shadow: none !important;
}

/* ==== VISSZAÁLLÍTÁS GOMB ==== */
#mec_skin_5534 .mec-search-reset-button button {
  background-color: transparent !important;
  border: 1px solid #999;
  color: #000;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#mec_skin_5534 .mec-search-reset-button button:hover {
  background-color: transparent !important;
}



#mec_skin_5534 .mec-sl-folder
{
    display: none; !important;
}




/* ==== SZŰRŐSÁV ELRENDEZÉS BALRA ==== */
#mec_skin_5534 .mec-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}

/* === TELJES KONTÉNER háttér törlés === */
#mec_skin_5534,
#mec_skin_5534 * {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* === KERET visszaadása mezőkre === */
#mec_skin_5534 .select2-container--default .select2-selection--single,
#mec_skin_5534 input[type="text"],
#mec_skin_5534 .mec-search-reset-button button {
  border: 1px solid #666 !important;
  border-radius: 0px;
  padding: 6px 12px;
  color: #000;
}

/* === Hover effektek sem mutassanak hátteret === */
#mec_skin_5534 .select2-container--default .select2-selection--single:hover,
#mec_skin_5534 input[type="text"]:hover,
#mec_skin_5534 .mec-search-reset-button button:hover {
  background: none !important;
  background-color: transparent !important;
}

/* A Select2 megjelenített mező szélességének korlátozása */
#mec_skin_5534 .select2-container--default {
  width: 300px !important; /* vagy amit szeretnél: 200px, 300px, stb. */
  max-width: 100%;
}

/* A lenyíló menü pozíciójának helyreállítása */
.select2-container--open .select2-dropdown {
  margin-top: -8px !important; /* közelebb hozza a mezőhöz */
  border: 1px solid #0073aa !important;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Jegyvásárlás gomb stílusa csak a #mec_skin_5534 alatt */
#mec_skin_5534 .mec-more-info-button {
  background-color: #956F49 !important;  /* Kék háttér */
  color: #fff !important;                /* Fehér szöveg */
  padding: 10px 16px;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.3s ease;
}

/* Hover állapot – sötétebb háttér */
#mec_skin_5534 .mec-more-info-button:hover {
  background-color: #704E2D !important;
  color: #fff !important;
}

/* A select2 mező tartalmának vertikális középre igazítása */
#mec_skin_5534 .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  height: 42px !important; /* vagy a mező tényleges magassága */
  padding-left: 10px; /* opcionális, belső tér a szövegnek */
  box-sizing: border-box;
}

/* A teljes select2 mező legyen flexbox */
#mec_skin_5534 .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between; /* szöveg balra, ikon jobbra */
  height: 42px !important; /* mező magasság */
  padding: 0 12px;
  box-sizing: border-box;
}

/* Az ikon belül középen álljon */
#mec_skin_5534 .select2-selection__arrow {
  align-self: center !important;
  top: auto !important;   /* felülírás: ne legyen felül pozícionálva */
  transform: translateY(0) !important;
}/* End custom CSS */