/* Gutenberg gallery overrides (runtime) */
.section__page__content .wp-block-gallery .wp-block-image img,
.section__page__content ul.blocks-gallery-grid li.blocks-gallery-item img{
  margin: 0 !important;
  display: block;
}
.section__page__content .wp-block-gallery .wp-block-image,
.section__page__content ul.blocks-gallery-grid li.blocks-gallery-item{
  margin-bottom: 0 !important;
  border: 0 none;
  border-radius: 10px;
  overflow: hidden;
}
.section__page__content .wp-block-gallery .wp-block-image > a,
.section__page__content ul.blocks-gallery-grid li.blocks-gallery-item > a{
  display: block;
  border-radius: inherit;
  overflow: hidden;
}
.section__page__content .wp-block-gallery.is-carousel,
.section__page__content .gutenberg-gallery-swiper{ overflow: hidden; }
.section__page__content .gutenberg-gallery-swiper .swiper-pagination{ position: static; margin-top: 8px; }
.section__page__content .gutenberg-gallery-swiper .swiper-pagination{ display:flex; align-items:center; justify-content:center; gap:6px; }
.section__page__content .gutenberg-gallery-swiper .swiper-pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#C4C4C4; opacity:1; }
.section__page__content .gutenberg-gallery-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--educa-orange); }
.section__page__content .gutenberg-gallery-swiper .swiper-button-next,
.section__page__content .gutenberg-gallery-swiper .swiper-button-prev{ width: 2.875rem; height: 170px; background-color: rgba(0,0,0,.5); top: 0; bottom:0; transform: none; margin-top:0; border-radius: 0; color:#fff; display:flex; align-items:center; justify-content:center; z-index:8; }
.section__page__content .gutenberg-gallery-swiper .swiper-button-next:after,
.section__page__content .gutenberg-gallery-swiper .swiper-button-prev:after{ font-size: 32px; color:#fff; }
.section__page__content .gutenberg-gallery-swiper .swiper-button-prev{ left:0; border-radius: 10px 0 0 10px; }
.section__page__content .gutenberg-gallery-swiper .swiper-button-next{ right:0; border-radius: 0 10px 10px 0; }
.section__page__content .wp-block-gallery .wp-block-image::before,
.section__page__content .wp-block-gallery .wp-block-image::after{ pointer-events: none; border-radius: inherit; }
.section__page__content .wp-block-gallery .wp-block-image figcaption,
.section__page__content ul.blocks-gallery-grid li.blocks-gallery-item figcaption{ display: none; }
