/* Multi Gallery 样式 */
.gallery-image-container { display: flex; align-items: center; justify-content: center; }
.swiper-slide { overflow: hidden; }
.swiper-button-next, .swiper-button-prev { color: #fff; background: rgba(0,0,0,0.3); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; top: 50%; margin-top: 0; transform: translateY(-50%); }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 24px !important; }
.swiper-pagination-bullet-active { background: #007cba; }
.multi-gallery-swiper { padding-bottom: 40px; }
.multi-gallery-swiper .swiper-pagination { bottom: 10px; }
.gallery-item-caption { font-size: 14px; line-height: 1.4; word-break: break-word; }
