/* =========================================================
   BIMTEKHUB CONTENT CSS - FINAL CLEAN
   Replaces duplicated content/post-card/venue/home CSS
========================================================= */

:root {
    --bhub-blue: #0f3b66;
    --bhub-blue-dark: #082f49;
    --bhub-blue-soft: #eff6ff;
    --bhub-orange: #f59e0b;
    --bhub-orange-soft: #fff7ed;
    --bhub-green: #22c55e;
    --bhub-green-soft: #ecfdf5;
    --bhub-purple: #7c3aed;
    --bhub-purple-soft: #f5f3ff;
    --bhub-slate: #475569;
    --bhub-dark: #0f172a;
    --bhub-border: #e5e7eb;
    --bhub-light: #f8fafc;
}

/* ============================
   GLOBAL LAYOUT
============================ */

.bhub-container,
.container {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.content-area,
.single-content,
.bhub-home-content,
.sidebar,
.widget-area {
    min-width: 0;
}

/* ============================
   TYPOGRAPHY CONTENT
============================ */

h1,
.entry-title {
    margin: 0 0 14px;
    color: var(--bhub-dark);
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.25;
    font-weight: 700;
}

h2,
.entry-content h2 {
    margin-top: 36px;
    color: var(--bhub-dark);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.35;
    font-weight: 700;
}

h3,
.entry-content h3 {
    margin-top: 28px;
    color: var(--bhub-dark);
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    line-height: 1.4;
    font-weight: 600;
}

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

.entry-content p {
    margin: 0 0 18px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}

.single-post .entry-content p {
    text-indent: 0;
}

.single-post .entry-content p + p {
    text-indent: 2em;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 18px;
    line-height: 1.75;
}

.entry-content blockquote {
    border-left: 4px solid var(--bhub-blue);
    padding-left: 18px;
    color: var(--bhub-slate);
}

.entry-meta,
.entry-tax {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 14px;
}

.featured-image {
    margin: 22px 0;
}

.featured-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* ============================
   TABLE OF CONTENT
============================ */

.toc {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid var(--bhub-border);
    border-radius: 18px;
    background: var(--bhub-light);
}

.toc strong {
    display: block;
    margin-bottom: 10px;
    color: var(--bhub-dark);
}

.toc ol {
    margin-bottom: 0;
}

/* ============================
   ARCHIVE / CATEGORY HEADER
============================ */

.bhub-archive-hero {
    padding: 36px 0 30px;
    background: var(--bhub-light);
    border-bottom: 1px solid var(--bhub-border);
}

.bhub-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #64748b;
}

.bhub-breadcrumb a {
    color: var(--bhub-blue);
    text-decoration: none;
    font-weight: 600;
}

.bhub-archive-title {
    margin: 0 0 12px;
    color: var(--bhub-dark);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
}

.bhub-archive-description,
.bhub-archive-intro {
    max-width: 850px;
    color: var(--bhub-slate);
    font-size: 17px;
    line-height: 1.75;
}

.bhub-archive-layout {
    padding: 36px 0 50px;
}

.bhub-empty-post,
.not-found {
    padding: 28px;
    border: 1px solid var(--bhub-border);
    border-radius: 12px;
    background: #ffffff;
}

.not-found {
    text-align: center;
}

/* ==============================
   POST VIEW COUNTER
============================== */

.bhub-post-views,
.bhub-post-meta .bhub-post-views {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
}

.entry-meta .bhub-post-views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ==============================
   VIEW COUNTER
============================== */
.bhub-view-counter {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
}

.jadwal-meta .bhub-view-counter,
.bhub-post-meta .bhub-view-counter {
    color: #64748b;
}
/* ============================
   SIDEBAR WIDGET BASIC
============================ */

.sidebar .widget,
.widget-area .widget {
    margin-bottom: 22px;
    padding: 18px;
    border: 1px solid var(--bhub-border);
    border-radius: 18px;
    background: #ffffff;
}

.widget-title {
    margin-top: 0;
    color: var(--bhub-dark);
    font-size: 1.15rem;
}

/* ============================
   POST GRID
============================ */

.bhub-post-grid,
.post-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.layout-with-sidebar .content-area .bhub-post-grid,
.layout-with-sidebar .content-area .post-grid,
.bhub-home-content .bhub-post-grid,
.bhub-home-content .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bhub-post-grid > *,
.post-grid > * {
    height: 100%;
}

/* ==============================
   POST CARD - FINAL CLEAN
============================== */

.bhub-post-card,
.post-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #0b3768, #f59e0b) border-box;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.bhub-post-card::before,
.post-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: linear-gradient(90deg, #0b3768 0%, #2563eb 45%, #f59e0b 100%);
    z-index: 3;
}

