/* ========================================
   PROFESSIONAL NEWS SITE - SINGLE POST
   ======================================== */

/* Main Layout */
.single-page-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 25px;
    margin-top: 0;
    margin-bottom: 60px;
    max-width: 100%;
}

/* Main Content Area */
.single-main-content {
    background: #ffffff !important;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
}

/* Article Container */
.single-article {
    padding: 0;
    background: transparent;
    max-width: 100%;
    overflow-x: hidden;
}

/* Featured Image - Tam Genişlik, Dramatik */
.single-featured-image {
    width: 100%;
    height: 520px;
    margin: 0 0 5px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.single-featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.single-featured-image:hover img {
    transform: scale(1.02);
}

/* Kategori Badge'leri - MASAÜSTÜNDE GİZLE */
.single-categories-overlay {
    display: none;
}

.single-category-badge {
    display: none;
}

/* Article Header Wrapper - Tam Genişlik */
.single-article-header-wrapper {
    background: white;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Article Header - İçerik */
.single-article-header {
    padding: 20px 0;
    border-bottom: none;
    text-align: left;
    background: transparent;
}

/* Header Meta Bar - Görseldeki Tasarım */
.single-header-meta-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 15px;
    padding: 12px 20px;
    background: #f5f5f5 !important;
    border-radius: 6px;
    margin-top: 20px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.meta-bar-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.meta-date-time,
.meta-reading-time {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
}

.meta-label {
    font-size: 10px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.meta-bar-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    color: white;
}

.meta-facebook {
    background: #1877f2;
}

.meta-facebook:hover {
    background: #0d65d9;
}

.meta-twitter {
    background: #000000;
}

.meta-twitter:hover {
    background: #333333;
}

.meta-whatsapp {
    background: #25d366;
}

.meta-whatsapp:hover {
    background: #1ebe57;
}

.meta-google-news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.meta-google-news-btn img {
    width: 36px;
    height: 36px;
    display: block;
    transition: transform 0.3s ease;
}

.meta-google-news-btn:hover img {
    transform: scale(1.1);
}

.related-posts-section {
    margin: 10px 0;
    padding: 20px;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section-header-line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
    padding: 0;
    padding-bottom: 8px;
}

.section-header-line h2,
.section-header-line h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    white-space: nowrap;
}

.section-header-line::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #e74c3c;
    margin-left: 15px;
}

.related-posts-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-post-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.related-post-card:hover {
    opacity: 0.8;
}

.related-post-link {
    text-decoration: none;
    display: block;
}

.related-post-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-post-image .no-image-placeholder {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
}

.related-post-title {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Dark Mode - Section Header Line */
body.dark-mode .section-header-line h2,
body.dark-mode .section-header-line h3 {
    color: #ffffff;
}

body.dark-mode .section-header-line::after {
    background: #e74c3c;
}

/* Dark Mode */
body.dark-mode .related-posts-section {
    background: #1a1a1a;
}

body.dark-mode .related-post-card {
    background: #1a1a1a;
}

body.dark-mode .related-post-title {
    color: #e0e0e0;
}

body.dark-mode .related-posts-title {
    color: #ffffff;
}

/* Responsive - Mobil */
@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .related-posts-section {
        padding: 15px;
    }
    
    .related-posts-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .single-header-meta-bar {
        gap: 15px;
        padding: 10px 15px;
    }
    
    .meta-bar-item {
        min-width: auto;
    }
    
    .meta-date-time,
    .meta-reading-time {
        font-size: 12px;
    }
    
    .meta-label {
        font-size: 9px;
    }
    
    .meta-bar-actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
    }
    
    .meta-action-btn {
        width: 32px;
        height: 32px;
    }
    
    .meta-action-btn svg {
        width: 14px;
        height: 14px;
    }
    
    .meta-google-news-btn img {
        width: 32px;
        height: 32px;
    }
}

.meta-font-decrease,
.meta-font-increase {
    background: #666;
    color: white;
}

.meta-font-decrease:hover,
.meta-font-increase:hover {
    background: #333;
}


