.AudioPlayer {
    .LoadingIndicator {
        margin-top: $player_height / 2;

        /* stylelint-disable max-nesting-depth */
        & .LoadingIndicator {
            height: 0 !important; /* stylelint-disable-line declaration-no-important */
        }

        & .LoadingIndicator-dots {
            height: $player_height / 6;
        }

        & .LoadingIndicator-loader-dot {
            height: $player_height / 6;
            width: $player_height / 6;
        }
        /* stylelint-enable max-nesting-depth */
    }
}
