/* *
 * Carousel navigation controls styles
 */

/* Disabled state for carousel navigation buttons */
.carousel-prev.disabled,
.carousel-next.disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}
