.sm-docs__mobile-filter {
    display: none;
}

.sm-docs__select-wrap {
    position: relative;
}

.sm-docs__select-wrap select {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 48px 0 15px;
    border: 1px solid #cbd3d0;
    border-radius: 8px;
    background: #fbfcfb;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
}

.sm-docs__select-wrap select:focus {
    outline: 0;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(24, 77, 58, .12);
}

.sm-docs__select-wrap span {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-54%);
    color: var(--green);
    font-size: 26px;
    pointer-events: none;
}

@media (max-width: 600px) {
    .sm-docs__filters {
        display: none;
    }

    .sm-docs__mobile-filter {
        display: block;
        margin-top: 17px;
    }

    .sm-docs__mobile-filter label {
        margin-bottom: 7px;
        font-size: 14px;
    }
}
