.all {
  --color-primary: #224477;
  --color-primary--active: #3871c6;
  --color-secondary: #878787;
  --color-secondary--active: #6f6f6f;
  --color-danger: #B71C1C;
  --color-danger--active: #961717;
  --color-bg: #F5F5F5;
  --color-element-bg: #FFFFFF;
  --color-text: #000000;
  --color-subheading: #646464;
  --color-text-inverted: #FFFFFF;
  --color-pdf: #E2061B;
  --transition: .2s ease all;
}

#photo-gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: thin;
  padding-bottom: 1rem;
}
#photo-gallery .gallery-item {
  width: -moz-fit-content;
  width: fit-content;
  height: 160px;
  pointer-events: none;
}
#photo-gallery.loaded .gallery-item {
  pointer-events: auto;
  overflow: hidden;
  border-radius: 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#photo-gallery .gallery-item-image {
  width: 100%;
  height: 100%;
}

.fancybox__dialog .is-arrow svg {
  margin: 0 !important;
}/*# sourceMappingURL=gallery.styles.css.map */