/* Preserve the existing custom arrow fill after Swiper 12 uses currentColor. */
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #000;
}
