.widget .lh-popular-posts {
    counter-reset: a;
}

.widget .lh-popular-posts li {
    position: relative;
    padding-left: 2rem !important;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dcaa23;
    padding-bottom: 0.75rem;
    background: transparent;
    min-height: 2rem;
}

.widget .lh-popular-posts  li::before {
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    content: counter(a);
    counter-increment: a;
    color: #333;
    border-right: 1px solid #dcaa23;
    padding-right: 0.4rem;
}

.widget .lh-popular-posts  a {
    font-family: 'glegoobold';
    color: #333;
    line-height: 1.4rem;
}
