﻿/* اسلایدر هیرو وبلاگ */
        .blog-hero-section { padding-bottom: 4rem; }
        .blog-hero-section,
        .blog-hero-section .animate-element { opacity: 1 !important; transform: none !important; }
        .blog-hero-row { align-items: stretch; }
        .blog-hero-row > [class*="col-"] { display: flex; flex-direction: column; }
        .blog-hero-secondary-grid { flex: 1 1 auto; aspect-ratio: 1 / 1; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
        .blog-hero-secondary-grid > .d-flex { display: flex !important; flex-direction: column; min-height: 0; }
        .blog-hero-carousel { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); background: var(--C0); aspect-ratio: 1 / 1; width: 100%; min-height: 0; }
        .blog-hero-carousel-track { align-items: stretch !important; }
        .blog-hero-carousel-slide { display: flex !important; align-items: stretch !important; justify-content: flex-start !important; height: auto !important; overflow: hidden; text-align: right; width: 100%; flex-basis: 100%; }
        a.blog-hero-slide { position: relative; display: block; height: 100%; min-height: 0; width: 100%; min-width: 0; overflow: hidden; text-decoration: none; color: inherit; cursor: pointer; }
        a.blog-hero-slide:hover .blog-hero-title { color: var(--C3); }
        .blog-hero-slide-img { width: 100%; max-width: 100%; height: 100%; min-width: 0; object-fit: cover; display: block; }
        .blog-hero-slide-content { position: absolute; inset: 0; z-index: 2; width: 100%; min-width: 0; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; background: var(--gradient-image-overlay); text-align: right; }
        .blog-hero-carousel.swiper-initialized .blog-hero-carousel-slide { width: auto; flex-basis: auto; }
        .blog-hero-category { font-size: 0.8rem; font-weight: 500; color: var(--C3); margin-bottom: 0.75rem; display: inline-block; }
        .blog-hero-title { font-size: 1.5rem; font-weight: 500; color: #ffffff; line-height: 1.5; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

        @media (max-width: 991px) {
            .blog-hero-carousel,
            .blog-hero-carousel-track,
            .blog-hero-carousel-slide { aspect-ratio: 1 / 1; }
            .blog-hero-slide-img { width: 100%; max-width: 100%; height: 100%; aspect-ratio: 1 / 1; }
            .blog-hero-slide-content { width: 100%; padding: 1.5rem; }
            .blog-hero-title { font-size: 1.25rem; }
        }

        /* کارت‌های کوچک ۲x۲ سمت چپ هیرو */
        .secondary-hero-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; min-height: 0; display: block; }
        .secondary-hero-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.1s ease; }
        .secondary-hero-card:hover img { transform: scale(1.08); }
        .secondary-hero-overlay { position: absolute; inset: 0; background: var(--gradient-image-overlay); padding: 1.25rem; display: flex; flex-direction: column; justify-content: flex-end; text-align: right; }
        .secondary-hero-category { font-size: 0.75rem; font-weight: 500; color: var(--C3); margin-bottom: 0.4rem; }
        .secondary-hero-title { font-size: 0.9rem; font-weight: 500; color: #ffffff; line-height: 1.5; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

        /* سایدبار چسبان وبلاگ */
        .blog-sticky-sidebar { position: sticky; top: 135px; z-index: 10; }

        /* مطالب پربحث سایدبار */
        .sidebar-discussed-item { display: flex; align-items: center; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px dashed var(--C5); transition: background-color 0.2s ease; }
        .sidebar-discussed-item:last-child { border-bottom: none; }
        .sidebar-discussed-img { width: 70px; height: 70px; border-radius: .875rem; aspect-ratio: 1 / 1; object-fit: cover; flex-shrink: 0; border: 1px solid var(--C5); }
        .sidebar-discussed-content { flex-grow: 1; text-align: right; }
        .sidebar-discussed-title { font-size: 0.85rem; font-weight: 500; color: var(--C6); line-height: 1.5; margin-bottom: 0.35rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .sidebar-discussed-title a { color: inherit; text-decoration: none; }
        .sidebar-discussed-title a:hover { color: var(--C1); }
        [data-bs-theme="dark"] .sidebar-discussed-item:hover { background-color: rgba(255, 255, 255, 0.04); }
        [data-bs-theme="dark"] .sidebar-discussed-title a:hover { color: var(--C3); text-decoration: underline; text-decoration-thickness: 1px; }
        .sidebar-discussed-meta { font-size: 0.75rem; color: var(--C5); display: flex; align-items: center; gap: 0.75rem; }

        /* دسته‌بندی‌ها در سایدبار */
        .sidebar-category-link { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; border-radius: .875rem; color: var(--C6); font-weight: 700; font-size: 0.85rem; transition: all 0.2s ease; border: 1px solid transparent; background-color: var(--C8); margin-bottom: 0.5rem; text-decoration: none !important; }
        .sidebar-category-link:hover { background-color: var(--C2); color: var(--C1); border-color: var(--C5); }
        [data-bs-theme="dark"] .sidebar-category-link:hover { background-color: var(--C4); color: var(--C3); border-color: var(--C5); }
        .sidebar-category-count { background-color: var(--C5); color: var(--C6); font-size: 0.75rem; padding: 2px 8px; border-radius: 50px; font-weight: bold; }
        [data-bs-theme="dark"] .sidebar-category-count { background-color: var(--C4); }
        .sidebar-category-link.sidebar-cat-level-1 { margin-right: 0.75rem; }
        .sidebar-category-link.sidebar-cat-level-2 { margin-right: 1.5rem; }
        .sidebar-category-link.sidebar-cat-level-3 { margin-right: 2.25rem; }
        .sidebar-category-link.sidebar-cat-level-4 { margin-right: 3rem; }

        /* کاروسل موضوعی مطالب در بدنه اصلی */
        .category-section-title-wrap { border-bottom: 2px solid var(--C5); padding-bottom: 0.75rem; margin-bottom: 1.5rem; }
        .category-section-title { font-size: 1.15rem; font-weight: 500; color: var(--C6); position: relative; padding-bottom: 0.85rem; margin-bottom: 0; }
        .category-section-title::after { content: ''; position: absolute; bottom: -2px; right: 0; width: 60px; height: 3px; background-color: var(--C1); border-radius: 50px; }

        .card-post-header.card-post-author-only { text-align: right; }

        .blog-hero-section .swiper { padding-bottom: unset !important }
        .blog-hero-section .swiper-pagination { bottom: 10px !important; left: 10px !important; width: 100px !important; }
