/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 27 2026 | 22:23:27 */


/* ===================================== */
/* LISTIVO MOBILE FAKE HLADAT = CLOSE */
/* ===================================== */

@media(max-width:1024px){

/* vezmeme existujúci CLOSE button */
.listivo-search-sidebar-mobile-button__close{

  position:fixed !important;
  bottom:20px !important;
  left:20px !important;
  right:20px !important;

  width:auto !important;
  height:50px !important;

  background:#6b8cff !important;
  border-radius:12px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  z-index:999999 !important;
}

/* skryjeme X ikonku */
.listivo-search-sidebar-mobile-button__close svg{
  display:none !important;
}

/* pridáme text Hľadať */
.listivo-search-sidebar-mobile-button__close::after{
  content:"Hľadať";
  color:#fff;
  font-size:16px;
  font-weight:600;
}

}

.sexteraz-ads-page{
max-width:1100px;
margin:auto;
color:#111 !important;
}

.sexteraz-ads-hero{
position:relative;
margin-bottom:30px;
}

.sexteraz-ads-hero img{
width:100%;
border-radius:14px;
}

.sexteraz-ads-hero-text{
position:absolute;
bottom:20px;
left:20px;
background:rgba(0,0,0,.55);
padding:20px;
border-radius:12px;
max-width:420px;
}

.sexteraz-ads-wrapper h2{
margin-top:30px;
font-size:24px;
}

.sexteraz-ads-cta{
background:#11151b;
padding:30px;
border-radius:14px;
text-align:center;
margin-top:40px;
}

.sexteraz-btn{
display:inline-block;
margin-top:10px;
background:#6b8cff;
padding:12px 22px;
border-radius:8px;
color:#fff;
text-decoration:none;
font-weight:600;
}

@media(max-width:768px){
.sexteraz-ads-hero-text{
position:relative;
margin-top:10px;
}
}