:root {
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #669293;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color);
  height: var(--swiper-navigation-size);
}

/* 隱藏 scrollbar（但保留滾動功能） */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
