.news-details-wrap {
    font-family: "Rubik", sans-serif!important;
}
.share-wrapper .share-item {
    width: 45px;
    height: 45px;
    margin: 5px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    text-decoration: none !important;
}

.share-item:hover {
    transform: translateY(-4px);
    opacity: 0.85;
}

/* Warna Brand */
.bg-whatsapp { background: #25D366; }
.bg-telegram { background: #0088cc; }
.bg-facebook { background: #3b5998; }
.bg-twitter  { background: #1da1f2; }
.bg-linkedin { background: #0077b5; }
.bg-email    { background: #6c757d; }


.related-articles-section {
    background-color: #f8f9fa; /* A light grey background */
    border-left: 5px solid #007bff; /* A blue left border */
    padding: 20px; /* Add some padding */
    margin: 30px 0; /* Add margin above and below */
    border-radius: 5px; /* Optional: adds rounded corners */
}

.related-articles-section h3 {
    margin-top: 0;
    color: #343a40; /* Darker text for the heading */
}

.related-articles-section ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0;
}

.related-articles-section li {
    margin-bottom: 10px;
}

.related-articles-section a {
    text-decoration: none;
    color: #0056b3; /* A darker blue for links */
    font-weight: 500;
}

.related-articles-section a:hover {
    text-decoration: underline;
}


.sidebar-widget {
    margin-bottom: 25px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.sidebar-title {
    font-size: 17px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e3e8ef;
}
.sidebar-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.sidebar-post-item img {
    width: 65px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}
.sidebar-post-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
}
.sidebar-post-title:hover {
    color: #0d47a1;
}
.sidebar-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}
.sidebar-list li:last-child {
    border-bottom: none;
}
.sidebar-list a {
    color: #333;
    text-decoration: none;
}
.sidebar-list a:hover {
    color: #0d47a1;
    text-decoration: underline;
}
.tag-badge {
    display: inline-block;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 13px;
    margin: 2px;
}

