.holopis-popular-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Poppins", sans-serif;
}

#holopis_popular_posts {
    border: 1px solid #500000;
    padding: 15px 10px 15px 0;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.holopis-popular-header {
    font-weight: 900;
    font-size: 1.6rem;
    color: #0a0a0a;
    border-left: 3px solid #ff4c00;
    padding-left: 8px;
    margin-bottom: 10px;
    font-family: Poppins!important;
    text-transform: uppercase!important;
}

.holopis-popular-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.holopis-popular-item:last-child {
    border-bottom: none;
}

.holopis-rank {
    font-size: 5em;
    font-weight: 700 !important;
    color: transparent;
    -webkit-text-stroke: 1px #b7b7b7;
    -webkit-text-fill-color: #fff0;
    line-height: normal;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    margin-left: 10px;
}

.holopis-popular-content h4 {
    margin: 0 0 3px 0;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.35;
}

.holopis-popular-content h4 a {
    text-decoration: none;
    color: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.holopis-popular-content h4 a:hover {
    color: #800;
}

.holopis-popular-meta {
    font-size: 12px;
    color: #777;
}
