.tabs ul.posts-list {
    max-width: 600px;
}

li.type-rider {
    display: flex;
    padding:0;
    padding-left:60px;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid var(--color_3-4);
}

li.type-rider a.title {
    display: flex;
    position: relative;
    align-items: center;
    height: 70px;
    padding:10px 70px 10px 15px;
    border-bottom: unset;
    transition: all .3s;
}

li.type-rider a.title:hover {
    background-color: var(--color_3-6);
    color:var(--color_2);
}

li.type-rider a.title span {
    transition: all .3s;
}

li.type-rider a.title:hover span.title {
    color:var(--color_2);
    transform: translateX(10px);
}

li.type-rider a.title span {
    display: flex;
    padding:0 5px;
    align-items: center;
    border-bottom: unset;
    font-size: 16px;
    letter-spacing: .01em;
    font-family: var(--title-font-bold);
}

body li.type-rider a.title .thumbnail,
body li.type-rider a.country {
    height: 50px;
    position: absolute;
    right: 0;
    top:10px;
}

body li.type-rider a.country {
    right: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    color: var(--color_2);
    background: var(--color_3-8);
    padding: 10px;
    text-align: center;
    box-shadow: -2px 2px 10px var(--color_8-8)!important;
    top: 0;
    height: 100%;
    line-height: 12px;
    transition: all .3s;
    border-bottom: unset;
}

body li.type-rider a.country:hover {
    background: var(--color_4-8);
}

body li.type-rider a.country span {
    display: block;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
}

body li.type-rider.country-nl a.country span,
body li.type-rider.country-ch a.country span {
    word-break: break-all;
}

body li.type-rider a.country span.flag {
    display: block;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
    top: 0;
    height: 30px;
    width: 40px;
    margin-bottom: 5px;
}

body li.type-rider a img {
    height: 50px!important;
    width: 50px!important;
    object-fit: contain;
}

body li.type-rider a.country img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
}

body .tabs .tab-content .tab-intro {
    margin-bottom:30px;
}
