.adex-v119-top-banners{
  max-width:1240px;
  margin:22px auto 24px;
  padding:0 16px;
  display:grid;
  grid-template-columns:7fr 3fr;
  gap:16px;
  box-sizing:border-box;
}
.adex-v119-slider,
.adex-v119-side-banner{
  position:relative;
  height:var(--v119-height,360px);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid #edf0f5;
  box-shadow:0 6px 18px rgba(15,23,42,.035);
  text-decoration:none;
}
.adex-v119-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease, visibility .45s ease;
}
.adex-v119-slide.active{
  opacity:1;
  visibility:visible;
}
.adex-v119-slide img,
.adex-v119-side-banner img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.adex-v119-side-banner span{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ff8617;
  color:#fff;
  font-weight:800;
}
.adex-v119-prev,
.adex-v119-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#172033;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:4;
  box-shadow:0 6px 16px rgba(15,23,42,.15);
}
.adex-v119-prev{left:14px}
.adex-v119-next{right:14px}
.adex-v119-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:13px;
  display:flex;
  justify-content:center;
  gap:7px;
  z-index:4;
}
.adex-v119-dots button{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.55);
  cursor:pointer;
  padding:0;
}
.adex-v119-dots button.active{
  width:22px;
  background:#ff8617;
}
@media(max-width:900px){
  .adex-v119-top-banners{
    grid-template-columns:1fr;
    margin-top:16px;
  }
  .adex-v119-slider,
  .adex-v119-side-banner{
    height:var(--v119-mobile-height,220px);
  }
}
