.wp-stat-top-posts {
    list-style-type: disc;      /* همون نقطه کنار هر لیست */
    list-style-position: inside; 
    padding: 0;                 /* بدون فاصله از راست و چپ */
    margin: 0;                  /* بدون فاصله بیرونی */
}

.wp-stat-top-posts li {
    color: #0B1930;             /* رنگ نوشته‌ها */
    margin: 0.4em 0;            /* فقط کمی فاصله بین آیتم‌ها */
}

.wp-stat-top-posts li a {
    color: #0B1930;             /* لینک‌ها هم همون رنگ */
    text-decoration: none;
}

.wp-stat-top-posts li a:hover {
    color: #0B1930;             /* روی هاور تغییر نکنه */
}
 
.wp-stat-top-posts li::marker {
    color: #F75D00;             /* رنگ نقطه‌ها */
}

.wp-stat-top-posts li {
    color: #0B1930;
    margin: 0.4em 0;
    font-size: 14px;   /* 👈 این خط اندازه فونت */
    font-weight: 500;
}
.wp-stat-views {
    display: none;
}
