/**
 * Featured Resources Block Styles with Bootstrap 5 Carousel
 */


/* Custom indicator styling */
.carousel-indicators {
    position: relative !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
    bottom: 0 !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
}
