body{
  margin:0;
  font-family:'Poppins',sans-serif;
}
h1, h2, h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Ana başlık (haber başlığı) */
h1{
  font-size: 32px;
}

/* Alt başlık */
h2{
  font-size: 26px;
 text-decoration: none;
 
}

/* Küçük başlık */
h3{
  font-size: 20px;
}
/* TOPBAR */

.topbar{
background:#e5e5e5;
padding:8px 0;
font-size:14px;
}

.top-links{
display:flex;
gap:18px;
list-style:none;
margin:0;
padding:0;
}

.top-links a{
text-decoration:none;
color:#333;
transition:0.2s;
}

.top-links a:hover{
color:#dc2626;
}


/* SOCIAL */

.social-icons{
display:flex;
gap:6px;
}

.social{
width:26px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
border-radius:4px;
color:white;
font-size:13px;
transition:0.2s;
}

.social:hover{
transform:scale(1.1);
}

.facebook{background:#1877f2;}
.twitter{background:#1da1f2;}
.instagram{background:#e1306c;}
.youtube{background:#ff0000;}
.whatsapp{background:#25d366;}


/* NAVBAR */

.main-navbar{
background:#fff;
border-bottom:1px solid #eee;
padding:10px 0;
}

.navbar-brand img{
max-height:40px;
}


/* MENU */

.navbar-nav .nav-link{
font-size:18px;
font-weight:500;
padding:10px 14px;
color:#222;
transition:0.2s;
}

.navbar-nav .nav-link:hover{
color:#dc2626;
}


/* DROPDOWN */

.dropdown-menu{
border:none;
border-radius:8px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.dropdown-item{
padding:10px 15px;
}

.dropdown-item:hover{
background:#f5f5f5;
}


/* RIGHT ICONS */

.nav-icons{
display:flex;
gap:8px;
}

.icon-btn{
width:36px;
height:36px;
border:none;
background:#f3f4f6;
border-radius:6px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
transition:0.2s;
}

.icon-btn:hover{
background:#e5e7eb;
color:#dc2626;
}
.news-page{
max-width:1200px;
}

/* haber yazısı */

.news-content{
font-size:18px;
line-height:1.8;
}

.news-content h2,
.news-content h3{
margin-top:20px;
font-weight:700;
}

/* yazar */

.news-author img{
object-fit:cover;
}

/* paylaşım */

.share-buttons{
display:flex;
gap:8px;
flex-wrap:wrap;
}

/* sidebar */

.related-news{
align-items:center;
}

.related-thumb{
height:70px;
object-fit:cover;
}

.related-title{
font-weight:600;
text-decoration:none;
}

.related-title:hover{
color:#e60023;
}

/* MOBİL */

@media(max-width:768px){

.display-6{
font-size:24px;
}

.news-content{
font-size:16px;
}

.share-buttons{
overflow-x:auto;
flex-wrap:nowrap;
}

.related-thumb{
width:80px;
height:60px;
}

}

        .breaking-title {
    background-color: #dc3545;
    padding: 0 12px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    white-space: nowrap;
}

.breaking-title .icon {
    flex-shrink: 0;
}

.breaking-title span {
    margin-left: 6px;
}
		.author-avatar{
width:45px;
height:45px;
object-fit:cover;
}

.share-buttons .btn{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
padding:0;
}

@media(max-width:768px){

.news-meta{
font-size:14px;
}

.share-buttons{
justify-content:flex-start;
}

}
.breadcrumb a{
  color: #0000;           /* istediğin renk */
  text-decoration: none; /* alt çizgiyi kaldırır */
  font-weight: 700 !important;
}

.breadcrumb a:hover{
  color: #333;           /* hover rengi */
  text-decoration: none; /* hoverda da çizgi olmasın */
}
.breadcrumb-item a{
  color:#222;
  text-decoration:none;
}
.breadcrumb-item.active {
    color: #000;
	font-weight: 700 !important;
}
.slider-link{
    color:inherit;
}

#lider-title{
    color:#ffc107;
    font-weight:800;
    text-shadow:0 3px 10px rgba(0,0,0,0.8);
}
.news-title{
	 font-weight:800;
    line-height:1.25;
    letter-spacing:-0.2px;
    color:#fff;
    font-size:18px;
    line-height:1.3;
    display:-webkit-box;
    -webkit-line-clamp:2; /* 2 satır */
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news-title:hover{
    color:#ffc107;
}
.news-content{
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size:16.5px;
    line-height:1.8;
    color:#333;
}

.news-content p{
    margin-bottom:16px;
}
@media (max-width:768px){
    .news-content{
        font-size:15.5px;
        line-height:1.75;
    }
}
.modern-logo {
    display: inline-block;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222;
}

.modern-logo span {
    background: #cd2122;
    color: #fff;
    padding: 8px 14px;   /* 🔥 yukarı-aşağı + sağ-sol dengeli */
    border-radius: 6px;
    display: inline-block;
    line-height: 1;      /* dikey denge */
}
.news-summary {
	font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #2c2c2c;
}