.berita-detail-section {
    padding: 3rem 0 4rem;
}

.berita-detail-title {
    font-family: var(--front-font-heading);
    font-weight: 700;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    line-height: 1.2;
}

.berita-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--front-muted);
    font-size: 0.9rem;
}

.berita-detail-meta i {
    margin-right: 0.4rem;
}

.berita-detail-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.berita-detail-card .carousel-item img {
    max-height: 420px;
    object-fit: cover;
}

.berita-thumb-strip {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.berita-thumb-btn {
    border: 2px solid transparent;
    border-radius: 0.6rem;
    padding: 0;
    width: 84px;
    height: 60px;
    overflow: hidden;
    background: transparent;
    flex: 0 0 auto;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.berita-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.berita-thumb-btn.active,
.berita-thumb-btn:focus {
    border-color: var(--front-primary);
    opacity: 1;
}

.berita-detail-content {
    line-height: 1.8;
    color: #1f2937;
}

.berita-detail-content h2,
.berita-detail-content h3,
.berita-detail-content h4 {
    font-family: var(--front-font-heading);
    margin-top: 1.5rem;
}

.berita-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.berita-detail-divider {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    margin: 2rem 0 1.5rem;
}

.berita-detail-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.berita-detail-tags,
.berita-detail-share {
    flex: 1 1 220px;
}

.berita-share-btn {
    color: #fff;
    border: none;
    font-weight: 600;
}

.berita-share-facebook {
    background: #1877f2;
}

.berita-share-twitter {
    background: #0f1419;
}

.berita-share-whatsapp {
    background: #25d366;
}

.berita-share-telegram {
    background: #229ed9;
}

.berita-share-btn:hover {
    color: #fff;
}

.berita-share-btn:focus,
.berita-share-btn:active {
    color: #fff;
    box-shadow: none;
}

.berita-share-btn:hover i,
.berita-share-btn:focus i,
.berita-share-btn:active i {
    color: #fff;
}

.berita-share-facebook:hover,
.berita-share-facebook:focus,
.berita-share-facebook:active {
    background: #0f6ae5;
}

.berita-share-twitter:hover,
.berita-share-twitter:focus,
.berita-share-twitter:active {
    background: #000000;
}

.berita-share-whatsapp:hover,
.berita-share-whatsapp:focus,
.berita-share-whatsapp:active {
    background: #1da851;
}

.berita-share-telegram:hover,
.berita-share-telegram:focus,
.berita-share-telegram:active {
    background: #1a8fc7;
}

[data-bs-theme='dark'] .berita-detail-content {
    color: rgba(226, 232, 240, 0.9);
}

[data-bs-theme='dark'] .berita-detail-content a {
    color: #93c5fd;
}

[data-bs-theme='dark'] .berita-detail-content h1,
[data-bs-theme='dark'] .berita-detail-content h2,
[data-bs-theme='dark'] .berita-detail-content h3,
[data-bs-theme='dark'] .berita-detail-content h4,
[data-bs-theme='dark'] .berita-detail-content h5,
[data-bs-theme='dark'] .berita-detail-content h6 {
    color: #f8fafc;
}

[data-bs-theme='dark'] .berita-detail-content blockquote {
    color: rgba(226, 232, 240, 0.85);
    border-left: 4px solid rgba(148, 163, 184, 0.4);
}

[data-bs-theme='dark'] .berita-detail-content table {
    color: rgba(226, 232, 240, 0.9);
}

.berita-detail-sidebar {
    position: sticky;
    top: 6.5rem;
}

.berita-popular-list .berita-popular-thumb {
    display: grid;
    place-items: center;
    inline-size: 48px;
    block-size: 48px;
    border-radius: 0.6rem;
    background-color: rgba(15, 23, 42, 0.06);
    color: var(--front-muted);
    flex-shrink: 0;
    overflow: hidden;
}

.berita-popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.berita-tag-pill {
    background-color: rgba(31, 162, 166, 0.1);
    color: #1f2a44;
    font-weight: 500;
    border: 1px solid rgba(31, 162, 166, 0.15);
    transition: all 0.2s ease;
}

.berita-tag-pill:hover {
    background-color: rgba(31, 162, 166, 0.2);
    border-color: rgba(31, 162, 166, 0.3);
    color: #0f6669;
}

[data-bs-theme='dark'] .berita-tag-pill {
    background-color: rgba(31, 162, 166, 0.1);
    color: rgba(226, 232, 240, 0.9);
    border: 1px solid rgba(31, 162, 166, 0.3);
}

[data-bs-theme='dark'] .berita-tag-pill:hover {
    background-color: rgba(31, 162, 166, 0.2);
    border-color: rgba(31, 162, 166, 0.5);
    color: #e2f6f6;
}

.berita-related-card {
    border-radius: 0.6rem;
}

.berita-related-image {
    object-fit: cover;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    width: 100%;
    height: 100%;
}

.berita-related-placeholder {
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: var(--front-muted);
    background: rgba(15, 23, 42, 0.05);
}

@media (max-width: 575.98px) {
    .berita-detail-sidebar {
        position: static;
    }
}
