.home-site-logo{
    display: inline-block;
    max-width: 100%;
    max-height: 55px;
}

.social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}

.site-detay-baslik{
    color: white;
    text-align: center;
    padding-bottom: 23px;
}

/* --- YENİ ÖZELLİKLER STİLLERİ --- */

/* Breadcrumb */
.breadcrumb-nav { padding: 15px 0; background: rgba(0,0,0,0.1); margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.breadcrumb-list { 
    list-style: none; display: flex; flex-wrap: wrap;
    padding: 0; margin: 0 auto; max-width: 1140px; font-size: 0.85rem; padding-left: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "›"; padding: 0 8px; color: #94a3b8;
}
.breadcrumb-item a { color: #3b82f6; text-decoration: none; }
.breadcrumb-item a:hover { text-decoration: underline; }
.breadcrumb-item.active { color: #cbd5e1; }

/* Internal Linking */
.internal-link { color: #3b82f6; text-decoration: none; font-weight: 500; border-bottom: 1px dotted #3b82f6; }
.internal-link:hover { color: #2563eb; text-decoration: none; background: rgba(59, 130, 246, 0.1); }

/* Table of Contents (TOC) */
.toc-container { background: rgba(15, 23, 42, 0.4); border: 1px solid #1e293b; border-radius: 8px; padding: 20px; margin-bottom: 30px; }
.toc-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; color: #f8fafc; border-bottom: 1px solid #334155; padding-bottom: 8px; }
.toc-list { list-style: none; padding-left: 0; margin-bottom: 0; }
.toc-list li { margin-bottom: 8px; font-size: 0.95rem; }
.toc-list li a { color: #94a3b8; text-decoration: none; transition: color 0.2s; }
.toc-list li a:hover { color: #3b82f6; padding-left: 5px; }

/* Author Box */
.author-box { display: flex; align-items: center; background: rgba(15, 23, 42, 0.4); border: 1px solid #1e293b; border-radius: 8px; padding: 25px; margin-top: 50px; }
.author-img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin-right: 20px; border: 2px solid #3b82f6; padding: 2px; }
.author-info h4 { margin-top: 0; margin-bottom: 5px; color: #f8fafc; font-size: 1.1rem; }
.author-info p { margin-bottom: 0; color: #94a3b8; font-size: 0.88rem; line-height: 1.5; }

/* Last Updated */
.last-updated { font-size: 0.85rem; color: #64748b; margin-bottom: 15px; font-style: italic; display: block; }
.last-updated i { margin-right: 5px; }

/* Related Articles */
.related-articles { margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 35px; }
.related-title { font-size: 1.5rem; font-weight: 700; color: #f8fafc; margin-bottom: 25px; }
.related-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.related-item { background: rgba(30, 41, 59, 0.4); border: 1px solid #334155; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; }
.related-item:hover { transform: translateY(-5px); border-color: #3b82f6; background: rgba(30, 41, 59, 0.6); }
.related-content { padding: 20px; }
.related-content h5 { margin: 0 0 12px 0; font-size: 1.05rem; line-height: 1.4; }
.related-content h5 a { color: #f1f5f9; text-decoration: none; transition: color 0.2s; }
.related-content h5 a:hover { color: #3b82f6; }
.related-content .date { font-size: 0.82rem; color: #64748b; font-weight: 500; }

/* Countdown Timer Badge */
.countdown-timer { font-weight: 700; color: #ffd700; }