/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 27 2026 | 22:25:25 */
.sexteraz-ads-hero-text{
  position:absolute;
  left:40px;
  bottom:40px;
  max-width:520px;
  z-index:2;
}

/* headline */
.sexteraz-ads-hero-text h1{
  color:#fff !important;
  text-shadow:0 6px 24px rgba(0,0,0,.8);
  font-size:36px;
  line-height:1.2;
}

/* text */
.sexteraz-ads-hero-text p{
  color:#fff !important;
  opacity:.95;
  text-shadow:0 4px 18px rgba(0,0,0,.7);
}

/* ===================================================== */
/* MOBILE HERO FIX */
/* ===================================================== */

@media(max-width:768px){

  .sexteraz-ads-hero-text{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .sexteraz-ads-hero-text h1{
    font-size:22px;
  }

}

/* ===================================================== */
/* SEXTERAZ ADS PAGE – MOBILE FIX */
/* ===================================================== */

@media(max-width:768px){

/* celý wrapper nech nikdy nepretečie */
.sexteraz-ads-page{
  overflow:hidden;
}

/* wrapper obsah */
.sexteraz-ads-wrapper{
  padding:16px !important;
}

/* HERO fix */
.sexteraz-ads-hero{
  display:block !important;
  position:relative;
}

.sexteraz-ads-hero img{
  width:100%;
  height:auto;
  border-radius:14px;
}

/* text pod obrazok na mobile */
.sexteraz-ads-hero-text{
  position:relative !important;
  bottom:auto !important;
  left:auto !important;
  margin-top:14px;
  background:none !important;
  padding:0 !important;
  color:#111 !important;
}

/* nadpis */
.sexteraz-ads-hero-text h1{
  font-size:26px !important;
  line-height:1.2 !important;
  word-break:break-word;
}

/* odsek */
.sexteraz-ads-hero-text p{
  font-size:16px;
}

/* všetky texty nech nelámu layout */
.sexteraz-ads-wrapper h1,
.sexteraz-ads-wrapper h2,
.sexteraz-ads-wrapper h3,
.sexteraz-ads-wrapper p,
.sexteraz-ads-wrapper li{
  word-break:break-word;
}

/* zoznamy */
.sexteraz-ads-wrapper ul{
  padding-left:18px;
}

/* FAQ fix */
.sexteraz-ads-faq details{
  padding:14px !important;
}

/* CTA box */
.sexteraz-cta{
  padding:18px !important;
  text-align:center;
}

.sexteraz-cta h3{
  font-size:20px;
}

.sexteraz-btn{
  width:100%;
  display:block;
  text-align:center;
}

/* zabráni horizontálnemu scrollu */
html, body{
  overflow-x:hidden;
}

}