.bhub-post-card:hover,
.post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.bhub-post-card > *,
.post-card > * {
    position: relative;
    z-index: 2;
}

.bhub-post-thumb,
.post-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
    text-decoration: none;
}

.bhub-post-thumb img,
.post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #e5e7eb;
    transition: transform 0.35s ease;
}

.bhub-post-card:hover .bhub-post-thumb img,
.post-card:hover .post-thumb img {
    transform: scale(1.04);
}

.bhub-post-thumb-placeholder,
.bhub-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(11, 55, 104, 0.16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(245, 158, 11, 0.18), transparent 34%),
        linear-gradient(135deg, #f8fafc, #eef4f9);
    color: #0b3768;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.bhub-post-card-body,
.post-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
}

.bhub-post-meta,
.post-category {
    font-size: 0.84rem;
    color: #64748b;
}

.bhub-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
    font-weight: 600;
}

.bhub-post-meta span,
.bhub-post-meta a {
    color: #64748b !important;
    text-decoration: none !important;
}

.bhub-post-meta a:hover {
    color: var(--bhub-orange) !important;
}

.post-category {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--bhub-blue);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.bhub-post-card-title,
.post-card-title,
.bhub-card-title {
    margin: 0 0 18px;
    color: #0b3768;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.42;
}

.bhub-post-card-title a,
.post-card-title a {
    color: #0b3768 !important;
    text-decoration: none !important;
}

.bhub-post-card-title a:hover,
.post-card-title a:hover {
    color: var(--bhub-orange) !important;
}

.bhub-post-excerpt,
.post-excerpt {
    margin: 0;
    padding-bottom: 22px;
    color: var(--bhub-slate);
    font-size: 15px;
    line-height: 1.7;
}

.bhub-read-more,
.bhub-card-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    margin-top: auto;
    padding: 9px 16px;
    border-radius: 999px;
    background: #0b3768;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(11, 55, 104, 0.18);
    transition: all 0.2s ease;
}

.bhub-read-more:hover,
.bhub-card-readmore:hover {
    background: var(--bhub-orange);
    color: #111827 !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.single-post .bhub-post-card-body .bhub-post-excerpt {
    display: none;
}

/* ============================
   PAGINATION
============================ */

.bhub-pagination,
.pagination {
    margin-top: 36px;
    clear: both;
}

.bhub-pagination .nav-links,
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bhub-pagination .page-numbers,
.pagination .page-numbers,
.bhub-pagination a,
.bhub-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    color: var(--bhub-blue);
    font-weight: 700;
    text-decoration: none;
}

.bhub-pagination .page-numbers.current,
.pagination .page-numbers.current,
.bhub-pagination .current {
    background: var(--bhub-blue);
    color: #ffffff;
    border-color: var(--bhub-blue);
}

/* ============================
   SHARE BUTTONS
============================ */

.share-buttons,
.bhub-share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.share-buttons a,
.share-buttons button,
.bhub-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--bhub-blue);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.share-buttons a:hover,
.share-buttons button:hover,
.bhub-share-button:hover {
    background: var(--bhub-light);
    color: var(--bhub-blue);
}

.bhub-post-share {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--bhub-border);
}

.bhub-share-title {
    margin: 0 0 12px;
    color: var(--bhub-dark);
    font-weight: 700;
}

/* ============================
   SINGLE POST CTA
============================ */

.bhub-single-post-cta {
    margin: 38px 0 10px;
}

.bhub-single-post-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f3b66, #155e9f);
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(15, 59, 102, 0.22);
}

.bhub-single-post-cta-label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    font-weight: 700;
}

.bhub-single-post-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
}

.bhub-single-post-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.bhub-single-post-cta-content {
    flex: 1;
}

.bhub-single-post-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
}

.bhub-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    transition: 0.2s ease;
}

.bhub-cta-whatsapp {
    background: #22c55e;
    color: #ffffff;
}

.bhub-cta-whatsapp:hover {
    background: #16a34a;
    color: #ffffff;
}

.bhub-cta-registration {
    background: #ffffff;
    color: var(--bhub-blue);
}

.bhub-cta-registration:hover {
    background: #eaf3ff;
    color: var(--bhub-blue);
}

/* ============================
   INTERNAL LINKS SINGLE POST
============================ */

