/* ═══════════════════════════════════════════════════════════
   CUSTOM.CSS — meble-w-dobrej-cenie.pl
   Newspaper NFT Pro specific refinements
   ═══════════════════════════════════════════════════════════ */

/* ─── HEADER — clean, minimal, NFT Pro style ─── */
.stb-header {
    border-bottom: 2px solid var(--color-heading);
}
.stb-header-row {
    padding: 20px 0;
}

/* ─── HERO — NFT Pro grid refinements ─── */
.stb-hero {
    padding: 40px 0 0;
}
.stb-hero-grid {
    min-height: 480px;
}
.stb-hero-main {
    border-right: 1px solid var(--color-border);
}
.stb-hero-main-content {
    padding: 24px 32px 24px 40px;
}
.stb-hero-main-title {
    font-size: 46px;
    letter-spacing: -0.5px;
}
.stb-hero-side-item {
    border-bottom: 1px solid var(--color-border);
}
.stb-hero-side-item:last-child {
    border-bottom: none;
}
.stb-hero-side-content {
    padding: 12px 16px;
}
.stb-hero-side-title {
    font-size: 22px;
    letter-spacing: -0.3px;
}

/* ─── 5 CARDS — spacing refinement ─── */
.stb-five-cards {
    padding: 40px 0;
}
.stb-five-card .stb-category-badge {
    margin-top: 12px;
    display: inline-block;
}

/* ─── SECTION HEADINGS — clean style ─── */
.stb-section-heading {
    font-size: 26px;
    letter-spacing: -0.3px;
}

/* ─── CATEGORY BADGE hover — accent ─── */
.stb-category-badge {
    transition: background 0.2s;
}

/* ─── LATEST LIST refinements ─── */
.stb-latest-list {
    padding-bottom: 32px;
}
.stb-latest-num {
    font-size: 42px;
    color: #e0e0e0;
}
.stb-latest-item:hover .stb-latest-num {
    color: var(--color-accent);
}

/* ─── COLLECTIBLES-style section (alt bg) ─── */
.stb-cat-section--alt {
}
.stb-cat-section--alt .stb-post-card {
    background: #fff;
    padding-bottom: 16px;
}

/* ─── LIST ITEMS in category blocks ─── */
.stb-list-item {
    transition: background 0.2s;
    padding: 10px 8px;
    margin: 0 -8px;
    text-decoration: none;
}
.stb-list-item:hover {
    background: var(--color-section-alt-bg);
}
.stb-list-cat,
.stb-latest-cat {
    text-decoration: none;
}
.stb-list-title,
.stb-latest-title,
.stb-five-card-title a,
.stb-card-title a,
.stb-hero-main-title a,
.stb-hero-side-title a,
.stb-mixed-big-title a,
.stb-featured-title a,
.stb-tab-title a {
    text-decoration: none;
}

/* ─── FEATURED POST ─── */
.stb-featured-post {
    padding-top: 24px;
}
.stb-featured-img {
    transition: transform 0.3s;
}
.stb-featured-post:hover .stb-featured-img {
    transform: scale(1.02);
}

/* ─── SIDEBAR widget title — NFT Pro style ─── */
.stb-widget-title {
    padding-bottom: 0;
}

/* ─── SIDEBAR tabs — active tab above line ─── */
.stb-tab-nav {
    border-bottom: 2px solid var(--color-heading);
}
.stb-tab-link.stb-tab-active {
    border-top-color: var(--color-heading);
    color: var(--color-heading);
}

/* ─── FOOTER — NFT Pro dark style ─── */
.stb-footer {
    border-top: 4px solid var(--color-heading);
}
.stb-footer-logo-text {
    letter-spacing: -0.5px;
}

/* ─── ARCHIVE HEADER — clean ─── */
.stb-archive-header {
    background: var(--color-heading);
}
.stb-archive-header .stb-breadcrumbs a:hover {
    color: var(--color-accent);
}

/* ─── ARTICLE — content heading styles ─── */
.stb-article-content h2 {
    font-weight: 900;
}

/* ─── CB ADS — spacing ─── */
.stb-cb-billboard {
}
.stb-widget-cb {
    margin-top: 8px;
    margin-bottom: 24px;
}

/* ─── CARD hover — title color accent ─── */
.stb-post-card:hover .stb-card-title a,
.stb-card:hover .stb-card-title a {
    color: var(--color-accent);
}

/* ─── RESPONSIVE refinements ─── */
@media (max-width: 1024px) {
    .stb-hero-main {
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }
    .stb-hero-grid {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .stb-hero-main-title {
        font-size: 28px;
    }
    .stb-hero-side-title {
        font-size: 18px;
    }
    .stb-five-cards {
        padding: 24px 0;
    }
    .stb-latest-num {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .stb-hero-main-title {
        font-size: 22px;
    }
    .stb-hero-main-content {
        padding: 16px;
    }
}
