/*!
 * SPDX-License-Identifier: Apache-2.0
 *
 * The OpenSearch Contributors require contributions made to
 * this file be licensed under the Apache-2.0 license or a
 * compatible open source license.
 *
 * Modifications Copyright OpenSearch Contributors. See
 * GitHub history for details.
 */

.ouiRangeInput {
  width: auto;
  min-width: $ouiSize * 4;

  .ouiRange__popover & {
    // sass-lint:disable no-important
    margin: 0 !important;
    width: 100%;
  }
}