.bhub-internal-links {
    margin-top: 36px;
    padding: 24px;
    background: var(--bhub-light);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.bhub-internal-links h2 {
    margin: 0 0 8px;
    color: var(--bhub-dark);
    font-size: 22px;
    line-height: 1.3;
}

.bhub-internal-links-desc {
    margin: 0 0 16px;
    color: var(--bhub-slate);
    font-size: 15px;
    line-height: 1.6;
}

.bhub-internal-links ul {
    margin: 0;
    padding-left: 20px;
}

.bhub-internal-links li {
    margin-bottom: 9px;
}

.bhub-internal-links a {
    color: var(--bhub-blue);
    font-weight: 700;
    text-decoration: none;
}

.bhub-internal-links a:hover {
    text-decoration: underline;
}

/* ============================
   AUTHOR, RELATED, COMMENTS
============================ */

.author-box,
.related-posts,
.comments-area {
    border-top: 1px solid var(--bhub-border);
    margin-top: 28px;
    padding-top: 24px;
}

.comment-list {
    padding-left: 20px;
}

.load-comments {
    background: var(--bhub-blue);
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    cursor: pointer;
}

/* ============================
   HOME / FRONT PAGE
============================ */

.bhub-front-page,
.bhub-static-home {
    background: #ffffff;
}

.bhub-home-hero {
    padding: 42px 0 28px;
    background: var(--bhub-light);
    border-bottom: 1px solid var(--bhub-border);
}

.bhub-home-hero h1 {
    margin: 0 0 12px;
    color: var(--bhub-dark);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
}

.bhub-home-hero p {
    margin: 0;
    max-width: 760px;
    color: var(--bhub-slate);
    font-size: 17px;
    line-height: 1.7;
}

.bhub-home-layout {
    padding: 40px 0;
}

.bhub-section-heading {
    margin-bottom: 24px;
}

.bhub-section-heading h2 {
    margin: 0 0 8px;
    color: var(--bhub-dark);
    font-size: 30px;
    line-height: 1.25;
}

.bhub-section-heading p {
    margin: 0;
    max-width: 760px;
    color: var(--bhub-slate);
    font-size: 16px;
    line-height: 1.7;
}

/* ============================
   STATIC HOMEPAGE
============================ */

.bhub-static-home {
    background:
        radial-gradient(circle at top left, rgba(15, 59, 102, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.10), transparent 28%),
        #ffffff;
}

.bhub-home-static-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 64px;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 52%, #fff7ed 100%);
}

.bhub-home-static-hero::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    background: rgba(245, 158, 11, 0.18);
    border-radius: 999px;
}

.bhub-home-static-hero::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    background: rgba(15, 59, 102, 0.12);
    border-radius: 999px;
}

.bhub-home-static-hero .bhub-container {
    position: relative;
    z-index: 2;
}

.bhub-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    gap: 42px;
    align-items: center;
}

.bhub-home-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--bhub-orange-soft);
    color: #c2410c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.bhub-home-hero-content h1 {
    margin: 0 0 18px;
    color: var(--bhub-dark);
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.12;
    font-weight: 800;
}

.bhub-home-hero-content h1 strong,
.bhub-home-section-heading h2 strong {
    color: var(--bhub-blue);
}

.bhub-home-hero-content p {
    max-width: 760px;
    margin: 0;
    color: var(--bhub-slate);
    font-size: 18px;
    line-height: 1.8;
}

