 .article-wrapper { margin-top: 40px; }
    
    /* Modern Breadcrumb like detail page */
    .breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .breadcrumb-item {
        color: #6c757d;
    }
    
    .breadcrumb-item a {
        color: #6c757d;
        text-decoration: none;
        transition: color 0.2s;
    }
    
    .breadcrumb-item a:hover {
        color: #0d6efd;
    }
    
    .breadcrumb-item.active {
        color: #0d6efd;
        font-weight: 600;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: #adb5bd;
        padding-right: 8px;
    }
    
    .article-header { margin-bottom: 40px; }
    .article-title { font-size: 2.2rem; font-weight: 800; color: #222; line-height: 1.3; margin-bottom: 20px; }
    
    .article-meta { 
        display: flex; gap: 20px; color: #6c757d; font-size: 0.9rem; 
        flex-wrap: wrap; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 15px 0;
    }
    .article-meta span { display: flex; align-items: center; }
    .article-meta i { margin-right: 6px; color: #0d6efd; }
    
    .article-image-wrap { position: relative; margin-bottom: 40px; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
    .article-image-wrap img { width: 100%; height: auto; display: block; }
    
    /* Improved Content Readability */
    .article-content { 
        font-size: 1.125rem; 
        line-height: 1.8; 
        color: #2c3e50;
        max-width: 720px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    }
    
    .article-content p { 
        margin-bottom: 1.75rem;
        text-align: justify;
    }
    
    .article-content p:first-of-type::first-letter {
        font-size: 3.5em;
        line-height: 1;
        float: left;
        margin: 0.1em 0.15em 0 0;
        font-weight: 700;
        color: #0d6efd;
    }
    
    .article-content h2 { 
        font-weight: 800; 
        margin-top: 2.5rem; 
        margin-bottom: 1.25rem; 
        color: #1a1a1a; 
        font-size: 1.75rem;
        line-height: 1.3;
        border-left: 4px solid #0d6efd;
        padding-left: 16px;
    }
    
    .article-content h3 {
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #2c3e50;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    
    .article-content h4 {
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        color: #34495e;
        font-size: 1.15rem;
    }
    
    .article-content img { 
        max-width: 100%; 
        height: auto; 
        border-radius: 12px; 
        margin: 2rem 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .article-content ul,
    .article-content ol {
        margin: 1.5rem 0;
        padding-left: 2rem;
    }
    
    .article-content li {
        margin-bottom: 0.75rem;
        line-height: 1.8;
    }
    
    .article-content blockquote {
        margin: 2rem 0;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
        background: #f8f9fa;
        border-left: 4px solid #0d6efd;
        border-radius: 0 8px 8px 0;
        font-style: italic;
        color: #495057;
    }
    
    .article-content a {
        color: #0d6efd;
        text-decoration: underline;
        text-decoration-color: rgba(13, 110, 253, 0.3);
        text-underline-offset: 3px;
        transition: all 0.3s;
    }
    
    .article-content a:hover {
        color: #0a58ca;
        text-decoration-color: #0a58ca;
    }
    
    .article-content strong,
    .article-content b {
        font-weight: 700;
        color: #1a1a1a;
    }
    
    .article-content em,
    .article-content i {
        font-style: italic;
    }
    
    .article-content code {
        background: #f8f9fa;
        padding: 0.2em 0.4em;
        border-radius: 4px;
        font-size: 0.9em;
        color: #e83e8c;
        font-family: 'Courier New', monospace;
    }
    
    .article-content pre {
        background: #2d2d2d;
        color: #f8f8f2;
        padding: 1.5rem;
        border-radius: 8px;
        overflow-x: auto;
        margin: 1.5rem 0;
    }
    
    .article-content pre code {
        background: none;
        color: inherit;
        padding: 0;
    }

    /* Paylaşım Butonları */
    .share-box { background: #f8f9fa; padding: 30px; border-radius: 12px; text-align: center; margin-top: 50px; border: 1px solid #eee; }
    .share-title { font-weight: 800; margin-bottom: 20px; color: #333; }
    
    .share-btn {
        display: inline-flex; align-items: center; justify-content: center;
        width: 45px; height: 45px; border-radius: 50%; color: white; font-size: 18px;
        margin: 0 8px; transition: all 0.3s; text-decoration: none;
    }
    .share-btn:hover { transform: translateY(-5px); opacity: 0.9; color: white; }
    
    .bg-facebook { background: #3b5998; }
    .bg-twitter { background: #1da1f2; }
    .bg-whatsapp { background: #25d366; }
    .bg-linkedin { background: #0077b5; }
    .bg-telegram { background: #0088cc; }

    /* Yazar Kutusu */
    .author-box { 
        background: #fff; padding: 25px; border-radius: 12px; display: flex; align-items: center; 
        gap: 20px; margin-top: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #f0f0f0;
    }
    .author-img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 3px solid #f0f0f0; }
    
    /* Sidebar */
    .sidebar-widget {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 25px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    
    .widget-title {
        font-size: 1.2rem;
        font-weight: 800;
        color: #222;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 3px solid #0d6efd;
    }
    
    .recent-post {
        display: flex;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.3s;
    }
    
    .recent-post:last-child {
        border-bottom: none;
    }
    
    .recent-post:hover {
        background: #f8f9fa;
        padding-left: 10px;
        border-radius: 8px;
    }
    
    .recent-post-img {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        object-fit: cover;
        flex-shrink: 0;
    }
    
    .recent-post-info h6 {
        font-size: 0.9rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 5px;
        line-height: 1.4;
    }
    
    .recent-post-info small {
        color: #6c757d;
        font-size: 0.8rem;
    }
    
    .category-badge {
        display: inline-block;
        padding: 8px 16px;
        background: #f8f9fa;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 600;
        color: #495057;
        text-decoration: none;
        transition: all 0.3s;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    .category-badge:hover {
        background: #0d6efd;
        color: white;
        border-color: #0d6efd;
        transform: translateY(-2px);
    }
    
    /* Mobile Responsive */
    @media (max-width: 768px) {
        .article-title {
            font-size: 1.75rem;
        }
        
        .article-content {
            font-size: 1rem;
            line-height: 1.75;
            text-align: left;
        }
        
        .article-content p:first-of-type::first-letter {
            font-size: 2.5em;
        }
        
        .article-content h2 {
            font-size: 1.4rem;
            margin-top: 2rem;
        }
        
        .article-content h3 {
            font-size: 1.2rem;
        }
        
        .article-meta {
            font-size: 0.85rem;
            gap: 15px;
        }
        
        .sidebar-widget {
            margin-top: 30px;
        }
    }