.rvlist_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rvlist_showing {
    font-weight: 500;
}
.rvlist_filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.rvlist_filters a.textlink {
    align-self: auto;
}
#searchinput_rv_search {
    flex-direction: row-reverse;
}

.rvlist_table {
    display: flex;
    flex-direction: column;
    border-top: 1px var(--color-purple-98) solid;
}
.rvlist_link:hover {
    background-color: var(--color-purple-98);
}
.rvlist_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px var(--color-purple-98) solid;
    padding: 8px 12px;
}
.rvlist_poster {
    width: 54px;
}
.rvlist_poster img {
    vertical-align: middle;
    border-radius: 6px;
    border: 1px var(--border-primary) solid;
    box-shadow: var(--boxshadow);
}
.rvlist_title {
    flex-grow: 1;
}
.rvlist_rating {
    width: 24px;
    text-align: center;
}
.rvlist_date {
    width: 100px;
    text-align: right;
}
.rvlist_pagination {
    margin: 24px 0;
}