/* ==============================
   Hapus Judul Halaman
============================== */
.page .entry-header .entry-title {
    display: none;
}
/* ==============================
   TABLET
============================== */

@media (max-width: 1024px) {
    .layout-with-sidebar {
        grid-template-columns: 1fr;
    }

    .sidebar,
    .widget-area {
        order: 2;
        margin-top: 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bhub-post-grid,
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content {
        position: static;
        background: #111111;
        padding: 22px;
    }

    .hero-content h1 {
        font-size: clamp(1.4rem, 4vw, 2rem);
        line-height: 1.25;
    }

    .hero-post img {
        aspect-ratio: 16 / 10;
        opacity: 1;
    }
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 768px) {
    .container,
    .bhub-container {
        width: min(100% - 28px, var(--container-width, 1200px));
    }

    .header-inner {
        min-height: auto;
    }

    .custom-logo {
        max-height: 56px;
        width: auto;
    }

    .site-title {
        font-size: 24px;
    }

    .site-description {
        font-size: 13px;
    }

    .bhub-post-grid,
    .post-grid {
        grid-template-columns: 1fr;
    }

    .bhub-archive-hero,
    .bhub-home-hero {
        padding: 28px 0 24px;
    }

    .bhub-section-heading h2,
    .bhub-archive-title {
        font-size: clamp(1.55rem, 6vw, 2rem);
        line-height: 1.25;
    }

    .bhub-section-heading p,
    .bhub-archive-description,
    .bhub-archive-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .entry-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .entry-title,
    h1 {
        font-size: clamp(1.45rem, 6vw, 1.8rem);
        line-height: 1.25;
    }

    .entry-content h2,
    h2 {
        font-size: clamp(1.25rem, 5vw, 1.5rem);
        line-height: 1.35;
    }

    .entry-content h3,
    h3 {
        font-size: clamp(1.1rem, 4.5vw, 1.3rem);
        line-height: 1.4;
    }

    .post-card-title,
    .bhub-post-card-title,
    .bhub-card-title {
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .post-card-body,
    .bhub-post-card-body {
        padding: 16px;
    }

    .widget-title {
        font-size: 1.1rem;
    }

    .breadcrumb,
    .bhub-breadcrumb {
        font-size: 13px;
        line-height: 1.5;
    }

    .share-buttons,
    .bhub-share-buttons {
        gap: 8px;
    }

    .share-buttons a,
    .share-buttons button,
    .bhub-share-button {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        display: block;
        text-align: center;
    }
}


/* ==============================
   SMALL MOBILE
============================== */

@media (max-width: 480px) {
    .container,
    .bhub-container {
        width: min(100% - 24px, var(--container-width, 1200px));
    }

    .site-title {
        font-size: 22px;
    }

    .site-description {
        font-size: 12px;
    }

    .entry-title,
    h1 {
        font-size: 1.4rem;
    }

    .hero-content {
        padding: 18px;
    }

    .hero-content h1 {
        font-size: 1.35rem;
    }

    .post-card-body,
    .bhub-post-card-body {
        padding: 15px;
    }

    .bhub-pagination .page-numbers,
    .pagination .page-numbers {
        min-width: 34px;
        min-height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }
}


/* ==============================
   EXTRA SMALL MOBILE
============================== */

@media (max-width: 380px) {
    .container,
    .bhub-container {
        width: min(100% - 20px, var(--container-width, 1200px));
    }

    .entry-title,
    h1 {
        font-size: 1.32rem;
    }

    .bhub-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .bhub-menu-toggle-line {
        width: 20px;
    }
}