/* Nora Medya - Ana Sayfa Bizden Haberler Carousel */
.nora-home-news-section .nora-home-news-carousel{position:relative;}
.nora-home-news-section .nora-news-slide{padding:4px 2px 16px;}
.nora-home-news-section .blog-item{height:100%;margin-bottom:0;}
.nora-home-news-section .owl-stage{display:flex;}
.nora-home-news-section .owl-item{display:flex;}
.nora-home-news-section .owl-item>.nora-news-slide{width:100%;}
.nora-home-news-section .owl-nav{margin:20px 0 0!important;display:flex;justify-content:center;gap:10px;}
.nora-home-news-section .owl-nav button.owl-prev,
.nora-home-news-section .owl-nav button.owl-next{width:46px;height:46px;border-radius:50%!important;background:#fff!important;border:1px solid #e5e7eb!important;color:#111827!important;font-size:26px!important;line-height:42px!important;box-shadow:0 8px 22px rgba(15,23,42,.10);transition:.2s ease;}
.nora-home-news-section .owl-nav button.owl-prev:hover,
.nora-home-news-section .owl-nav button.owl-next:hover{background:#f58220!important;border-color:#f58220!important;color:#fff!important;transform:translateY(-2px);}
.nora-home-news-section .owl-nav button.disabled{opacity:.35;cursor:default;transform:none!important;}
.nora-home-news-section .owl-dots{display:none!important;}
@media (max-width:767px){.nora-home-news-section .owl-nav{margin-top:14px!important}.nora-home-news-section .owl-nav button.owl-prev,.nora-home-news-section .owl-nav button.owl-next{width:42px;height:42px;font-size:24px!important;line-height:38px!important;}}

/* Haber karti alt bosluk / border hizalama duzeltmesi */
.nora-home-news-section .blog-item{
  display:flex;
  flex-direction:column;
  height:100%;
}
.nora-home-news-section .blog-image{
  flex:0 0 auto;
}
.nora-home-news-section .blog-item .single-blog-item{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  width:100%;
}
.nora-home-news-section .blog-item .single-blog-item .blog-content{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
.nora-home-news-section .blog-item .single-blog-item .blog-content .blog-btn{
  margin-top:auto;
  padding-top:15px;
}
.nora-home-news-section .blog-item .single-blog-item .blog-content p{
  margin-bottom:0;
}
