/* v15.4 — restore the blue gallery arrow buttons exactly as square blue buttons */
.gallery-arrow,
.gallery-arrow:hover,
.gallery-arrow:focus,
.gallery-arrow:active {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:56px !important;
  height:56px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:8px !important;
  background:#0055FF !important;
  box-shadow:none !important;
  filter:none !important;
  overflow:hidden !important;
}
.gallery-arrow::before,
.gallery-arrow::after {
  content:none !important;
  display:none !important;
}
.gallery-arrow .gallery-arrow-chevron {
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
  display:block !important;
  transform:none !important;
}
.gallery-arrow .gallery-arrow-chevron path {
  stroke:#FFFFFF !important;
  stroke-width:2.5 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
