.sb-filter__sec {
    margin-bottom: 20px;
    box-sizing: inherit;
}

.sb-filter__sec-name {
    color: #2772C8;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    transition: 0.2s;
    -webkit-font-smoothing: antialiased;
}

.sb-filter__select {
    width: 100%;
    padding: 10px 12px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #415B74;
    letter-spacing: -0.06px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-font-smoothing: antialiased;
}

.sb-filter__select:focus {
    border-color: #00aeef;
    outline: none;
    box-shadow: 0 0 0 2px rgba(39, 114, 200, 0.2);
}

.sb-filter__range {
    display: flex;
    gap: 10px;
}

.sb-filter__number {
    width: 100%;
    max-width: 120px;
    padding: 8px 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.33;
    color: #415B74;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sb-filter__number:focus {
    border-color: #2772C8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(39, 114, 200, 0.2);
}
