.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.gallery-thumb {
  opacity: 0.72;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.gallery-thumb.is-active {
  opacity: 1;
  border-color: #000000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
