/* TVUJORIGINAL.CZ — WEEKEND PROMO SLIDE-UP v2.0.0 */

.tvo-wp-overlay{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:10040;
  display:flex;
  justify-content:center;
  padding:0 14px 14px;
  pointer-events:none;
  transform:translateY(120%);
  opacity:0;
  transition:transform .42s cubic-bezier(.22,.75,.25,1),opacity .3s ease;
}

.tvo-wp-overlay.is-visible{
  transform:translateY(0);
  opacity:1;
}

.tvo-wp-card{
  position:relative;
  width:min(760px,100%);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:20px 22px;
  background:rgba(249,246,242,.98);
  border:1px solid rgba(182,169,154,.52);
  box-shadow:0 16px 44px rgba(45,38,32,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:auto;
}

.tvo-wp-copy{
  min-width:0;
}

.tvo-wp-eyebrow{
  margin:0 0 5px;
  color:#756b63;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.tvo-wp-title{
  margin:0;
  color:#2f2b28;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
}

.tvo-wp-text{
  margin:7px 0 0;
  color:#756b63;
  font-size:13px;
  line-height:1.5;
}

.tvo-wp-code{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:10px;
  padding:6px 9px;
  background:#fff;
  border:1px solid rgba(182,169,154,.46);
  color:#2f2b28;
  font-size:12px;
  font-weight:700;
}

.tvo-wp-code strong{
  letter-spacing:.05em;
}

.tvo-wp-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  min-width:190px;
}

.tvo-wp-countdown{
  color:#756b63;
  font-size:11px;
  font-weight:700;
}

.tvo-wp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  background:#84ab09;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12.5px;
  font-weight:800;
  letter-spacing:.02em;
  transition:opacity .15s ease,transform .15s ease;
}

.tvo-wp-button:hover{
  opacity:.92;
  transform:translateY(-1px);
}

.tvo-wp-close{
  position:absolute;
  top:8px;
  right:9px;
  width:28px;
  height:28px;
  border:0;
  background:transparent;
  color:#756b63;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  opacity:.72;
}

.tvo-wp-close:hover{
  opacity:1;
}

@media(max-width:767px){
  .tvo-wp-overlay{
    padding:0 8px 8px;
  }

  .tvo-wp-card{
    grid-template-columns:1fr;
    gap:13px;
    padding:17px 16px 15px;
  }

  .tvo-wp-title{
    padding-right:22px;
    font-size:19px;
  }

  .tvo-wp-text{
    font-size:12.5px;
  }

  .tvo-wp-actions{
    min-width:0;
    align-items:stretch;
  }

  .tvo-wp-countdown{
    text-align:left;
  }

  .tvo-wp-button{
    width:100%;
    box-sizing:border-box;
  }
}

@media(prefers-reduced-motion:reduce){
  .tvo-wp-overlay{
    transition:none;
  }
}
