@use "./fonts" as *;

.sort-btn {
    background: white;
    border: none;
    border-right: 1px solid #1b88ff;
    text-decoration: underline;
    @include fonts(Roboto, var(--sort-label-fs), normal, normal, normal, 1.07, normal);
    color: #1b88ff;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.sort-btn:last-of-type {
    border-right: none;
}

.sort-btn.active {
    color: #202b47;
    text-decoration: none;
}

p.sort-container {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    display: flex;
}
