/**
 * URAUA.INFO - Mobile & Desktop Fixes
 * Исправления для мобильной версии и desktop
 */
@media (max-width: 768px) {
}
@media (min-width: 1025px) {
    .category .featured-post,
    .archive .featured-post {
        display: grid !important;
        grid-template-columns: 350px 1fr !important;
        gap: 20px !important;
        padding: 15px !important;
        margin-bottom: 30px !important;
        max-width: 100% !important;
        background: white !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    }
    .category .featured-post-image,
    .archive .featured-post-image {
        aspect-ratio: 16/9 !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }
    .category .featured-post-image img,
    .archive .featured-post-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .category .featured-post-content,
    .archive .featured-post-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .category .featured-post-title,
    .archive .featured-post-title {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }
    .category .featured-post-excerpt,
    .archive .featured-post-excerpt {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        line-height: 1.6 !important;
    }
    .category .featured-post-meta,
    .archive .featured-post-meta {
        font-size: 13px !important;
    }
    .single-post-wrapper {
        display: grid !important;
        grid-template-columns: minmax(auto, 800px) 280px !important;
        gap: 30px !important;
        align-items: start !important;
        justify-content: center !important;
        max-width: 1150px !important;
        margin: 0 auto !important;
    }
    .single-post-content-col {
        max-width: 800px !important;
    }
    .single-post-sidebar {
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }
}
.stream-item .stream-pill[href*="uncategorized"],
.stream-item .stream-pill[href*="google-news"],
.stream-item .stream-pill[href*="googlenews"],
.stream-item .stream-pill[href*="rss"],
.stream-item .stream-pill[href*="featured"],
.stream-item .stream-pill[href*="onovleno"],
.stream-item .stream-pill[href*="updated"],
.featured-item .featured-pill[href*="uncategorized"],
.featured-item .featured-pill[href*="google-news"],
.featured-item .featured-pill[href*="googlenews"],
.featured-item .featured-pill[href*="rss"],
.featured-item .featured-pill[href*="featured"],
.featured-item .featured-pill[href*="onovleno"],
.featured-item .featured-pill[href*="updated"] {
    display: none !important;
}
.stream-pill:is([href*="uncategorized"], [href*="google"], [href*="rss"], [href*="featured"], [href*="onovleno"], [href*="updated"]),
.featured-pill:is([href*="uncategorized"], [href*="google"], [href*="rss"], [href*="featured"], [href*="onovleno"], [href*="updated"]) {
    display: none !important;
}
a[href*="/category/featured/"],
a[href*="/category/onovleno/"],
a[href*="/category/updated/"],
a[href*="/category/google"],
a[href*="/category/rss"],
.cat-item-featured,
.cat-item-onovleno,
.cat-item-updated,
.category-featured,
.category-onovleno,
.category-updated,
li.cat-item a[href*="featured"],
li.cat-item a[href*="onovleno"],
li.cat-item a[href*="updated"] {
    display: none !important;
}
.entry-meta a[href*="/category/featured/"],
.entry-meta a[href*="/category/onovleno/"],
.entry-meta a[href*="/category/updated/"],
.post-categories a[href*="featured"],
.post-categories a[href*="onovleno"],
.post-categories a[href*="updated"] {
    display: none !important;
}
