/* Halaman detail artikel / berita */
.tt-blog-detail-top {
    padding: 0.75rem 0 0.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.tt-blog-breadcrumb {
    font-size: 0.82rem;
}

.tt-blog-breadcrumb .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}

.tt-blog-breadcrumb .breadcrumb-item a:hover {
    color: var(--tt-primary, #0e7490);
}

.tt-blog-breadcrumb .breadcrumb-item.active {
    color: #334155;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-blog-detail-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 0.75rem 0 4rem;
}

.tt-blog-article {
    background: #fff;
    border-radius: 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.tt-blog-article__inner {
    padding: 1.75rem 1.5rem 2rem;
}

@media (min-width: 768px) {
    .tt-blog-article__inner {
        padding: 2rem 2.5rem 2.5rem;
    }
}

.tt-blog-article-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #e2e8f0;
}

.tt-blog-article__category {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tt-primary, #0e7490);
    background: rgba(14, 116, 144, 0.08);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.tt-blog-article__title {
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    font-weight: 700;
    line-height: 1.28;
    color: #0f172a;
    margin: 0 0 1rem;
    text-align: left;
    letter-spacing: -0.02em;
}

.tt-blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.88rem;
    color: #64748b;
}

.tt-blog-article__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.tt-blog-article__meta-item i {
    color: var(--tt-primary, #0e7490);
    font-size: 0.8rem;
    opacity: 0.85;
}

.tt-blog-article__meta-sep {
    color: #cbd5e1;
    user-select: none;
}

.tt-blog-excerpt {
    font-family: var(--tt-font, 'Work Sans', sans-serif);
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 500;
    color: #334155;
    text-align: left;
    margin: 0 0 1.75rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.tt-blog-featured {
    margin: 0;
    text-align: center;
}

.tt-blog-featured--hero img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.tt-blog-featured figcaption {
    margin-top: 0.65rem;
    font-size: 0.85rem;
    color: #64748b;
    text-align: center;
}

.tt-article-prose {
    font-family: var(--tt-font, 'Work Sans', sans-serif);
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #1e293b;
    text-align: left !important;
    max-width: 42rem;
}

.tt-article-prose::after {
    content: '';
    display: table;
    clear: both;
}

.tt-article-prose,
.tt-article-prose * {
    text-align: left !important;
}

.tt-article-prose p {
    margin-bottom: 1.35rem;
}

.tt-article-prose p:last-child {
    margin-bottom: 0;
}

.tt-article-prose h2 {
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2.25rem 0 1rem;
    line-height: 1.35;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(14, 116, 144, 0.15);
}

.tt-article-prose h3 {
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: #134e4a;
    margin: 1.75rem 0 0.75rem;
}

.tt-article-prose h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem;
}

.tt-article-prose ul,
.tt-article-prose ol {
    margin: 0 0 1.35rem;
    padding-left: 1.35rem;
}

.tt-article-prose li {
    margin-bottom: 0.45rem;
}

.tt-article-prose a {
    color: var(--tt-primary, #0e7490);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tt-article-prose a:hover {
    color: #0c4a6e;
}

.tt-article-prose blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #78350f;
    font-style: italic;
}

.tt-article-prose img:not(.article-gallery__item img) {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.75rem auto;
    border-radius: 0.75rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}

.tt-article-prose figure,
.tt-article-prose .article-figure {
    margin: 2rem 0;
    text-align: center;
    box-sizing: border-box;
}

.tt-article-prose .article-figure--w-33 { max-width: 33%; }
.tt-article-prose .article-figure--w-50 { max-width: 50%; }
.tt-article-prose .article-figure--w-75 { max-width: 75%; }
.tt-article-prose .article-figure--w-100 { max-width: 100%; }

.tt-article-prose .article-figure--align-left {
    float: left;
    margin: 0.5rem 1.25rem 1rem 0;
    text-align: left !important;
    clear: left;
}

.tt-article-prose .article-figure--align-right {
    float: right;
    margin: 0.5rem 0 1rem 1.25rem;
    text-align: right !important;
    clear: right;
}

.tt-article-prose .article-figure--align-center {
    float: none;
    margin: 2rem auto;
    text-align: center !important;
}

.tt-article-prose .article-figure--align-left figcaption,
.tt-article-prose .article-figure--align-right figcaption {
    text-align: inherit !important;
}

/* Katalog multi-gambar */
.tt-article-prose .article-gallery {
    margin: 2rem 0;
    clear: both;
}

.tt-article-prose .article-gallery__grid {
    display: grid;
    gap: 0.65rem;
}

.tt-article-prose .article-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: 0.65rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.tt-article-prose .article-gallery__item img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.tt-article-prose .article-gallery__item figcaption {
    font-size: 0.78rem;
    padding: 0.45rem 0.55rem;
    color: #64748b;
    font-style: italic;
    text-align: center !important;
    margin-top: 0;
}

.tt-article-prose .article-gallery__caption {
    margin-top: 0.75rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    text-align: center !important;
    font-style: normal;
}

.tt-article-prose .article-gallery--layout-grid-2 .article-gallery__grid { grid-template-columns: repeat(2, 1fr); }
.tt-article-prose .article-gallery--layout-grid-3 .article-gallery__grid { grid-template-columns: repeat(3, 1fr); }
.tt-article-prose .article-gallery--layout-grid-4 .article-gallery__grid { grid-template-columns: repeat(4, 1fr); }

.tt-article-prose .article-gallery--layout-mosaic-3 .article-gallery__grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, minmax(140px, 1fr));
}
.tt-article-prose .article-gallery--layout-mosaic-3 .article-gallery__item:first-child { grid-row: span 2; }

