/* V147: Brighter and lighter golden glow for sharper arrows */
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(77%) sepia(80%) saturate(400%) hue-rotate(20deg) brightness(2) contrast(1.3) drop-shadow(0 0 6px #FFE066) !important;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Always visible arrows */
.carousel-control-prev, .carousel-control-next {
  opacity: 1 !important;
  background: none !important;
}

/* Hover: arrow glows even sharper and brighter */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  filter: invert(77%) sepia(80%) saturate(500%) hue-rotate(20deg) brightness(2.2) contrast(1.4) drop-shadow(0 0 12px #FFE066) !important;
  transform: scale(1.2);
}