.bhub-home-hero-actions,
.bhub-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.bhub-home-btn-primary,
.bhub-home-btn-secondary,
.bhub-home-btn-white,
.bhub-home-btn-green,
.bhub-home-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.bhub-home-btn-primary {
    background: linear-gradient(135deg, #0f3b66, #155e9f);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 59, 102, 0.18);
}

.bhub-home-btn-primary:hover {
    background: linear-gradient(135deg, #082f49, #0f3b66);
    color: #ffffff;
    text-decoration: none;
}

.bhub-home-btn-secondary {
    border: 1px solid var(--bhub-orange);
    background: var(--bhub-orange-soft);
    color: #9a3412;
}

.bhub-home-btn-secondary:hover {
    background: #fed7aa;
    color: #7c2d12;
    text-decoration: none;
}

.bhub-home-wa-btn,
.bhub-home-btn-green {
    background: #22c55e;
    color: #ffffff;
}

.bhub-home-wa-btn:hover,
.bhub-home-btn-green:hover {
    background: #16a34a;
    color: #ffffff;
    text-decoration: none;
}

.bhub-home-btn-white {
    background: #ffffff;
    color: var(--bhub-blue);
}

.bhub-home-btn-white:hover {
    background: #eaf3ff;
    color: var(--bhub-blue);
    text-decoration: none;
}

.bhub-home-hero-card {
    padding: 30px;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 22px 55px rgba(15, 59, 102, 0.14);
}

.bhub-home-hero-card h2 {
    margin: 0 0 14px;
    color: var(--bhub-blue);
    font-size: 24px;
    line-height: 1.3;
}

.bhub-home-hero-card p {
    margin: 0 0 22px;
    color: var(--bhub-slate);
    font-size: 15.5px;
    line-height: 1.75;
}

.bhub-home-section {
    padding: 64px 0;
    background: #ffffff;
}

.bhub-home-section-light {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
}

.bhub-home-section-heading {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.bhub-home-section-heading h2 {
    margin: 0 0 12px;
    color: var(--bhub-dark);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.25;
    font-weight: 800;
}

.bhub-home-section-heading p {
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.bhub-home-category-grid,
.bhub-home-feature-grid,
.bhub-home-jadwal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.bhub-home-category-card,
.bhub-home-feature-card,
.bhub-home-jadwal-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bhub-home-category-card::before,
.bhub-home-feature-card::before,
.bhub-home-jadwal-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--bhub-blue), var(--bhub-orange));
}

.bhub-home-category-card:hover,
.bhub-home-feature-card:hover,
.bhub-home-jadwal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.bhub-home-category-card:nth-child(3n+1),
.bhub-home-jadwal-card:nth-child(3n+1) {
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.bhub-home-category-card:nth-child(3n+2),
.bhub-home-jadwal-card:nth-child(3n+2) {
    background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
}

.bhub-home-category-card:nth-child(3n+3),
.bhub-home-jadwal-card:nth-child(3n+3) {
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
}

.bhub-home-category-card:nth-child(4n) {
    background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
}

.bhub-home-category-card h3,
.bhub-home-feature-card h3,
.bhub-home-jadwal-card h3,
.bhub-home-jadwal-card h2 {
    margin: 0 0 12px;
    color: var(--bhub-blue);
    font-size: 21px;
    line-height: 1.35;
}

.bhub-home-category-card p,
.bhub-home-feature-card p,
.bhub-home-jadwal-card p {
    margin: 0 0 18px;
    color: var(--bhub-slate);
    font-size: 15.5px;
    line-height: 1.7;
}

.bhub-home-category-card a,
.bhub-home-link {
    color: var(--bhub-blue);
    font-weight: 800;
    text-decoration: none;
}

.bhub-home-category-card a:hover,
.bhub-home-link:hover {
    color: #c2410c;
    text-decoration: underline;
}

.bhub-home-jadwal-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bhub-home-jadwal-card h3 a {
    color: var(--bhub-dark);
    text-decoration: none;
}

.bhub-home-jadwal-card h3 a:hover {
    color: var(--bhub-blue);
}

.bhub-home-jadwal-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bhub-orange-soft);
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bhub-home-jadwal-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--bhub-slate);
    font-size: 15px;
    line-height: 1.7;
}

.bhub-home-jadwal-card li {
    margin-bottom: 6px;
}

.bhub-home-jadwal-card .bhub-home-link {
    margin-top: auto;
}

.bhub-home-section-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.bhub-home-empty {
    padding: 32px;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #ffffff;
    color: #64748b;
    text-align: center;
    font-weight: 600;
}

.bhub-home-cta {
    padding: 68px 0;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.25), transparent 30%),
        linear-gradient(135deg, #0f3b66, #075985);
    text-align: center;
}

.bhub-home-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.25;
}

.bhub-home-cta p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.75;
}

.bhub-home-cta-actions {
    justify-content: center;
}

/* ==============================
   VENUE SECTION + ARCHIVE
============================== */

.venue-section,
.venue-archive-section {
    padding: 64px 0;
    background: #f8fafc;
}

.venue-archive-section {
    padding-top: 46px;
}

.venue-section .container,
.venue-archive-section .container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.venue-header,
.venue-archive-header {
    max-width: 860px;
    margin: 0 auto 36px;
    text-align: center;
}

.venue-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    padding: 7px 15px;
    border-radius: 999px;
    background: var(--bhub-orange-soft);
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.venue-header h2,
.venue-archive-header h1 {
    margin: 0 auto 12px;
    color: var(--bhub-dark);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.venue-header p,
.venue-archive-header p {
    max-width: 780px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}

.venue-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.venue-grid > * {
    height: 100%;
}

.venue-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0f3b66, #f59e0b);
    flex-shrink: 0;
}

.venue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.venue-card:nth-child(3n+1) {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.venue-card:nth-child(3n+2) {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.venue-card:nth-child(3n+3) {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.venue-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
    padding: 18px;
    border-bottom: 1px solid #e2e8f0;
    background: transparent;
    flex-shrink: 0;
}

.venue-thumb img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 105px;
    object-fit: contain;
}

.venue-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 18px 20px;
}

.venue-city {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--bhub-blue-soft);
    color: var(--bhub-blue);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
}

.venue-card h2,
.venue-card h3 {
    margin: 0 0 10px;
    color: var(--bhub-blue);
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 800;
}

.venue-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1;
}

.venue-stars span.is-active {
    color: var(--bhub-orange);
}

.venue-address {
    margin: 0;
    padding-bottom: 22px;
    color: #334155;
    font-size: 0.94rem;
    line-height: 1.65;
}

