/* Styling untuk daftar berita hot di bawah postingan */
.hot-news-after-post-container {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.hot-news-after-post-container h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
}

.hot-news-list-after-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hot-news-item-after-post {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-news-item-after-post:last-child {
    border-bottom: none;
}

.hot-news-item-after-post a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
}

.hot-news-item-after-post a:hover {
    text-decoration: underline;
}

.comment-badge {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
}

.hot-news-home-container {
    margin-top: 40px;
    padding: 20px;
    border-top: 2px solid #eee;
    background-color: #f9f9f9;
}

.hot-news-home-container h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
}

.hot-news-list-home {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hot-news-item-home {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-news-item-home:last-child {
    border-bottom: none;
}

.hot-news-item-home a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
}

.hot-news-item-home a:hover {
    text-decoration: underline;
}

.comment-badge {
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
}