#_populer_post h3.title_sidebar,
#_populer_post ._widget_latestpost li,
#_populer_post ._widget_latestpost li a {
    font-family: "Poppins", 'Open Sans', sans-serif;
    color: #393939 !important;
    font-weight: 500 !important;
}

#_populer_post ._widget_latestpost li a {
    font-size: 13px !important;
}

#_populer_post ._widget_latestpost li a:hover {
    color: #398ffc !important;
}

#_populer_post ._widget_latestpost li {
    font-size: 11px;
    color: #777777 !important;
}

#_populer_post ._widget_latestpost .post-date {
    display: block !important;
    color: #4d535e !important;
    font-size: 11px !important;
    margin-top: 2px !important;
    font-weight: 300 !important;
}

#_populer_post .latest-posts-container .latest-post-item {
    font-size: 15px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #E0E0E0 !important;
    padding-left: 15px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}


#_populer_post .latest-posts-container .title_sidebar,
h3.title_sidebar {
    font-size: 15px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #E0E0E0 !important;
    padding-left: 15px !important;
    margin-left: -10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

ol.popular-posts-list {
    list-style-type: none;
    padding-left: 0 !important;
    margin: 0 !important;
}

#_populer_homepage ol.popular-posts-list {
    height: 610px;
    overflow-y: auto;
    position: relative;
}

ol.popular-posts-list li {
    display: flex;
    align-items: center;
    counter-increment: section;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0 !important;
}
ol.popular-posts-list li:last-child {
    border-bottom: none !important;
}

ol.popular-posts-list li .post-number::before {
    font-family: "Poppins", 'Open Sans', sans-serif;
    content: counter(section) " ";
    width: 30px;
    height: 30px;
    background-color: #393939;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#_populer_homepage span.post-number {
    margin-right: 15px;
    margin-left: 20px;
}

#_populer_homepage ol.popular-posts-list li .post-number::before {
    font-family: sans-serif;
    color: transparent;
    font-size: 64px;
    background-color: transparent;
    font-weight: 600;
    -webkit-text-stroke: 1px #DA2228;
    text-shadow: 0.125rem 0.125rem color-mix(in oklab, #DA2228 10%, transparent);
}

#_populer_homepage .adityo-popular-posts-widget::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    pointer-events: none;
    background-color: transparent;
    background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.125) 40%,  /* setara #AA282020 */
    rgba(255, 255, 255, 0.375) 75%,  /* setara #AA282060 */
    rgba(255, 255, 255, 1) 100%      /* setara #AA2820 solid */
);

}