.tt-article-prose .article-gallery--layout-hero-3 .article-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
}
.tt-article-prose .article-gallery--layout-hero-3 .article-gallery__item:first-child { grid-column: span 2; }

.tt-article-prose .article-gallery--layout-mosaic-4 .article-gallery__grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(120px, 1fr));
}
.tt-article-prose .article-gallery--layout-mosaic-4 .article-gallery__item:first-child { grid-row: span 2; }

.tt-article-prose .article-gallery--layout-grid-2x2 .article-gallery__grid { grid-template-columns: repeat(2, 1fr); }

.tt-article-prose .article-gallery--layout-hero-5 .article-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
}
.tt-article-prose .article-gallery--layout-hero-5 .article-gallery__item:first-child { grid-column: span 4; }

.tt-article-prose .article-gallery--layout-row-5 .article-gallery__grid { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 768px) {
    .tt-article-prose .article-gallery--layout-grid-3 .article-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .tt-article-prose .article-gallery--layout-grid-4 .article-gallery__grid,
    .tt-article-prose .article-gallery--layout-row-5 .article-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tt-article-prose .article-gallery--layout-hero-5 .article-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .tt-article-prose .article-gallery--layout-hero-5 .article-gallery__item:first-child { grid-column: span 2; }
    .tt-article-prose .article-gallery--layout-mosaic-3 .article-gallery__grid,
    .tt-article-prose .article-gallery--layout-mosaic-4 .article-gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .tt-article-prose .article-gallery--layout-mosaic-3 .article-gallery__item:first-child,
    .tt-article-prose .article-gallery--layout-mosaic-4 .article-gallery__item:first-child {
        grid-row: auto;
        grid-column: span 2;
    }
}

.tt-article-prose figure:not(.article-gallery__item) img,
.tt-article-prose .article-figure img {
    margin: 0 auto;
    width: 100%;
}

.tt-article-prose figcaption {
    margin-top: 0.65rem;
    font-size: 0.85rem;
    color: #64748b;
    font-style: italic;
    line-height: 1.5;
    text-align: center !important;
}

.tt-article-prose hr,
.tt-article-prose .article-hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 2rem 0;
}

.tt-article-prose table {
    width: 100%;
    margin: 1.5rem 0;
    font-size: 0.92rem;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
}

.tt-article-prose th,
.tt-article-prose td {
    border: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
}

.tt-article-prose th {
    background: #f8fafc;
}

.tt-blog-article-footer {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

html[data-bs-theme='dark'] .tt-blog-detail-top {
    background: #0f172a;
    border-color: rgba(148, 163, 184, 0.15);
}

html[data-bs-theme='dark'] .tt-blog-breadcrumb .breadcrumb-item a {
    color: #94a3b8;
}

html[data-bs-theme='dark'] .tt-blog-breadcrumb .breadcrumb-item.active {
    color: #e2e8f0;
}

html[data-bs-theme='dark'] .tt-blog-detail-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

html[data-bs-theme='dark'] .tt-blog-article {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.15);
}

html[data-bs-theme='dark'] .tt-blog-excerpt {
    color: #cbd5e1;
}

html[data-bs-theme='dark'] .tt-blog-article__title {
    color: #f8fafc;
}

html[data-bs-theme='dark'] .tt-blog-article-header {
    border-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme='dark'] .tt-blog-article__meta {
    color: #94a3b8;
}

html[data-bs-theme='dark'] .tt-article-prose {
    color: #e2e8f0;
}

