.gallery-double {
  margin-bottom: var(--wp--preset--spacing--60);
}
.gallery-double img {
  width: 100%;
  display: block;
}
.gallery-double .swiper.swiper-horizontal > .swiper-pagination-bullets, .gallery-double .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .gallery-double .swiper .swiper-pagination-custom, .gallery-double .swiper .swiper-pagination-fraction {
  bottom: 20px;
}
.gallery-double .swiper .swiper-button-next {
  right: 20px;
}
.gallery-double .swiper .swiper-button-prev {
  left: 20px;
}

body.post-type-news :where(.editor-styles-wrapper) .gallery-double {
  padding-left: 0 !important;
  padding-right: 0 !important;
}