.gallery-slider {
  position: relative;
  width: 100%;
}
.gallery-slider--empty {
  background: var(--wp--preset--color--light-grey);
  padding: 20px;
  text-align: center;
  font-family: var(--wp--preset--font-family--apotek);
  color: var(--wp--preset--color--inactive-grey);
}
.gallery-slider .glide__slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gallery-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slider .glide__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1rem;
}
.gallery-slider__arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.gallery-slider__arrow:hover {
  opacity: 0.7;
}
.gallery-slider__arrow:focus-visible {
  outline: 2px solid var(--wp--preset--color--teal);
  outline-offset: 2px;
}
.gallery-slider__arrow-icon {
  display: inline-block;
  width: 65px;
  height: 15px;
  background-color: var(--wp--preset--color--dark-blue);
}
.gallery-slider__arrow--left .gallery-slider__arrow-icon {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='15' viewBox='0 0 65 15' fill='none'%3E%3Cpath d='M0.292893 6.65691C-0.0976311 7.04743 -0.0976311 7.6806 0.292893 8.07112L6.65685 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36401L8.07107 1.70716C8.46159 1.31664 8.46159 0.68347 8.07107 0.292946C7.68054 -0.0975785 7.04738 -0.0975785 6.65685 0.292946L0.292893 6.65691ZM1 7.36401L1 8.36401L65 8.36401V7.36401V6.36401L1 6.36401L1 7.36401Z' fill='%230D2772'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='15' viewBox='0 0 65 15' fill='none'%3E%3Cpath d='M0.292893 6.65691C-0.0976311 7.04743 -0.0976311 7.6806 0.292893 8.07112L6.65685 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36401L8.07107 1.70716C8.46159 1.31664 8.46159 0.68347 8.07107 0.292946C7.68054 -0.0975785 7.04738 -0.0975785 6.65685 0.292946L0.292893 6.65691ZM1 7.36401L1 8.36401L65 8.36401V7.36401V6.36401L1 6.36401L1 7.36401Z' fill='%230D2772'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.gallery-slider__arrow--right .gallery-slider__arrow-icon {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='15' viewBox='0 0 65 15' fill='none'%3E%3Cpath d='M64.7071 8.07112C65.0976 7.6806 65.0976 7.04743 64.7071 6.65691L58.3431 0.292945C57.9526 -0.0975791 57.3195 -0.0975791 56.9289 0.292945C56.5384 0.68347 56.5384 1.31663 56.9289 1.70716L62.5858 7.36401L56.9289 13.0209C56.5384 13.4114 56.5384 14.0446 56.9289 14.4351C57.3195 14.8256 57.9526 14.8256 58.3431 14.4351L64.7071 8.07112ZM64 7.36401L64 6.36401L8.74228e-08 6.36401L0 7.36401L-8.74228e-08 8.36401L64 8.36401L64 7.36401Z' fill='%230D2772'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='15' viewBox='0 0 65 15' fill='none'%3E%3Cpath d='M64.7071 8.07112C65.0976 7.6806 65.0976 7.04743 64.7071 6.65691L58.3431 0.292945C57.9526 -0.0975791 57.3195 -0.0975791 56.9289 0.292945C56.5384 0.68347 56.5384 1.31663 56.9289 1.70716L62.5858 7.36401L56.9289 13.0209C56.5384 13.4114 56.5384 14.0446 56.9289 14.4351C57.3195 14.8256 57.9526 14.8256 58.3431 14.4351L64.7071 8.07112ZM64 7.36401L64 6.36401L8.74228e-08 6.36401L0 7.36401L-8.74228e-08 8.36401L64 8.36401L64 7.36401Z' fill='%230D2772'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.gallery-slider .glide__arrow {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  position: static;
  transform: none;
}
@media (max-width: 600px) {
  .gallery-slider__arrow-icon {
    width: 40px;
    height: 10px;
  }
}

.editor-styles-wrapper .gallery-slider .glide__slides {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .gallery-slider .glide__slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.editor-styles-wrapper .gallery-slider .glide__arrows {
  display: none;
}

/*# sourceMappingURL=block-style.css.map */
