/* Eventia – cookie lišta */
.evck{
  --ink:#26221F; --ink2:#1B1815; --rose:#E61F93; --ivory:#F3ECE9;
  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Montserrat",system-ui,-apple-system,sans-serif;
  position:fixed; z-index:2147483500; left:0; right:0; bottom:0;
  padding:12px; font-family:var(--sans); color:var(--ink);
  pointer-events:none;
}
.evck[hidden]{display:none!important;}
.evck *{box-sizing:border-box;}

.evck__card{
  pointer-events:auto;
  width:100%; max-width:560px; margin:0 auto;
  background:#fff; border-radius:22px;
  box-shadow:0 24px 60px rgba(38,34,31,.24), 0 0 0 1px rgba(38,34,31,.07);
  padding:22px 22px 18px;
  max-height:calc(100vh - 24px); overflow-y:auto;
  animation:evck-in .38s cubic-bezier(.22,.9,.3,1) both;
}
@keyframes evck-in{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:none;}}
@media(prefers-reduced-motion:reduce){.evck__card{animation:none;}}

@media(min-width:900px){
  .evck{padding:20px;}
  .evck__card{margin:0; max-width:470px; padding:26px 26px 20px;}
}

.evck__h{
  font-family:var(--serif)!important; font-weight:600!important;
  font-size:26px!important; line-height:1.15!important;
  margin:0 0 8px!important; color:var(--ink)!important; letter-spacing:0!important;
}
.evck__p{
  font-size:13.5px!important; line-height:1.6!important;
  margin:0 0 16px!important; color:rgba(38,34,31,.76)!important;
}

.evck__akcie{display:flex; flex-wrap:wrap; gap:9px; align-items:center;}

.evck__btn{
  appearance:none; border:0; cursor:pointer; font-family:var(--sans);
  font-size:11.5px!important; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  padding:13px 20px; border-radius:999px; white-space:normal!important;
  transition:transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
  flex:1 1 auto; min-width:140px;
}
.evck__btn:hover{transform:translateY(-1px);}
.evck__btn:focus-visible{outline:2px solid var(--rose); outline-offset:3px;}
.evck__btn--ano{background:var(--rose); color:#fff; box-shadow:0 10px 24px rgba(230,31,147,.3);}
.evck__btn--ano:hover{background:#c9187e;}
.evck__btn--nie{background:transparent; color:var(--ink); box-shadow:inset 0 0 0 1.5px rgba(38,34,31,.28);}
.evck__btn--nie:hover{background:var(--ivory);}
.evck__btn--ulozit{background:var(--ink); color:#fff; width:100%; margin:14px 0 0; flex:0 0 auto;}
.evck__btn--ulozit:hover{background:var(--ink2);}

.evck__viac{
  appearance:none; background:none; border:0; cursor:pointer; padding:8px 4px;
  font-family:var(--sans); font-size:11.5px; font-weight:600; letter-spacing:.1em;
  text-transform:uppercase; color:rgba(38,34,31,.6); text-decoration:underline;
  text-underline-offset:4px; flex:0 0 auto;
}
.evck__viac:hover{color:var(--rose);}
.evck__viac:focus-visible{outline:2px solid var(--rose); outline-offset:2px;}

.evck__nast{margin:16px 0 0; border-top:1px solid rgba(38,34,31,.1); padding:4px 0 0;}
.evck__nast[hidden]{display:none!important;}

.evck-row{display:flex; gap:14px; align-items:flex-start; padding:13px 0; border-bottom:1px solid rgba(38,34,31,.08);}
.evck-row:last-of-type{border-bottom:0;}
.evck-row__t{flex:1 1 auto; min-width:0;}
.evck-row__t b{display:block; font-size:13px; font-weight:700; color:var(--ink); margin:0 0 3px;}
.evck-row__t span{display:block; font-size:12px; line-height:1.5; color:rgba(38,34,31,.62);}

.evck-sw{position:relative; flex:0 0 auto; width:44px; height:25px; margin:2px 0 0; cursor:pointer;}
.evck-sw input{position:absolute; opacity:0; width:100%; height:100%; margin:0; cursor:pointer;}
.evck-sw__t{
  position:absolute; inset:0; border-radius:999px; background:rgba(38,34,31,.2);
  transition:background-color .22s ease; pointer-events:none;
}
.evck-sw__t::after{
  content:""; position:absolute; top:3px; left:3px; width:19px; height:19px;
  border-radius:50%; background:#fff; box-shadow:0 2px 5px rgba(38,34,31,.3);
  transition:transform .22s cubic-bezier(.22,.9,.3,1);
}
.evck-sw input:checked + .evck-sw__t{background:var(--rose);}
.evck-sw input:checked + .evck-sw__t::after{transform:translateX(19px);}
.evck-sw input:focus-visible + .evck-sw__t{outline:2px solid var(--rose); outline-offset:3px;}
.evck-sw--pevne{opacity:.55;}
.evck-sw--pevne input{cursor:default;}
.evck-sw--pevne input:checked + .evck-sw__t{background:rgba(38,34,31,.42);}

.evck__pravne{margin:14px 0 0!important; font-size:11.5px!important; line-height:1.5!important;}
.evck__pravne a{color:rgba(38,34,31,.62)!important; text-decoration:underline; text-underline-offset:3px;}
.evck__pravne a:hover{color:var(--rose)!important;}

.evck .screen-reader-text{
  position:absolute!important; width:1px; height:1px; overflow:hidden;
  clip:rect(1px,1px,1px,1px); clip-path:inset(50%); white-space:nowrap;
}

/* prebitie globálnych štýlov tlačidiel */
.evck .evck__btn{border:0!important;text-decoration:none!important;text-shadow:none!important;min-height:0!important;line-height:1.2!important;}
.evck .evck__btn--ano{background:#E61F93!important;color:#fff!important;box-shadow:0 10px 24px rgba(230,31,147,.3)!important;}
.evck .evck__btn--ano:hover{background:#c9187e!important;color:#fff!important;}
.evck .evck__btn--nie{background:transparent!important;color:#26221F!important;box-shadow:inset 0 0 0 1.5px rgba(38,34,31,.28)!important;}
.evck .evck__btn--nie:hover{background:#F3ECE9!important;color:#26221F!important;}
.evck .evck__btn--ulozit{background:#26221F!important;color:#fff!important;box-shadow:none!important;}
.evck .evck__btn--ulozit:hover{background:#1B1815!important;color:#fff!important;}
.evck .evck__viac{background:none!important;border:0!important;box-shadow:none!important;color:rgba(38,34,31,.6)!important;padding:8px 4px!important;font-size:11.5px!important;min-height:0!important;}
.evck .evck__viac:hover{background:none!important;color:#E61F93!important;}
