
/* Final Nabız24 compatibility layer */
.n24-final-hotfix-active .site-main,
.n24-final-hotfix-active .content-area,
.n24-final-hotfix-active .main-content{
  min-width:0!important;
}

.n24-final-hotfix-active .n24-home-shell,
.n24-final-hotfix-active .n24-category-shell,
.n24-final-hotfix-active .n24-auto-headlines,
.n24-final-hotfix-active .n24-trending-wrap,
.n24-final-hotfix-active .n24-ad-slot{
  width:100%!important;
  box-sizing:border-box!important;
}

.n24-final-hotfix-active .n24-card,
.n24-final-hotfix-active .n24-cat-card,
.n24-final-hotfix-active .n24-trending-item,
.n24-final-hotfix-active .n24-auto-main,
.n24-final-hotfix-active .n24-auto-side-card{
  isolation:isolate;
}

.n24-final-hotfix-active .n24-card img,
.n24-final-hotfix-active .n24-cat-card img,
.n24-final-hotfix-active .n24-auto-headlines img,
.n24-final-hotfix-active .n24-trending-wrap img{
  max-width:100%!important;
  height:100%;
}

.n24-final-hotfix-active .n24-section,
.n24-final-hotfix-active .n24-category-section{
  clear:both!important;
}

.n24-final-hotfix-active .n24-ad-slot{
  clear:both!important;
  position:relative!important;
  z-index:1!important;
}

.n24-final-hotfix-active .n24-ad-inner{
  overflow:hidden!important;
}

.n24-final-hotfix-active .site-footer{
  clear:both!important;
}

.n24-final-hotfix-active [class*="demo"],
.n24-final-hotfix-active [id*="demo"],
.n24-final-hotfix-active .sponsored-box:empty,
.n24-final-hotfix-active .editor-pick-label,
.n24-final-hotfix-active .trending-label{
  display:none!important;
}

@media(max-width:1024px){
  .n24-final-hotfix-active .n24-hero-grid,
  .n24-final-hotfix-active .n24-category-lead,
  .n24-final-hotfix-active .n24-auto-headlines{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:640px){
  .n24-final-hotfix-active .n24-news-grid,
  .n24-final-hotfix-active .n24-four,
  .n24-final-hotfix-active .n24-category-grid,
  .n24-final-hotfix-active .n24-auto-side,
  .n24-final-hotfix-active .n24-trending-list{
    grid-template-columns:1fr!important;
  }

  .n24-final-hotfix-active .n24-card,
  .n24-final-hotfix-active .n24-cat-card,
  .n24-final-hotfix-active .n24-trending-item,
  .n24-final-hotfix-active .n24-auto-main,
  .n24-final-hotfix-active .n24-auto-side-card{
    border-radius:14px!important;
  }
}
