.sort_by {
    padding: 0;
}

.sort_by-select {
    margin-left: 16px;
    min-width: 180px;
}

.select::after {
    content: "\f0d7";
    font-size: var(--font-base);
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    right: 17px;
}

.select {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select select {
    appearance: none;
    padding-right: 46px;
    width: 100%;
}

.select-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.select-list>select,
.select-list>span {
    min-width: 200px;
}

.select-list-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-list-label>a {
    text-decoration: underline;
    color: var(--gray-link-color);
}