.single-article-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Article Meta - Başlığın Altında */
.single-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 0 20px;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.meta-left {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.meta-right {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

/* Masaüstünde tarihler ve engagement butonları düzenli */
@media (min-width: 769px) {
    .single-article-meta {
        flex-direction: column;
        align-items: stretch;
    }
    
    .meta-left {
        width: 100%;
    }
    
    .meta-left .meta-author-info {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .meta-left .meta-dates-wrapper {
        display: flex !important;
        gap: 20px;
        align-items: center;
        position: absolute;
        bottom: 15px;
        left: 0;
    }
    
    .single-article-meta {
        position: relative;
        padding-bottom: 50px;
    }
    
    .meta-right {
        position: absolute;
        bottom: 15px;
        right: 0;
    }
}

/* Yazar Bilgisi - Masaüstünde tarihlerle yan yana */
.meta-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

/* Share Buttons in Header */
.single-share-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-share-header .share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single-share-header .share-btn svg {
    width: 16px;
    height: 16px;
}

.author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.author-name {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

/* Tarih Bilgileri - Masaüstünde Yan Yana */
.meta-date,
.meta-update {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
}

.meta-date::before {
    content: 'Giriş: ';
    font-weight: 600;
    color: #000;
}

.meta-update::before {
    content: 'Güncelleme: ';
    font-weight: 600;
    color: #000;
}

/* Post Engagement Stats - Header Meta */
.post-engagement-stats {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-engagement-stats .post-views-display {
    font-size: 14px;
    margin-right: 15px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 4px;
    line-height: 1;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    gap: 6px !important;
}

.post-engagement-stats .post-views-display svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

.post-engagement-stats .post-views-display span {
    line-height: 1 !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post-engagement-stats .like-button,
.post-engagement-stats .favorite-button {
    font-size: 13px;
    padding: 8px 16px;
}

.author-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #ffffff !important;
    border-radius: 8px;
    margin: 10px 0;
    align-items: flex-start;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.author-card-avatar {
    flex-shrink: 0;
}

.author-card-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
}

.author-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.author-card-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.author-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color, #e74c3c);
    text-decoration: none;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.author-card-link:hover {
    color: var(--dark-accent-hover, #c0392b);
    transform: translateX(3px);
}

.post-interaction-section {
    padding: 12px 15px;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.interaction-share {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.interaction-share .share-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.interaction-share .share-btn svg {
    width: 16px;
    height: 16px;
}

.interaction-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.interaction-stats .post-views-display {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.interaction-stats .post-views-display svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.interaction-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.interaction-buttons .like-button,
.interaction-buttons .favorite-button {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.interaction-buttons .like-button {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333;
}

.interaction-buttons .like-button:hover {
    background: #f0f0f0;
    border-color: #c0c0c0;
    color: #000;
}

.interaction-buttons .like-button.liked {
    background: var(--primary-color, #e74c3c);
    border-color: var(--primary-color, #e74c3c);
    color: white;
}

.interaction-buttons .favorite-button {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333;
}

.interaction-buttons .favorite-button:hover {
    background: #f0f0f0;
    border-color: #c0c0c0;
    color: #000;
}

.interaction-buttons .favorite-button.favorited {
    background: var(--primary-color, #e74c3c);
    border-color: var(--primary-color, #e74c3c);
    color: white;
}

/* Article Content - Profesyonel Okuma Deneyimi */
.single-article-content {
    padding: 20px 12px !important;
    font-size: 19px;
    line-height: 1.85;
    color: #2c3e50;
    background: #ffffff !important;
    border-radius: 8px;
    margin: 5px 0 !important;
    font-family: Georgia, 'Times New Roman', serif;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
}

/* Container override for single posts */
.single .container,
body.single-post .container {
    padding: 0 20px !important;
}

.single-article-content p {
    margin-bottom: 18px;
    text-align: justify;
}

.single-article-content p:first-of-type {
    font-size: 21px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.7;
}

.single-article-content h2,
.single-article-content h3,
.single-article-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: -0.5px;
}

.single-article-content h2 {
    font-size: 32px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-color, #e74c3c);
}

.single-article-content h3 {
    font-size: 26px;
    color: #2c3e50;
}

.single-article-content h4 {
    font-size: 22px;
    color: #34495e;
}

.single-article-content ul,
.single-article-content ol {
    margin-bottom: 24px;
    padding-left: 35px;
}

.single-article-content li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.single-article-content img {
    max-width: 100% !important;
    max-height: 600px;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 20px auto;
    border-radius: 4px;
    object-fit: contain;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Video ve Iframe Responsive */
.single-article-content iframe,
.single-article-content embed,
.single-article-content object,
.single-article-content video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block !important;
    margin: 35px 0;
    border-radius: 4px;
}

/* Video Container için Aspect Ratio */
.single-article-content .video-container,
.single-article-content .embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100% !important;
    width: 100% !important;
    margin: 35px 0;
}

.single-article-content .video-container iframe,
.single-article-content .video-container embed,
.single-article-content .video-container object,
.single-article-content .embed-container iframe,
.single-article-content .embed-container embed,
.single-article-content .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.single-article-content blockquote {
    border-left: 5px solid var(--primary-color, #e74c3c);
    padding: 25px 35px;
    margin: 35px 0;
    background: #f8f9fa;
    font-style: italic;
    color: #555;
    font-size: 20px;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.single-article-content a {
    color: var(--primary-color, #e74c3c);
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

.single-article-content a:hover {
    color: var(--dark-accent-hover, #c0392b);
    text-decoration: none;
}

.single-article-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.single-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    padding: 15px 20px;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tags-label {
    font-weight: 600;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-right: 4px;
}

.single-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    border: none;
    transition: all 0.2s ease;
}

.single-tag:hover {
    background: var(--primary-color, #e74c3c);
    color: white;
    transform: none;
    box-shadow: none;
}

/* Share Buttons - Haber Sitesi Tarzı */
.single-share {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.share-label {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 5px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.share-facebook {
    background: #1877f2;
    color: white;
}

.share-facebook:hover {
    background: #0d65d9;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.4);
}

.share-twitter {
    background: #1da1f2;
    color: white;
}

.share-twitter:hover {
    background: #0c8bd9;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(29, 161, 242, 0.4);
}

.share-whatsapp {
    background: #25d366;
    color: white;
}

.share-whatsapp:hover {
    background: #1ebe57;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.share-email {
    background: #7f8c8d;
    color: white;
}

.share-email:hover {
    background: #6c7a7b;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(127, 140, 141, 0.4);
}

/* Sidebar */
.category-sidebar {
    align-self: start;
}

/* Sidebar Content */
.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Hot News Slider Widget */
.widget-hot-news {
    padding: 0;
    overflow: hidden;
    margin-top: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.widget-hot-news .widget-title {
    margin: 0 !important;
    padding: 15px 25px !important;
    background: #fff;
    border-bottom: 3px solid var(--primary-color, #e74c3c) !important;
    color: var(--primary-color, #e74c3c);
    font-size: 18px;
    font-weight: 700;
    text-align: left !important;
}

.hot-news-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hot-news-slides {
    display: flex;
    transition: transform 0.5s ease;
}

.hot-news-slide {
    min-width: 100%;
    position: relative;
}

.hot-news-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background: #f5f5f5;
}

.hot-news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
}

.hot-news-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.hot-news-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hot-news-title a:hover {
    color: var(--primary-color, #e74c3c);
}

.hot-news-prev,
.hot-news-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.hot-news-prev:hover,
.hot-news-next:hover {
    background: var(--primary-color, #e74c3c);
    transform: translateY(-50%) scale(1.1);
}

.hot-news-prev {
    left: 10px;
}

.hot-news-next {
    right: 10px;
}

.hot-news-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.hot-news-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hot-news-dot.active {
    background: var(--primary-color, #e74c3c);
    width: 30px;
    border-radius: 5px;
}

/* Widget Styles */
.widget {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--primary-color, #e74c3c);
}

/* Tabbed Posts Widget */
.widget-tabbed-posts {
    padding: 0;
    overflow: hidden;
}

.tabbed-header {
    display: flex;
    background: #f8f9fa;
    border-bottom: 3px solid var(--primary-color, #e74c3c);
}

.tab-button {
    flex: 1;
    padding: 15px 20px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #7f8c8d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tab-button:hover {
    color: #2c3e50;
    background: rgba(231, 76, 60, 0.05);
}

.tab-button.active {
    color: var(--primary-color, #e74c3c);
    background: #fff;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color, #e74c3c);
}

.tab-content {
    display: none;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

.tabbed-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabbed-post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f1;
}

.tabbed-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tabbed-post-content {
    display: flex;
    gap: 15px;
}

.tabbed-post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.tabbed-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tabbed-post-thumb:hover img {
    transform: scale(1.1);
}

.tabbed-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tabbed-post-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.tabbed-post-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tabbed-post-title a:hover {
    color: var(--primary-color, #e74c3c);
}

.tabbed-post-date {
    font-size: 13px;
    color: #95a5a6;
}

/* Categories Widget */
.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    margin-bottom: 10px;
}

.category-item:last-child {
    margin-bottom: 0;
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-link:hover {
    background: var(--primary-color, #e74c3c);
    transform: translateX(5px);
}

.category-name {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.category-link:hover .category-name {
    color: #fff;
}

.category-count {
    background: #fff;
    color: #7f8c8d;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-link:hover .category-count {
    background: var(--dark-accent-hover, #c0392b);
    color: #fff;
}

/* Tags Widget */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-link {
    display: inline-block;
    padding: 8px 16px;
    background: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-link:hover {
    background: var(--primary-color, #e74c3c);
    color: #fff;
    transform: translateY(-2px);
}

/* Archive Widget */
.archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.archive-list li {
    margin-bottom: 10px;
}

.archive-list li:last-child {
    margin-bottom: 0;
}

.archive-list a {
    display: block;
    padding: 10px 15px;
    background: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.archive-list a:hover {
    background: var(--primary-color, #e74c3c);
    color: #fff;
    transform: translateX(5px);
}

.comments-area {
    margin: 10px 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comments-header {
    margin: 0 !important;
    padding: 25px !important;
    padding-bottom: 15px !important;
}

.comments-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    line-height: 1.4;
    border: none !important;
    border-bottom: none !important;
}

.comments-title::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #e74c3c;
    margin-left: 15px;
}

/* Comment List */
.comment-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 25px 25px 25px !important;
}

.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ecf0f1;
}

.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Comment Body */
.comment-body {
    display: flex;
    gap: 20px;
}

.comment-author-avatar {
    flex-shrink: 0;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    object-fit: cover;
    display: block;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content-wrapper {
    flex: 1;
}

/* Comment Meta */
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.comment-author {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.comment-author a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.comment-author a:hover {
    color: var(--primary-color, #e74c3c);
}

.comment-metadata {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #95a5a6;
}

.comment-metadata a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.comment-metadata a:hover {
    color: var(--primary-color, #e74c3c);
}

/* Comment Text */
.comment-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.comment-text p {
    margin-bottom: 15px;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 10px 15px;
    border-radius: 4px;
    color: #856404;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Comment Actions */
.comment-actions {
    display: flex;
    gap: 15px;
}

.reply-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.reply-link:hover {
    background: var(--primary-color, #e74c3c);
    color: white;
}

.reply-icon {
    font-style: normal;
}

/* Nested Comments */
.children {
    list-style: none;
    margin: 20px 0 0 60px;
    padding: 0;
}

/* Comment Form */
.comment-respond {
    margin: 0 !important;
    padding: 25px !important;
    background: #ffffff !important;
    border-radius: 8px;
    width: 100% !important;
    max-width: 100% !important;
}

.comment-reply-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 8px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    line-height: 1.4;
    border: none !important;
    border-bottom: none !important;
}

.comment-reply-title::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #e74c3c;
    margin-left: 15px;
}

.comment-reply-title small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.comment-reply-title small a {
    color: var(--primary-color, #e74c3c);
    text-decoration: none;
}

.comment-reply-title small a:hover {
    text-decoration: underline;
}

.comment-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.comment-form-comment {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    display: block !important;
}

.comment-form-comment textarea {
    width: 100% !important;
}

.comment-form-author {
    display: inline-block !important;
    width: 48% !important;
    margin-right: 2% !important;
    margin-bottom: 20px !important;
    vertical-align: top !important;
    float: none !important;
}

.comment-form-email {
    display: inline-block !important;
    width: 48% !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
    vertical-align: top !important;
    float: none !important;
}

.comment-form-author input,
.comment-form-email input {
    width: 100% !important;
    box-sizing: border-box !important;
}

.comment-form-url {
    display: none !important;
}

.comment-form label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: white;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--primary-color, #e74c3c);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Comment Error Message */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-error-message {
    animation: slideDown 0.3s ease;
}

/* Tüm gereksiz mesajları ve label'ları gizle */
.comment-form-comment::after,
.comment-form .char-counter,
.comment-form-comment .char-counter,
.char-counter,
.comment-form-comment .char-count,
.comment-notes,
.comment-form-cookies-consent,
.comment-form label,
.comment-form .required,
.comment-form > p:not(.form-submit):not(.comment-form-author):not(.comment-form-email):not(.comment-form-comment),
.comment-form .logged-in-as,
.comment-form .must-log-in,
.form-allowed-tags,
.comment-form-comment p,
.comment-form-comment::before {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Checkbox'ı gizle ama çalışır tut */
.comment-form-cookies-consent {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.form-submit {
    margin-top: 10px;
}

.submit-btn,
.comment-form input[type="submit"] {
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--primary-color, #e74c3c), var(--dark-accent-hover, #c0392b));
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover,
.comment-form input[type="submit"]:hover {
    background: linear-gradient(135deg, var(--dark-accent-hover, #c0392b), #a93226);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

/* No Comments */
.no-comments {
    text-align: center;
    padding: 40px 20px;
    color: #95a5a6;
    font-size: 16px;
}

/* Breadcrumb Navigation - Profesyonel Stil */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 18px 0 4px 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
    background: transparent;
    flex-wrap: wrap;
    line-height: 1.5;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
}

.breadcrumb-nav a:hover {
    color: var(--primary-color, #e74c3c);
    text-decoration: none;
}

.breadcrumb-separator {
    margin: 0 4px;
    color: #999;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.breadcrumb-current {
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
}

.breadcrumb-home {
    color: #666;
}

.breadcrumb-category {
    color: #666;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .single-page-layout {
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }
    
    .single-featured-image {
        height: 450px;
    }
    
    .single-article-title {
        font-size: 36px;
    }
    
    .single-article-content {
        padding: 15px 12px;
        font-size: 18px;
    }
    
}

@media (max-width: 768px) {
    .single-page-layout {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 20px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .category-sidebar {
        position: static;
    }
    
    .single-main-content {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .single-article {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .single-featured-image {
        height: auto;
        min-height: 280px;
        max-height: 350px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }
    
    .single-featured-image img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    /* Mobilde kategori badge'lerini gizle */
    .single-categories-overlay {
        display: none !important;
    }
    
    .single-article-header-wrapper {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .single-article-header {
        padding: 25px 20px 20px;
        max-width: 100%;
    }
    
    .single-article-title {
        font-size: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .single-article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .meta-left {
        width: 100%;
        display: block !important;
    }
    
    /* Yazar + Sosyal medya aynı satırda */
    .meta-author-info {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 8px;
        width: 100%;
    }
    
    /* Mobilde profil ve isim arası boşluğu azalt */
    .meta-author-info > div:first-child {
        display: flex !important;
        align-items: center !important;
        gap: 3px !important;
    }
    
    .meta-author-info .author-avatar,
    .meta-author-info .author-name {
        flex-shrink: 0;
    }
    
    /* Mobilde soyadını gizle */
    .author-last-name {
        display: none !important;
    }
    
    /* Tarihler wrapper - yan yana */
    .meta-dates-wrapper {
        display: flex !important;
        gap: 15px;
        flex-wrap: nowrap !important;
        align-items: center;
    }
    
    /* Tarihler yan yana - tek satırda */
    .meta-date,
    .meta-update {
        display: inline-block !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        margin: 0 !important;
    }
    
    .meta-date::before,
    .meta-update::before {
        display: inline !important;
    }
    
    .meta-right {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    /* Sosyal medya ikonları yazar satırında sağda */
    .meta-author-info .single-share-header {
        display: flex !important;
        gap: 5px;
        margin: 0;
        flex-shrink: 0;
    }
    
    .meta-author-info .single-share-header .share-btn {
        width: 32px !important;
        height: 32px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .meta-author-info .single-share-header .share-btn svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    .post-engagement-stats {
        margin-top: 0;
    }
    
    .single-article-content {
        padding: 12px 10px;
        font-size: 17px;
        max-width: 100%;
        overflow-x: hidden;
        word-wrap: break-word;
    }
    
    .single-article-content p {
        margin-bottom: 16px !important;
    }
    
    .single-article-content p:has(+ img),
    .single-article-content p + img {
        margin-top: 10px !important;
    }
    
    .single-article-content img {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
        margin: 15px 0 10px 0 !important;
        display: block !important;
        padding: 0 !important;
    }
    
    .single-article-content iframe,
    .single-article-content embed,
    .single-article-content object,
    .single-article-content video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        margin: 25px 0 !important;
        display: block !important;
    }
    
    .single-article-content .video-container,
    .single-article-content .embed-container {
        margin: 25px 0 !important;
        padding-bottom: 56.25% !important;
        width: 100% !important;
    }
    
    .single-article-content h2,
    .single-article-content h3,
    .single-article-content h4 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .single-article-content blockquote {
        padding: 20px 15px;
        margin: 25px 0;
        font-size: 17px;
    }
    
    .single-article-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    
    .single-tags {
        padding: 10px 15px;
        gap: 6px;
    }
    
    .single-tags .tags-label {
        font-size: 10px;
    }
    
    .single-tags .single-tag {
        padding: 3px 8px;
        font-size: 10px;
    }
    
    .single-share {
        padding: 20px 15px;
        flex-wrap: wrap;
    }
    
    /* Author Card - Mobile */
    .author-card {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
        text-align: center;
    }
    
    .author-card-avatar {
        margin: 0 auto;
    }
    
    .author-card-info {
        align-items: center;
    }
    
    .author-card-name {
        font-size: 16px;
    }
    
    .author-card-bio {
        font-size: 13px;
    }
    
    .author-card-link {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .post-engagement-stats {
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100%;
        justify-content: flex-start;
    }
    
    .post-engagement-stats .post-views-display {
        font-size: 12px !important;
        padding: 6px 8px !important;
        margin-right: 8px !important;
    }
    
    .post-engagement-stats .post-views-display svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    .post-engagement-stats .like-button,
    .post-engagement-stats .favorite-button {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }
    
    .post-interaction-section {
        padding: 10px 15px;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px;
        flex-wrap: nowrap !important;
    }
    
    .interaction-stats {
        display: flex !important;
        margin-right: auto !important;
    }
    
    .interaction-stats .post-views-display {
        margin: 0 !important;
        padding: 6px 10px !important;
        font-size: 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
    }
    
    .interaction-stats .post-views-display svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    .interaction-buttons {
        display: flex !important;
        gap: 6px !important;
    }
    
    .interaction-buttons .like-button {
        padding: 6px 10px !important;
        font-size: 12px !important;
        white-space: nowrap;
        margin: 0 !important;
    }
    
    .interaction-buttons .favorite-button {
        padding: 6px 12px !important;
        font-size: 12px !important;
        white-space: nowrap;
        margin: 0 !important;
    }
    
    .interaction-share .share-btn {
        width: 32px !important;
        height: 32px !important;
    }
    
    .interaction-share .share-btn svg {
        width: 14px !important;
        height: 14px !important;
    }
}

@media (max-width: 480px) {
    .single-page-layout {
        max-width: 100%;
        overflow-x: hidden;
        gap: 20px;
    }
    
    .post-engagement-stats {
        flex-wrap: nowrap !important;
        gap: 6px !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .post-engagement-stats .post-views-display {
        font-size: 11px !important;
        padding: 5px 7px !important;
        margin-right: 6px !important;
        white-space: nowrap;
    }
    
    .post-engagement-stats .post-views-display svg {
        width: 12px !important;
        height: 12px !important;
    }
    
    .post-engagement-stats .like-button,
    .post-engagement-stats .favorite-button {
        padding: 5px 8px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }
    
    .post-interaction-section {
        padding: 8px 12px;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .interaction-stats {
        display: flex !important;
        margin-right: auto !important;
    }
    
    .interaction-stats .post-views-display {
        margin: 0 !important;
        padding: 5px 8px !important;
        font-size: 11px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 3px !important;
    }
    
    .interaction-stats .post-views-display svg {
        width: 13px !important;
        height: 13px !important;
    }
    
    .interaction-buttons {
        display: contents !important;
    }
    
    .interaction-buttons .like-button {
        padding: 5px 8px !important;
        font-size: 11px !important;
        white-space: nowrap;
        margin: 0 !important;
    }
    
    .interaction-buttons .favorite-button {
        padding: 5px 10px !important;
        font-size: 11px !important;
        white-space: nowrap;
        margin: 0 !important;
    }
    
    .interaction-share .share-btn {
        width: 30px !important;
        height: 30px !important;
    }
    
    .interaction-share .share-btn svg {
        width: 13px !important;
        height: 13px !important;
    }
    
    .single-featured-image {
        height: auto;
        min-height: 220px;
        max-height: 280px;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    
    .single-featured-image img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    .single-article-header {
        padding: 20px 15px 15px;
        max-width: 100%;
    }
    
    .single-article-title {
        font-size: 22px;
        letter-spacing: -0.5px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .single-article-meta {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .single-article-meta span {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .single-article-content {
        padding: 10px 8px;
        font-size: 16px;
        max-width: 100%;
        overflow-x: hidden;
        word-wrap: break-word;
    }
    
    .single-article-content p {
        margin-bottom: 16px !important;
    }
    
    .single-article-content p:first-of-type {
        font-size: 17px;
    }
    
    .single-article-content iframe,
    .single-article-content embed,
    .single-article-content object,
    .single-article-content video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        margin: 20px 0 !important;
        display: block !important;
    }
    
    .single-article-content .video-container,
    .single-article-content .embed-container {
        margin: 20px 0 !important;
        width: 100% !important;
    }
    
    .single-article-content h2 {
        font-size: 20px;
    }
    
    .single-article-content h3 {
        font-size: 18px;
    }
    
    .single-article-content h4 {
        font-size: 16px;
    }
    
    .single-article-content blockquote {
        padding: 15px 12px;
        margin: 20px 0;
        font-size: 15px;
    }
    
    .single-tags {
        padding: 8px 12px;
        gap: 5px;
    }
    
    .single-share {
        padding: 15px;
    }
    
    .single-share {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .share-btn {
        width: 40px;
        height: 40px;
    }
    
    
    .comments-area {
        padding: 20px 15px;
        max-width: 100%;
    }
    
    .comment-respond {
        padding: 20px 15px;
    }
}

/* ========================================
   DARK MODE - SINGLE POST
   ======================================== */

/* Featured Image Category Badges */
.dark-mode .single-category-badge {
    background: var(--dark-accent) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.6) !important;
}

.dark-mode .single-category-badge:hover {
    background: var(--dark-accent-hover) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.8) !important;
}

.dark-mode .single-main-content {
    background: #0f0f0f;
}

.dark-mode .single-article {
    background: transparent;
}

.dark-mode .single-article-header-wrapper {
    background: #1a1a1a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dark-mode .single-article-title {
    color: #ffffff;
}

/* Dark Mode - Header Meta Bar */
.dark-mode .single-header-meta-bar {
    background: #1a1a1a !important;
    border: 1px solid #333;
}

.dark-mode .meta-date-time,
.dark-mode .meta-reading-time {
    color: #ffffff;
}

.dark-mode .meta-label {
    color: #999;
}

.dark-mode .single-article-meta {
    border-top-color: #333;
}

.dark-mode .author-name {
    color: #ffffff;
}

.dark-mode .meta-date,
.dark-mode .meta-update {
    color: #999;
}

.dark-mode .meta-date::before,
.dark-mode .meta-update::before {
    color: #ffffff;
}

/* Dark Mode - Post Engagement Stats */
.dark-mode .post-engagement-stats .post-views-display {
    background: #2a2a2a;
    color: #d0d0d0;
}

.dark-mode .single-article-content {
    background: #1a1a1a !important;
    color: #d0d0d0 !important;
    border-radius: 8px;
    border: 1px solid #333 !important;
}

.dark-mode .single-article-content p:first-of-type {
    color: #e0e0e0;
}

.dark-mode .single-article-content h2,
.dark-mode .single-article-content h3,
.dark-mode .single-article-content h4 {
    color: #ffffff;
}

.dark-mode .single-article-content h2 {
    border-bottom-color: var(--primary-color, #e74c3c);
}

.dark-mode .single-article-content blockquote {
    background: #2a2a2a;
    color: #b0b0b0;
    border-left-color: var(--primary-color, #e74c3c);
}

.dark-mode .single-article-content strong {
    color: #ffffff;
}

/* Dark Mode - Post Interaction */
.dark-mode .post-interaction-section {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
}

.dark-mode .interaction-stats .post-views-display {
    background: #2a2a2a;
    color: #d0d0d0;
    border-color: #444;
}

.dark-mode .interaction-buttons .like-button {
    background: #2a2a2a;
    border-color: #444;
    color: #d0d0d0;
}

.dark-mode .interaction-buttons .favorite-button {
    background: #2a2a2a;
    border-color: #444;
    color: #d0d0d0;
}

.dark-mode .single-tags {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
}

/* Dark Mode - Related Posts Section */
.dark-mode .related-posts-section {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
}

.dark-mode .related-post-card {
    background: #1a1a1a !important;
    border: none !important;
}

.dark-mode .related-post-image {
    background: #2a2a2a;
}

.dark-mode .related-post-title {
    color: #ffffff !important;
}

.dark-mode .related-posts-title {
    color: #ffffff !important;
}

.dark-mode .section-header-line h2,
.dark-mode .section-header-line h3 {
    color: #ffffff !important;
}

.dark-mode .tags-label {
    color: #999;
}

.dark-mode .single-tag {
    background: #2a2a2a;
    color: #999;
}

.dark-mode .single-tag:hover {
    background: var(--primary-color, #e74c3c);
    color: white;
}

.dark-mode .single-share {
    background: #1a1a1a !important;
    border-color: #333;
}

.dark-mode .share-label {
    color: #ffffff !important;
}

/* Dark Mode - Author Card */
.dark-mode .author-card {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
}

.dark-mode .author-card-avatar img {
    border-color: #333;
}

.dark-mode .author-card-name {
    color: #ffffff;
}

.dark-mode .author-card-bio {
    color: #999;
}

.dark-mode .author-card-link {
    color: var(--primary-color, #e74c3c);
}

.dark-mode .author-card-link:hover {
    color: var(--dark-accent-hover, #c0392b);
}

/* Dark Mode - Social Share Buttons */
.dark-mode .share-facebook {
    background: #1877f2 !important;
    color: white !important;
}

.dark-mode .share-facebook:hover {
    background: #0d65d9 !important;
}

.dark-mode .share-twitter {
    background: #1da1f2 !important;
    color: white !important;
}

.dark-mode .share-twitter:hover {
    background: #0c8bd9 !important;
}

.dark-mode .share-whatsapp {
    background: #25d366 !important;
    color: white !important;
}

.dark-mode .share-whatsapp:hover {
    background: #1ebe57 !important;
}

.dark-mode .share-email {
    background: #7f8c8d !important;
    color: white !important;
}

.dark-mode .share-email:hover {
    background: #6c7a7b !important;
}

/* Dark Mode - Header Share Buttons */
.dark-mode .single-share-header .share-btn {
    opacity: 1 !important;
}

.dark-mode .single-share-header .share-facebook {
    background: #1877f2 !important;
}

.dark-mode .single-share-header .share-twitter {
    background: #1da1f2 !important;
}

.dark-mode .single-share-header .share-whatsapp {
    background: #25d366 !important;
}

.dark-mode .single-share-header .share-email {
    background: #7f8c8d !important;
}

/* Sidebar Dark Mode */
.dark-mode .widget-hot-news {
    background: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.dark-mode .widget-hot-news .widget-title {
    background: #1a1a1a;
    border-bottom-color: var(--primary-color, #e74c3c);
    color: var(--primary-color, #e74c3c);
}

.dark-mode .widget {
    background: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.dark-mode .widget-title {
    color: #ffffff;
    border-bottom-color: var(--primary-color, #e74c3c);
}

.dark-mode .widget-tabbed-posts {
    background: #1a1a1a;
}

.dark-mode .tabbed-header {
    background: #2a2a2a;
    border-bottom-color: var(--primary-color, #e74c3c);
}

.dark-mode .tab-button {
    color: #999;
}

.dark-mode .tab-button:hover {
    color: #ffffff;
    background: rgba(231, 76, 60, 0.1);
}

.dark-mode .tab-button.active {
    color: var(--primary-color, #e74c3c);
    background: #1a1a1a;
}

.dark-mode .tab-content {
    background: #1a1a1a;
}

.dark-mode .tabbed-post-item {
    border-bottom-color: #333;
}

.dark-mode .tabbed-post-title a {
    color: #ffffff;
}

.dark-mode .tabbed-post-title a:hover {
    color: var(--primary-color, #e74c3c);
}

.dark-mode .tabbed-post-date {
    color: #999;
}

.dark-mode .category-link {
    background: #2a2a2a;
}

.dark-mode .category-link:hover {
    background: var(--primary-color, #e74c3c);
}

.dark-mode .category-name {
    color: #ffffff;
}

.dark-mode .category-link:hover .category-name {
    color: #fff;
}

.dark-mode .category-count {
    background: #1a1a1a;
    color: #999;
}

.dark-mode .category-link:hover .category-count {
    background: var(--dark-accent-hover, #c0392b);
    color: #fff;
}

.dark-mode .tag-link {
    background: #2a2a2a;
    color: #ffffff;
}

.dark-mode .tag-link:hover {
    background: var(--primary-color, #e74c3c);
    color: #fff;
}

.dark-mode .archive-list a {
    background: #2a2a2a;
    color: #ffffff;
}

.dark-mode .archive-list a:hover {
    background: var(--primary-color, #e74c3c);
    color: #fff;
}

/* Comments Dark Mode */
.dark-mode .comments-area {
    background: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: none !important;
}

.dark-mode .comments-title {
    color: #ffffff;
    border: none !important;
    border-bottom: none !important;
}

.dark-mode .comments-title::after {
    background: #e74c3c;
}

.dark-mode .comment {
    border-bottom-color: #333;
}

.dark-mode .comment-avatar {
    border-color: #333;
}

.dark-mode .comment-author,
.dark-mode .comment-author a {
    color: #ffffff;
}

.dark-mode .comment-author a:hover {
    color: var(--primary-color, #e74c3c);
}

.dark-mode .comment-metadata,
.dark-mode .comment-metadata a {
    color: #999;
}

.dark-mode .comment-metadata a:hover {
    color: var(--primary-color, #e74c3c);
}

.dark-mode .comment-text {
    color: #d0d0d0;
}

.dark-mode .comment-awaiting-moderation {
    background: #3a3a1a;
    border-color: #ffc107;
    color: #ffd54f;
}

.dark-mode .reply-link {
    background: #2a2a2a;
    color: #ffffff;
}

.dark-mode .reply-link:hover {
    background: var(--primary-color, #e74c3c);
    color: white;
}

.dark-mode .comment-respond {
    background: #1a1a1a !important;
    border: none !important;
}

.dark-mode .comment-reply-title {
    color: #ffffff;
    border: none !important;
    border-bottom: none !important;
}

.dark-mode .comment-reply-title::after {
    background: #e74c3c;
}

.dark-mode .comment-form label {
    color: #ffffff;
}

.dark-mode .comment-form input[type="text"],
.dark-mode .comment-form input[type="email"],
.dark-mode .comment-form input[type="url"],
.dark-mode .comment-form textarea {
    background: #2a2a2a;
    border-color: #444;
    color: #ffffff;
}

.dark-mode .comment-form input[type="text"]:focus,
.dark-mode .comment-form input[type="email"]:focus,
.dark-mode .comment-form input[type="url"]:focus,
.dark-mode .comment-form textarea:focus {
    border-color: var(--primary-color, #e74c3c);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}

/* Dark Mode - Comment Error Message */
.dark-mode .comment-error-message {
    background: #3a1a1a !important;
    border-color: #e74c3c !important;
    color: #ff8a80 !important;
}

.dark-mode .no-comments {
    color: #999;
}

/* Breadcrumb Dark Mode */
.dark-mode .breadcrumb-nav {
    color: #999;
}

.dark-mode .breadcrumb-nav a {
    color: #999;
}

.dark-mode .breadcrumb-nav a:hover {
    color: var(--primary-color, #e74c3c);
}

.dark-mode .breadcrumb-current {
    color: #ffffff;
}

.dark-mode .breadcrumb-separator {
    color: #666;
}

/* ============================================
   INFINITE SCROLL
   ============================================ */
.infinite-scroll-separator {
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.infinite-scroll-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
}

.infinite-scroll-separator span {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: var(--primary-color, #e74c3c);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.infinite-scroll-loading {
    text-align: center;
    padding: 40px 20px;
    margin: 40px 0;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color, #e74c3c);
    border-radius: 50%;
    animation: infinite-spin 1s linear infinite;
}

@keyframes infinite-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.infinite-scroll-loading p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.no-more-posts-message span {
    background: #f8f9fa;
    color: #666;
}

.infinite-scroll-error span {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
}

/* Dark Mode */
.dark-mode .infinite-scroll-separator::before {
    background: linear-gradient(90deg, transparent 0%, #333 50%, transparent 100%);
}

.dark-mode .infinite-scroll-separator span {
    background: #1a1a1a;
    color: var(--primary-color, #e74c3c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dark-mode .infinite-scroll-loading p {
    color: #999;
}

.dark-mode .loading-spinner {
    border-color: #333;
    border-top-color: var(--primary-color, #e74c3c);
}

.dark-mode .infinite-scroll-error span {
    background: #3d3416;
    color: #ffc107;
    border-color: #ffc107;
}