.venue-map-link,
.venue-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--bhub-blue);
    color: #ffffff !important;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-map-link {
    width: fit-content;
    min-height: 38px;
    margin-top: auto;
    padding: 9px 17px;
    font-size: 0.88rem;
    align-self: flex-start;
}

.venue-more-link {
    min-height: 44px;
    padding: 12px 24px;
    font-size: 0.94rem;
    box-shadow: 0 12px 24px rgba(15, 59, 102, 0.16);
}

.venue-map-link:hover,
.venue-more-link:hover {
    background: var(--bhub-blue-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 59, 102, 0.2);
}

.venue-section-action {
    grid-column: 1 / -1;
    margin-top: 12px;
    text-align: center;
}


/* ============================
   RESPONSIVE
============================ */

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

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

    .bhub-post-grid,
    .post-grid,
    .layout-with-sidebar .content-area .bhub-post-grid,
    .layout-with-sidebar .content-area .post-grid,
    .bhub-home-content .bhub-post-grid,
    .bhub-home-content .post-grid,
    .bhub-home-category-grid,
    .bhub-home-feature-grid,
    .bhub-home-jadwal-grid,
    .venue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bhub-single-post-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
    }

    .bhub-single-post-cta-actions {
        width: 100%;
    }

    .bhub-cta-button {
        width: 100%;
    }

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

    .bhub-post-card,
    .post-card {
        border-radius: 16px;
    }

    .bhub-post-card-body,
    .post-card-body {
        padding: 20px 18px 22px;
    }

    .bhub-post-card-title,
    .post-card-title {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .bhub-post-grid,
    .post-grid,
    .layout-with-sidebar .content-area .bhub-post-grid,
    .layout-with-sidebar .content-area .post-grid,
    .bhub-home-content .bhub-post-grid,
    .bhub-home-content .post-grid,
    .bhub-home-category-grid,
    .bhub-home-feature-grid,
    .bhub-home-jadwal-grid,
    .venue-grid {
        grid-template-columns: 1fr;
    }

    .bhub-post-thumb,
    .post-thumb {
        aspect-ratio: 16 / 9;
    }

    .bhub-section-heading h2 {
        font-size: 25px;
    }

    .bhub-home-static-hero {
        padding: 48px 0 42px;
    }

    .bhub-home-static-hero::before,
    .bhub-home-static-hero::after {
        opacity: 0.55;
    }

    .bhub-home-hero-content h1 {
        font-size: clamp(32px, 9vw, 40px);
    }

    .bhub-home-hero-content p {
        font-size: 16px;
    }

    .bhub-home-hero-card {
        padding: 24px;
        border-radius: 18px;
    }

    .bhub-home-section {
        padding: 48px 0;
    }

    .bhub-home-hero-actions,
    .bhub-home-cta-actions {
        flex-direction: column;
    }

    .bhub-home-btn-primary,
    .bhub-home-btn-secondary,
    .bhub-home-btn-white,
    .bhub-home-btn-green,
    .bhub-home-wa-btn {
        width: 100%;
    }

    .venue-section,
    .venue-archive-section {
        padding: 44px 0;
    }

    .venue-archive-section {
        padding-top: 34px;
    }

    .venue-grid {
        gap: 18px;
    }

    .venue-card-body {
        padding: 20px 18px;
    }

    .venue-thumb {
        height: 135px;
    }

    .venue-map-link,
    .venue-more-link {
        width: 100%;
    }
}

/* ==============================
   PUBLIC SEO CALENDAR PAGE
============================== */

.bhub-seo-calendar {
    padding: 48px 0 64px;
}

.bhub-seo-calendar-header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.bhub-seo-calendar-header span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bhub-seo-calendar-header h2 {
    margin: 0 0 14px;
    color: #0b3768;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.25;
    font-weight: 800;
}

.bhub-seo-calendar-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.bhub-seo-calendar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bhub-seo-calendar-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.bhub-seo-calendar-card::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #0b3768, #2563eb, #f59e0b);
}

.bhub-seo-calendar-month {
    padding: 18px 20px 12px;
    color: #0b3768;
    font-size: 1.25rem;
    font-weight: 900;
}

.bhub-seo-calendar-body {
    padding: 0 20px 22px;
}

.bhub-seo-calendar-target {
    display: inline-flex;
    margin: 0 0 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0b3768;
    font-size: 0.85rem;
    font-weight: 700;
}

.bhub-seo-calendar-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 800;
}

