.simple-carousel-with-controls .carousel-controls{align-items:center;display:flex;justify-content:center}.simple-carousel-with-controls .carousel-controls button.back-arrow{margin-right:.8rem}.simple-carousel-with-controls .carousel-controls button.forward-arrow{margin-left:.8rem}.simple-carousel-with-controls .carousel-controls .bullets{display:flex;flex-wrap:wrap;gap:.5em;max-width:calc(var(--vw)*80)}.simple-carousel-with-controls .carousel-controls .bullets .bullet{background-color:var(--gray-100);border:1px solid var(--red);border-radius:50%;cursor:pointer;display:inline-block;height:16px;margin:0 6px;transition:background-color .25s ease-in-out;width:16px}@media (min-width:768px){.simple-carousel-with-controls .carousel-controls .bullets .bullet{margin:0 15px}}.simple-carousel-with-controls .carousel-controls .bullets .bullet.active,.simple-carousel-with-controls .carousel-controls .bullets .bullet:hover{background-color:var(--red);border:none}.simple-carousel-with-controls .carousel-controls button{cursor:pointer}
