.rvts-photo-count-filter,
.rvts-photo-count-filter * {
    box-sizing: border-box;
}

.geodir-search .rvts-photo-count-filter.gd-search-input-wrapper {
    flex: 1 1 12rem;
    max-width: 17rem;
    min-width: 10rem;
    width: auto;
}

.rvts-photo-count-filter__control {
    position: relative;
}

.rvts-photo-count-filter__label {
    background: var(--bs-body-bg, #fff);
    color: inherit;
    font-size: 0.72rem;
    font-weight: 600;
    left: 0.55rem;
    line-height: 1;
    margin: 0;
    opacity: 0.72;
    padding: 0 0.15rem;
    pointer-events: none;
    position: absolute;
    top: -0.28rem;
    z-index: 2;
}

.rvts-photo-count-filter select {
    min-height: 2.375rem;
    width: 100%;
}

@media (max-width: 600px) {
    .geodir-search .rvts-photo-count-filter.gd-search-input-wrapper {
        flex-basis: 100%;
        max-width: none;
        width: 100%;
    }
}
