
.sol-advert-popup img ,
.advert img,
.sol-inline-content img,
.sol-advert-footer-banner img ,
.sol-dynamic-popup img{
  width: 100%;
  height: auto;
  max-width: fit-content;
}
.advert img{
  max-height: 50px;
}
.vertical-sol-sticky img{
      max-width: 240px;
      height: auto;
}
.vertical-sol-link{
      max-width: 240px;
    width: fit-content;
    margin: auto;
}
@media screen and (max-width: 576px) {
  .sol-advert-footer-banner .slogan {
    line-height: 1.625rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sol-advert-popup .popup-close,
  .sol-dynamic-popup .popup-close {
    padding: 8px 12px !important;
    top: -18px !important;
    right: 0px !important;
  }
  .sol-advert-popup .popup-scroll,
  .sol-dynamic-popup .popup-scroll {
    overflow-y: scroll;
    max-height: 500px;
  }
}

.ads-overlay,.dynamic-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.ads-overlay.active,.dynamic-popup-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s;
}

.sol-advert-popup,.sol-dynamic-popup {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  max-width: 708px;
  max-height: fit-content;
  margin: auto;
  z-index: 1050;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.sol-advert-popup.is-open,
.sol-dynamic-popup.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sol-advert-popup .popup-card {
  background: #111;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 16px 18px;
  min-width: 280px;
  max-width: 380px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.sol-advert-popup .popup-close,
.sol-dynamic-popup .popup-close {
  position: absolute;
  top: -14px;
  right: -25px;
  background: #000000;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.sol-advert-popup .popup-backdrop,
.sol-dynamic-popup .popup-backdrop {
  display: none;
}

html.popup-active {
  overflow-y: hidden;
  padding-right: 6px;
}

html.popup-active + ::-webkit-scrollbar-thumb {
  background: transparent !important ;
}

.dyn-hidden { display: none !important; }


/* Editor ekranı stil düzenleme */

.node-form .no-dynamic-ads{
  border: 2px solid red;
}
.node-form .no-dynamic-ads .content-wrap,
.node-form .no-dynamic-ads figure{
  /* height: 0; */
  margin: 0 !important;
}

.node-form .no-dynamic-ads a{
  padding-left: 20px;
  font-size: 20px;
}
