.news-carousel-indicators{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:10px}.news-carousel-indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.news-carousel-indicator.active{background:#fff;transform:scale(1.2)}