/* Widget Styles for Satriadev Post Views */
.widget_sd_popular_posts .sd-popular-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_sd_popular_posts .sd-popular-post-item {
    /* margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bs-border-color);
    line-height: 1.4; */
}

.widget_sd_popular_posts .sd-popular-post-item:before {
    content: counter(recent);
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgb(29 97 89 / 14%);
    color: var(--bs-dark);
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}


.widget_sd_popular_posts .sd-popular-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    /* border-bottom: none; */
}

.widget_sd_popular_posts .sd-popular-post-link {
    display: block;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.widget_sd_popular_posts .sd-popular-post-link:hover {
    text-decoration: underline;
}

.widget_sd_popular_posts .sd-post-views-count {
    display: block;
    font-size: 12px;
    font-style: italic;
}

.widget_sd_popular_posts .sd-no-posts {
    margin: 0;
    font-style: italic;
    text-align: center;
    padding: 10px 0;
}


.widget-warning.widget_sd_popular_posts .widget-title {
    color: #000000 !important;
}
.widget-warning.widget_sd_popular_posts .sd-popular-post-item {
    position: relative;
    counter-increment: recent;
    padding-left: 50px;
    margin-bottom: 14px;
}
.widget-warning.widget_sd_popular_posts .sd-popular-post-link {
    color: #000000 !important;
}


.widget-warning.widget_sd_popular_posts .sd-popular-post-item:before {
    content: counter(recent);
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background:  #000000 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