html[data-bs-theme='dark'] .tt-article-prose h2 {
    color: #f8fafc;
}

/* Bagikan artikel */
.tt-blog-share {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
}

.tt-blog-share__preview {
    flex: 1 1 14rem;
    min-width: 0;
}

.tt-blog-share__preview-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.tt-blog-share__preview-title {
    display: block;
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: 0.95rem;
    line-height: 1.35;
    color: #0f172a;
    margin: 0;
}

.tt-blog-share__preview-card {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
}

.tt-blog-share__preview-thumb {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #e2e8f0;
}

.tt-blog-share__preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tt-blog-share__preview-body {
    flex: 1;
    min-width: 0;
}

.tt-blog-share__preview-desc {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #64748b;
    margin: 0.25rem 0 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tt-blog-share__preview-site {
    font-size: 0.72rem;
    color: #94a3b8;
    letter-spacing: 0.02em;
}

.tt-blog-share__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.tt-blog-share__label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
}

.tt-blog-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tt-blog-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    border: none;
    color: #fff;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.tt-blog-share__btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
    color: #fff;
}

.tt-blog-share__btn--wa { background: #25d366; }
.tt-blog-share__btn--fb { background: #1877f2; }
.tt-blog-share__btn--x { background: #0f172a; }
.tt-blog-share__btn--copy { background: #64748b; cursor: pointer; }

/* Komentar */
.tt-blog-comments {
    margin-top: 2rem;
}

.tt-blog-comments__title {
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
}

.tt-blog-comments__item {
    display: flex;
    gap: 0.85rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.tt-blog-comments__item:last-child {
    border-bottom: 0;
}

.tt-blog-comments__avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0e7490, #134e4a);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-blog-comments__meta {
    font-size: 0.88rem;
    margin-bottom: 0.35rem;
}

.tt-blog-comments__body p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #334155;
}

.tt-blog-comments__reply-btn {
    font-size: 0.82rem;
    text-decoration: none;
}

.tt-blog-comments__replies {
    border-left: 2px solid #e2e8f0;
    padding-left: 0.85rem;
}

.tt-blog-comments__reply {
    display: flex;
    gap: 0.65rem;
    padding: 0.65rem 0;
}

.tt-blog-comments__reply + .tt-blog-comments__reply {
    border-top: 1px solid #f1f5f9;
}

.tt-blog-comments__avatar--sm {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
}

.tt-blog-comments__reply-form {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.75rem;
}

html[data-bs-theme='dark'] .tt-blog-share {
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme='dark'] .tt-blog-share__preview-title {
    color: #f8fafc;
}

html[data-bs-theme='dark'] .tt-blog-share__preview-card {
    background: rgba(30, 41, 59, 0.65);
    border-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme='dark'] .tt-blog-share__preview-desc {
    color: #94a3b8;
}

html[data-bs-theme='dark'] .tt-blog-share__preview-site {
    color: #64748b;
}

html[data-bs-theme='dark'] .tt-blog-share__label {
    color: #cbd5e1;
}

html[data-bs-theme='dark'] .tt-blog-comments__title {
    color: #f8fafc;
}

html[data-bs-theme='dark'] .tt-blog-comments__item {
    border-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme='dark'] .tt-blog-comments__body p {
    color: #e2e8f0;
}

/* —— Gambar: tombol lihat full + lightbox —— */
.tt-img-zoomable {
    position: relative;
}

.tt-img-zoomable__wrap {
    position: relative;
    display: block;
    line-height: 0;
}

.tt-img-zoomable__wrap img {
    display: block;
    width: 100%;
}

.tt-img-zoomable__btn {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.7rem;
    border: none;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(6px);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.tt-img-zoomable__btn:hover {
    background: rgba(15, 23, 42, 0.92);
    transform: translateY(-1px);
}

.tt-img-zoomable__btn i {
    font-size: 0.7rem;
}

.tt-blog-featured--hero.tt-img-zoomable .tt-img-zoomable__wrap img {
    width: 100%;
}

.tt-img-lightbox[hidden] {
    display: none !important;
}

.tt-img-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    background: rgba(0, 0, 0, 0.94);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tt-img-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

body.tt-img-lightbox-open {
    overflow: hidden;
}

.tt-img-lightbox__close {
    position: absolute;
    top: max(0.65rem, env(safe-area-inset-top));
    right: max(0.65rem, env(safe-area-inset-right));
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.tt-img-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.tt-img-lightbox__stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: calc(100vh - 4rem);
    min-height: 0;
}

.tt-img-lightbox__img {
    max-width: min(96vw, 1200px);
    max-height: calc(100vh - 5rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0.25rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.tt-img-lightbox__caption {
    flex-shrink: 0;
    max-width: min(96vw, 720px);
    margin: 0.75rem 0 0;
    padding: 0 0.5rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.tt-img-lightbox__caption[hidden] {
    display: none;
}

/* —— Mobile: maksimalkan lebar, kurangi space sisi —— */
@media (max-width: 767.98px) {
    .tt-blog-detail-container {
        --bs-gutter-x: 0.625rem;
        max-width: 100%;
    }

    .tt-blog-detail-row {
        --bs-gutter-x: 0;
    }

    .tt-blog-detail-top {
        padding: 0.5rem 0 0.35rem;
    }

    .tt-blog-detail-section {
        padding: 0.5rem 0 2.5rem;
    }

    .tt-blog-breadcrumb .breadcrumb-item.active {
        max-width: 11rem;
    }

    .tt-blog-article {
        border-radius: 0.75rem;
        box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    }

    .tt-blog-article__inner {
        padding: 1.15rem 0.9rem 1.5rem;
    }

    .tt-blog-article-header {
        margin-bottom: 1.15rem;
        padding-bottom: 1rem;
    }

    .tt-blog-article__title {
        font-size: clamp(1.35rem, 5.5vw, 1.65rem);
        line-height: 1.32;
    }

    .tt-blog-article__meta {
        flex-wrap: wrap;
        gap: 0.35rem 0.5rem;
        font-size: 0.82rem;
    }

    .tt-blog-article__meta-sep {
        display: none;
    }

    .tt-blog-featured--hero img {
        max-height: 52vh;
    }

    .tt-article-prose {
        max-width: none;
        font-size: 1rem;
        line-height: 1.78;
    }

    .tt-article-prose h2 {
        font-size: 1.25rem;
        margin-top: 1.75rem;
    }

    .tt-article-prose h3 {
        font-size: 1.1rem;
    }

    .tt-article-prose .article-figure--w-33,
    .tt-article-prose .article-figure--w-50,
    .tt-article-prose .article-figure--w-75 {
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .tt-blog-share {
        padding: 0.85rem;
        margin-top: 1.5rem;
    }

    .tt-blog-share__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .tt-blog-comments {
        margin-top: 1.5rem;
    }

    .tt-blog-comments__title {
        font-size: 1.1rem;
    }

    .tt-img-zoomable__btn span {
        display: none;
    }

    .tt-img-zoomable__btn {
        width: 2.1rem;
        height: 2.1rem;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }
}

@media (max-width: 575.98px) {
    .tt-blog-detail-container {
        --bs-gutter-x: 0.5rem;
    }

    .tt-blog-article__inner {
        padding: 1rem 0.75rem 1.35rem;
    }
}

/* Rekomendasi artikel */
.tt-blog-recommended {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e2e8f0;
}

.tt-blog-recommended__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.tt-blog-recommended__title {
    font-family: var(--tt-heading-font, 'Outfit', sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.tt-blog-recommended__more {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--tt-primary, #0e7490);
    text-decoration: none;
}

.tt-blog-recommended__more:hover {
    color: #0c4a6e;
}

.tt-blog-recommended__grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.15rem;
}

.tt-blog-recommended__card {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.tt-blog-recommended__card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.tt-blog-recommended__card-link:hover .tt-blog-card-title {
    color: var(--tt-primary, #0e7490);
}

.tt-blog-recommended__card .tt-blog-card-img {
    height: 150px;
}

.tt-blog-recommended__card .tt-blog-card-body {
    padding: 1rem 1.1rem 1.15rem;
}

.tt-blog-recommended__card .tt-blog-card-title {
    font-size: 0.98rem;
    line-height: 1.4;
    margin-bottom: 0.45rem;
    color: #0f172a;
    transition: color 0.15s ease;
}

.tt-blog-recommended__card .tt-blog-card-excerpt {
    font-size: 0.82rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.65rem;
}

html[data-bs-theme='dark'] .tt-blog-recommended {
    border-top-color: rgba(148, 163, 184, 0.2);
}

html[data-bs-theme='dark'] .tt-blog-recommended__title {
    color: #f8fafc;
}

html[data-bs-theme='dark'] .tt-blog-recommended__card .tt-blog-card-title {
    color: #f8fafc;
}

@media (max-width: 767.98px) {
    .tt-blog-recommended {
        margin-top: 1.5rem;
        padding-top: 1.35rem;
    }

    .tt-blog-recommended__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tt-blog-recommended__card .tt-blog-card-img {
        height: 180px;
    }
}