.bhub-seo-calendar-card p {
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .bhub-seo-calendar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bhub-seo-calendar {
        padding: 36px 0 48px;
    }

    .bhub-seo-calendar-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   SEO CALENDAR PAGE
============================== */

.bhub-seo-calendar-page {
    padding: 48px 0 64px;
}

.bhub-seo-calendar-header {
    max-width: 860px;
    margin: 0 auto 32px;
    text-align: center;
}

.bhub-seo-calendar-header span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bhub-seo-calendar-header h2 {
    margin: 0 0 14px;
    color: #0b3768;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.25;
    font-weight: 800;
}

.bhub-seo-calendar-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.bhub-seo-calendar-table-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.bhub-seo-calendar-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.bhub-seo-calendar-table th {
    background: #0b3768;
    color: #ffffff;
    padding: 14px 16px;
    text-align: left;
    font-size: 0.9rem;
}

.bhub-seo-calendar-table td {
    padding: 14px 16px;
    border-top: 1px solid #e5e7eb;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.55;
    vertical-align: top;
}

.bhub-seo-calendar-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.bhub-seo-calendar-table td:first-child strong {
    color: #0b3768;
}

@media (max-width: 768px) {
    .bhub-seo-calendar-page {
        padding: 36px 0 48px;
    }

    .bhub-seo-calendar-table-wrap {
        width: min(100% - 28px, 1180px);
    }
}

/* ==============================
   SEO CALENDAR PAGE CLEAN DESIGN
============================== */

/* Sembunyikan breadcrumb + judul bawaan hanya di halaman kalender */
.page .entry-header:has(+ .entry-content .bhub-seo-calendar-page),
.page .breadcrumb:has(+ .entry-title) {
    display: none;
}

/* Kalau :has tidak terbaca browser, pakai class body/page ID */
.page-template-default .entry-content .bhub-seo-calendar-page {
    margin-top: -20px;
}

.bhub-seo-calendar-page {
    padding: 48px 0 72px;
    background:
        radial-gradient(circle at top left, rgba(11, 55, 104, 0.08), transparent 30%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.10), transparent 28%),
        #ffffff;
}

.bhub-seo-calendar-header {
    max-width: 860px;
    margin: 0 auto 38px;
    text-align: center;
}

.bhub-seo-calendar-header span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bhub-seo-calendar-header h2 {
    max-width: 820px;
    margin: 0 auto 16px;
    color: #0b3768;
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    line-height: 1.25;
    font-weight: 900;
}

.bhub-seo-calendar-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
}

