Currently, I am working with the carousel component in Bootstrap 5.1. I have encountered an issue where I am unable to add border-radius to the carousel indicators, despite trying various methods. Even though the inspector shows that the indicators (HTML buttons) have a border radius applied, they are not displaying as expected. I have attempted styling the .carousel-indicators [data-bs-target] class in CSS and adding inline border-radius styling in the HTML, but unfortunately, none of these solutions have worked for me.