@import './styles/<!--partnerName--settings-->';
@import './styles/tools';

    .c-carousel-selector-component__option {
        margin: 0 4px 0 5px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: $black-color;
        display: inline-block;
        cursor: pointer;
        opacity: 0.32;
    }

        .c-carousel-selector-component__option--selected {
            opacity: 0.7;
        }
