/* Blog liste ve detay ekranlarında taşmayı önleyen, mevcut tasarımı koruyan ölçü kuralları. */
.news-standard-section,
.news-standard-section .container,
.news-standard-section .row,
.news-standard-section [class*="col-"],
.news-standard-wrapper,
.news-post-details,
.single-news-post,
.main-sidebar,
.recent-post-area,
.recent-items,
.recent-content{min-width:0}
.news-standard-items,
.single-news-post,
.single-sidebar-widget{max-width:100%;overflow:hidden}
.news-standard-items .thumb,
.news-post-details .post-featured-thumb{position:relative;width:100%;overflow:hidden;background:#f2f2f2}
.news-standard-items .thumb{aspect-ratio:1200/580;border-radius:14px 14px 0 0}
.news-post-details .post-featured-thumb{aspect-ratio:1200/580;border-radius:14px}
.news-standard-items .thumb img,
.news-post-details .post-featured-thumb img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}
.news-standard-items .content,
.news-post-details .post-content{max-width:100%;overflow-wrap:anywhere}
.news-post-details .post-content img,
.news-post-details .post-content video,
.news-post-details .post-content iframe,
.news-post-details .post-content svg,
.news-post-details .post-content canvas{display:block;max-width:100%;height:auto}
.news-post-details .post-content iframe{width:100%;aspect-ratio:16/9;border:0}
.news-post-details .post-content table{display:block;width:100%;max-width:100%;overflow-x:auto}
.news-post-details .post-content pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}
.recent-items{display:flex;align-items:flex-start;gap:14px;overflow:hidden}
.recent-items .recent-thumb{flex:0 0 88px;width:88px;height:72px;overflow:hidden;border-radius:10px;background:#eee}
.recent-items .recent-thumb img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover}
.recent-items .recent-content{flex:1;overflow:hidden}
.recent-items .recent-content h6,
.recent-items .recent-content a{max-width:100%;overflow-wrap:anywhere}
.tag-share-wrap{max-width:100%;overflow:hidden}
@media(max-width:991px){
  .news-standard-section .main-sidebar{margin-top:18px}
  .news-standard-items .thumb,.news-post-details .post-featured-thumb{aspect-ratio:16/9}
}
@media(max-width:575px){
  .news-standard-items .content,.news-post-details .post-content{padding-left:18px!important;padding-right:18px!important}
  .recent-items .recent-thumb{flex-basis:76px;width:76px;height:64px}
}
