/* v15.5 — gallery arrows match the mockup: 43x43 blue squares, same level, fixed side positions */
.gallery-frame {
  position: relative !important;
}
.gallery-arrow,
.gallery-arrow:hover,
.gallery-arrow:focus,
.gallery-arrow:active {
  position: absolute !important;
  top: 244px !important;
  width: 43px !important;
  height: 43px !important;
  min-width: 43px !important;
  min-height: 43px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #0055FF !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}
.gallery-arrow--left {
  left: 30px !important;
  right: auto !important;
}
.gallery-arrow--right {
  left: 1367px !important;
  right: auto !important;
}
.gallery-arrow::before,
.gallery-arrow::after,
.gallery-arrow .cursor-fill-layer,
.gallery-arrow > img {
  display: none !important;
  content: none !important;
}
.gallery-arrow .gallery-arrow-chevron {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  transition: none !important;
}
.gallery-arrow .gallery-arrow-chevron path {
  stroke: #FFFFFF !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
