.by-region .posts-list{
    scrollbar-width: thin;
    scrollbar-color: #E30613 #f1f1f1;
}
/* width */
.by-region .posts-list::-webkit-scrollbar {
    width: 30px;
    margin-left: 10px;
}

/* Track */
.by-region .posts-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.by-region .posts-list::-webkit-scrollbar-thumb {
    background: #E30613;
}

/* Handle on hover */
.by-region .posts-list::-webkit-scrollbar-thumb:hover {
    background: #E30613;
}

.by-region .post-list-item {
    font-size: 20px;
    color: #0F1B43 !important;
    max-height: 40px;
    font-weight: normal;
}

.by-region .posts-list {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 30px;
    border: 2px solid #707070;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    color: #E30613 !important;
    text-transform: uppercase;
    font-family: Arial;
}