/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.wp-block-gallery.swiper{width:100%;max-width:100%;height:auto;position:relative;overflow:hidden;padding:40px 50px 60px 50px;}.wp-block-gallery .swiper-wrapper{display:flex;align-items:center;}.wp-block-gallery .swiper-slide{display:flex;justify-content:center;align-items:center;text-align:center;background:transparent;width:100%;flex-shrink:0;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;}.wp-block-gallery .swiper-slide-active{opacity:1;visibility:visible;}.wp-block-gallery .swiper-slide img{width:100%;height:auto;max-height:700px;object-fit:contain;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);}.wp-block-gallery .swiper-button-next,.wp-block-gallery .swiper-button-prev{color:#fff;background-color:rgba(0,0,0,0.5);width:44px;height:44px;border-radius:50%;transition:all 0.3s ease;}.wp-block-gallery .swiper-button-next:hover,.wp-block-gallery .swiper-button-prev:hover{background-color:rgba(0,0,0,0.8);transform:scale(1.1);}.wp-block-gallery .swiper-button-next:after,.wp-block-gallery .swiper-button-prev:after{font-size:20px;font-weight:bold;}.wp-block-gallery .swiper-pagination{bottom:20px !important;position:absolute;z-index:10;}.wp-block-gallery .swiper-pagination-bullet{width:12px;height:12px;background-color:rgba(0,0,0,0.3);border:2px solid rgba(255,255,255,0.8);opacity:1;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.2);}.wp-block-gallery .swiper-pagination-bullet:hover{background-color:rgba(0,0,0,0.5);border-color:#fff;transform:scale(1.1);}.wp-block-gallery .swiper-pagination-bullet-active{background-color:#007bff;border-color:#fff;transform:scale(1.3);box-shadow:0 2px 8px rgba(0,123,255,0.5);}@media (max-width:768px){.wp-block-gallery.swiper{padding:30px 40px 50px 40px;}.wp-block-gallery .swiper-button-next,.wp-block-gallery .swiper-button-prev{width:36px;height:36px;}.wp-block-gallery .swiper-button-next:after,.wp-block-gallery .swiper-button-prev:after{font-size:16px;}.wp-block-gallery .swiper-slide img{max-height:400px;}}@media (max-width:480px){.wp-block-gallery.swiper{padding:20px 30px 40px 30px;}.wp-block-gallery .swiper-slide img{max-height:350px;}}.wp-block-gallery .swiper-slide figcaption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,0.7);color:#fff;padding:10px;font-size:14px;text-align:center;}