/* Grid card */
.bhub-seo-calendar-grid {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

/* Card */
.bhub-seo-calendar-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #0b3768, #f59e0b) border-box;
    border: 1px solid transparent;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

/* Garis gradasi atas */
.bhub-seo-calendar-card::before {
    content: "";
    display: block;
    height: 7px;
    background: linear-gradient(90deg, #0b3768, #2563eb, #f59e0b);
}

.bhub-seo-calendar-month {
    padding: 22px 22px 10px;
    color: #0b3768;
    font-size: 1.25rem;
    font-weight: 900;
}

.bhub-seo-calendar-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 22px 24px;
}

.bhub-seo-calendar-target {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0b3768;
    font-size: 0.88rem;
    font-weight: 700;
}

.bhub-seo-calendar-card h3 {
    margin: 0 0 14px;
    color: #071b33;
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 850;
}

.bhub-seo-calendar-card p {
    margin: 0 0 12px;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.65;
}

.bhub-seo-calendar-card strong {
    color: #0b3768;
}

/* Responsive */
@media (max-width: 1024px) {
    .bhub-seo-calendar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bhub-seo-calendar-page {
        padding: 36px 0 52px;
    }

    .bhub-seo-calendar-grid {
        width: min(100% - 28px, 1180px);
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bhub-seo-calendar-header {
        margin-bottom: 28px;
        padding: 0 16px;
    }

    .bhub-seo-calendar-header h2 {
        font-size: 1.75rem;
    }

    .bhub-seo-calendar-month {
        padding: 20px 18px 10px;
    }

    .bhub-seo-calendar-body {
        padding: 0 18px 22px;
    }
}

body:has(.bhub-hide-page-title) .entry-header,
body:has(.bhub-hide-page-title) .breadcrumb {
    display: none;
}

/* ==============================
   SEO CALENDAR - DESKTOP WIDTH
============================== */
@media (min-width: 1025px) {
    .bhub-seo-calendar-page {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .bhub-seo-calendar-grid {
        width: min(1320px, calc(100% - 64px));
        margin-left: auto;
        margin-right: auto;
    }
}

.bhub-home-category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bhub-home-category-card h3 {
    margin-bottom: 10px;
}

.bhub-home-category-card p {
    flex: 1;
    margin-bottom: 18px;
}

.bhub-home-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0ec74c;
    font-weight: 700;
    text-decoration: none;
}

.bhub-home-category-link:hover {
    background: #59eb8a;
    color: #ffffff;
}

.bhub-home-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0ec74c;
    font-weight: 700;
    text-decoration: none;
}

.bhub-home-category-link:hover,
.bhub-home-category-link:focus {
    background: #0ec74c;
    color: #ffffff;
    text-decoration: none;
}

.bhub-home-category-card .bhub-home-category-link,
.bhub-home-category-card .bhub-home-category-link:hover,
.bhub-home-category-card .bhub-home-category-link:focus {
    text-decoration: none;
}

.bhub-home-jadwal-card .bhub-home-link,
.bhub-home-jadwal-card .bhub-home-link:hover,
.bhub-home-jadwal-card .bhub-home-link:focus {
    text-decoration: none;
}

.bhub-inline-internal-link {
    margin: 22px 0;
    padding: 14px 16px;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    background: #fff7ed;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.6;
}

.bhub-inline-internal-link strong {
    color: #0f3b66;
}

.bhub-inline-internal-link a {
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.bhub-inline-internal-link a:hover,
.bhub-inline-internal-link a:focus {
    color: #f59e0b;
    text-decoration: underline;
}

.bhub-inline-internal-link {
    margin: 22px 0;
    padding: 14px 16px;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    background: #fff7ed;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.6;
}

.bhub-inline-internal-link strong {
    color: #0f3b66;
}

.bhub-inline-internal-link a {
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.bhub-inline-internal-link a:hover,
.bhub-inline-internal-link a:focus {
    color: #f59e0b;
    text-decoration: underline;
}

.bhub-content-image {
    margin: 24px 0;
}

.bhub-content-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.bhub-content-image {
    margin: 24px 0;
}

.bhub-content-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

/* ==============================
   SIDEBAR LOGO CENTER FIX
============================== */

.sidebar .widget img,
.widget-area .widget img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .widget figure,
.widget-area .widget figure,
.sidebar .widget .wp-block-image,
.widget-area .widget .wp-block-image {
    text-align: center;
}

.sidebar .widget .wp-block-image img,
.widget-area .widget .wp-block-image img {
    display: block;
    margin: 0 auto;
}

/* Logo widget Tentang BimtekHub */
.widget_media_image img,
.widget_block .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget p:has(img),
.widget figure:has(img) {
    text-align: center;
}

.bhub-flag-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.bhub-flag-counter iframe,
.bhub-flag-counter img,
.bhub-flag-counter a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* single-post */
.single-post .featured-image.bhub-single-featured-image {
    position: relative;
    width: 100%;
    margin: 24px 0 28px;
    overflow: hidden;
    border-radius: 22px;
    background: #0f172a;
}

.single-post .featured-image.bhub-single-featured-image img {
    display: block;
    width: 100% !important;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

.single-post .bhub-single-thumb-default {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 630;
    overflow: hidden;
    background: #0f172a;
}

.single-post .bhub-single-thumb-default img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.single-post .bhub-single-thumb-title-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 80px;
    text-align: center;
    pointer-events: none;
}

.single-post .bhub-single-thumb-title-overlay span {
    display: block;
    max-width: 980px;
    color: #ffffff;
    font-size: clamp(1.45rem, 3vw, 3.4rem);
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
    letter-spacing: -0.03em;
    text-shadow: 0 5px 22px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    .single-post .featured-image.bhub-single-featured-image {
        border-radius: 16px;
        margin: 20px 0 24px;
    }

    .single-post .bhub-single-thumb-title-overlay {
        padding: 28px 26px;
    }

    .single-post .bhub-single-thumb-title-overlay span {
        font-size: clamp(1.05rem, 6vw, 1.8rem);
        line-height: 1.22;
    }
}

.single-post .bhub-single-thumb-watermark {
    position: absolute;
    right: 50px; /* Kalau terlalu ke kiri, kecilkan: 54px*/
    bottom: 48px; /* terlalu dekat garis bawah, naikkan sedikit: 44px*/
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 128px;
    padding: 8px 13px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.76);
    border: 1px solid rgba(245, 158, 11, 0.9);
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.single-post .bhub-single-thumb-watermark span {
    display: block;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
}

.single-post .bhub-single-thumb-watermark small {
    display: block;
    margin-top: 3px;
    color: #fbbf24;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .single-post .bhub-single-thumb-watermark {
        right: 36px; /* Kalau terlalu ke kiri, kecilkan: 24px*/
        bottom: 35px; /* terlalu dekat garis bawah, naikkan sedikit: 24px*/
        min-width: 104px;
        padding: 6px 10px;
        border-radius: 10px;
    }

    .single-post .bhub-single-thumb-watermark span {
        font-size: 0.72rem;
    }

    .single-post .bhub-single-thumb-watermark small {
        font-size: 0.54rem;
    }
}
/* Post-card*/
.bhub-post-card .bhub-post-thumb {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #0f172a;
}

.bhub-post-card .bhub-post-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.bhub-post-card .bhub-post-thumb-placeholder.bhub-post-thumb-default {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #0f172a;
}

.bhub-post-card .bhub-post-thumb-title-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 42px;
    text-align: center;
    pointer-events: none;
}

.bhub-post-card .bhub-post-thumb-title-overlay span {
    display: block;
    max-width: 92%;
    color: #ffffff;
    font-size: clamp(0.95rem, 1.35vw, 1.2rem);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
}

/* Gradasi Jadwal Bulanan */

.bhub-monthly-schedule {
    margin: 36px 0;
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(15, 59, 102, 0.10), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 46%, #fff7ed 100%);
    border: 1px solid #dbeafe;
}

.bhub-monthly-title {
    margin: 0 0 26px;
    color: #0f3b66;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.02em;
}

.bhub-monthly-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 22px;
}

