/* =========================================================
   Eventia – prehliadač realizácií, ovládanie v4 (mobil)
   Hore: Všetky realizácie | Lokácie | Galéria | zavrieť
   Dole: predošlá | zdieľať | ďalšia | Zadať dopyt
   ========================================================= */

/* ---------- horná lišta ---------- */
.ev-ig .ev-top{
  gap:8px;
}
.ev-ig .ev-top__mid{
  display:flex;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
  pointer-events:none;
}
.ev-ig .ev-top__btn{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:46px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  backdrop-filter:blur(18px) saturate(1.4);
  -webkit-backdrop-filter:blur(18px) saturate(1.4);
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  cursor:pointer;
  font-family:"Montserrat",system-ui,-apple-system,sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 6px 20px rgba(0,0,0,.25);
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.ev-ig .ev-top__btn svg{
  width:19px;height:19px;flex:0 0 auto;
}
.ev-ig .ev-top__btn:hover,
.ev-ig .ev-top__btn.active{
  background:var(--pink,#E61F93);
  border-color:var(--pink,#E61F93);
  color:#fff;
}

/* ---------- spodná lišta ---------- */
.ev-ig .ev-pill{
  gap:4px;
  padding:8px 10px;
  max-width:calc(100vw - 28px);
}
.ev-ig .ev-pill button{
  width:52px;height:52px;
  flex:0 0 auto;
}
.ev-ig .ev-pill button svg{
  width:26px;height:26px;
  flex:0 0 auto;
  max-width:none;
}
.ev-ig .ev-pill .ev-pill__cta{
  width:auto;
  min-width:0;
  flex:0 1 auto;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0 20px;
  margin-left:4px;
  border-radius:999px;
  background:var(--pink,#E61F93);
  color:#fff;
  font-family:"Montserrat",system-ui,-apple-system,sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ev-ig .ev-pill .ev-pill__cta:hover{
  background:#fff;
  color:#26221F;
}

/* ---------- menšie telefóny ---------- */
@media(max-width:520px){
  .ev-ig .ev-top{padding:14px 12px;gap:6px;}
  .ev-ig .ev-top__mid{gap:6px;}
  .ev-ig .ev-top__btn{height:42px;padding:0 12px;font-size:10.5px;gap:6px;letter-spacing:.05em;}
  .ev-ig .ev-top__btn svg{width:17px;height:17px;}
  .ev-ig .ev-top .ev-ico-btn{width:42px;height:42px;}
  .ev-ig .ev-top .ev-ico-btn svg{width:20px;height:20px;}

  .ev-ig .ev-pill button{width:48px;height:48px;}
  .ev-ig .ev-pill button svg{width:24px;height:24px;}
  .ev-ig .ev-pill .ev-pill__cta{padding:0 16px;font-size:11px;letter-spacing:.08em;}
}

/* veľmi úzke displeje – z textových tlačidiel ostanú ikony */
@media(max-width:370px){
  .ev-ig .ev-top__btn span{display:none;}
  .ev-ig .ev-top__btn{padding:0 13px;}
}

/* --- spacer namiesto bývalého tlačidla Všetky (vľavo hore) --- */
.ev-ig .ev-top__spacer{display:block;flex:0 0 auto;width:46px;height:46px;pointer-events:none;}
@media (max-width:520px){.ev-ig .ev-top__spacer{width:42px;height:42px;}}
