.article-content ul:not(.browser-default) {
    padding-left: 17px !important;
}

.article-content ul:not(.browser-default) > li {
    list-style-type: initial !important;
}

.section-1 {
    min-height: 642px;
}

.article-detail-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    /* padding: 60px 0; */
    color: #333;   
    min-height: 642px;
}

.article-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
}
.article-breadcrumb a {
    color: #888;
    text-decoration: none;
}
.article-breadcrumb a:hover {
    color: #333;
}
.article-breadcrumb span {
    color: #555;
}

.article-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin: 0 0 12px 0;
}

.article-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #777;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.article-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.article-author {
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
}
.article-author:hover {
    text-decoration: underline;
}

.article-featured-image {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.article-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-content p {
    margin-bottom: 20px;
    text-align: left;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
    padding-top: 30px;
    font-size: 15px;
    color: #555;
    border-top: 1px solid #eaeaea;
}

.share-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-btn.fb {
    background-color: #1877f2;
}
.share-btn.wa {
    background-color: #25d366;
}
.share-btn.x-twitter {
    background-color: #000000;
}
.share-btn.copy-link {
    background-color: #e0e0e0;
    color: #333;
}

.share-btn .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #444;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.share-btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
}

.share-btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.terkini-section {
    margin-top: 80px;
    padding-bottom: 40px;
}

.terkini-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.terkini-title .text-blue {
    color: #0066cc; 
}

.terkini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.terkini-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.terkini-card:hover {
    text-decoration: none;
}

.terkini-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.terkini-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.terkini-card:hover .terkini-img-wrapper img {
    transform: scale(1.05);
}

.terkini-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.terkini-author {
    color: #0066cc;
    font-weight: 600;
}

.terkini-badge {
    display: inline-block;
    background-color: #e6f0fa;
    color: #555;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    align-self: flex-start;
}

.terkini-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 992px) {
    .terkini-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .terkini-grid {
        grid-template-columns: 1fr;
    }
    .article-share {
        flex-wrap: wrap;
    }
}