.bhub-monthly-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid #bfdbfe;
    color: #0f3b66;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(15, 59, 102, 0.08);
}

.bhub-monthly-nav-link:hover {
    background: linear-gradient(135deg, #dbeafe, #ffffff);
    color: #082f49;
}

.bhub-monthly-week {
    margin-bottom: 22px;
    padding: 22px 24px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 34%);
    border: 1px solid #dbeafe;
    box-shadow: 0 14px 32px rgba(15, 59, 102, 0.08);
}

.bhub-monthly-week:last-child {
    margin-bottom: 0;
}

.bhub-monthly-week h3 {
    margin: 0 0 14px;
    color: #0f3b66;
    font-size: 1rem;
    font-weight: 900;
}

.bhub-monthly-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.bhub-monthly-item {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 16px 18px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #eff6ff 0%, #ffffff 58%, #fff7ed 100%);
    border: 1px solid #bfdbfe;
    box-shadow: inset 4px 0 0 #0f4c81;
}

.bhub-monthly-date {
    display: block;
    width: 100%;
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 850;
    line-height: 1.55;
}

.bhub-monthly-item.is-expired {
    opacity: 0.62;
    background: linear-gradient(135deg, #f1f5f9, #ffffff);
    border-color: #e5e7eb;
    box-shadow: inset 4px 0 0 #94a3b8;
}

.bhub-monthly-item.is-expired .bhub-monthly-date {
    color: #64748b;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.bhub-monthly-status {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #e5e7eb;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
}

.bhub-monthly-empty {
    margin: 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-weight: 700;
    text-align: center;
}

.bhub-monthly-debug {
    margin: 0 0 18px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 8px 10px;
    border-radius: 8px;
    color: #7c2d12;
    font-size: 0.85rem;
}


/* ==============================
   JADWAL BULANAN - ITEM VERTIKAL
============================== */

.bhub-monthly-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 18px 18px;
}

.bhub-monthly-date {
    display: block;
    width: 100%;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
}

.bhub-jadwal-auto-city,
.bhub-jadwal-auto-hotel {
    display: block;
    width: 100%;
    margin-top: 0;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.55;
    word-break: normal;
    overflow-wrap: break-word;
}

.bhub-jadwal-auto-city strong,
.bhub-jadwal-auto-hotel strong {
    color: #0f3b66;
    font-weight: 800;
}

@media (max-width: 768px) {
    /*.bhub-monthly-item {*/
    /*    grid-template-columns: 1fr;*/
    /*    gap: 8px;*/
    /*}*/

    .bhub-jadwal-auto-city,
    .bhub-jadwal-auto-hotel {
        font-size: 0.94rem;
    }
}

@media (max-width: 768px) {
    .bhub-monthly-schedule {
        padding: 20px 16px;
    }

    .bhub-monthly-list {
        grid-template-columns: 1fr;
    }

    .bhub-monthly-item {
        min-height: auto;
    }

    .bhub-monthly-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .bhub-monthly-nav-link {
        width: 100%;
    }
}

/* ==============================
   EXPIRED JADWAL - CORET TANGGAL SAJA
============================== */

.bhub-monthly-item.is-expired {
    opacity: 1;
}

.bhub-monthly-item.is-expired .bhub-monthly-date {
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.bhub-monthly-item.is-expired .bhub-jadwal-auto-city,
.bhub-monthly-item.is-expired .bhub-jadwal-auto-hotel {
    color: #64748b;
    text-decoration: none;
}

.bhub-monthly-item.is-expired .bhub-jadwal-auto-city strong,
.bhub-monthly-item.is-expired .bhub-jadwal-auto-hotel strong {
    color: #64748b;
    text-decoration: none;
}

.bhub-monthly-item.is-expired .bhub-monthly-status {
    margin-top: 8px;
}