[v-cloak] {
  display: none;
}

.lightbox-ad-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-image-container {
  user-select: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image-container > picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image {
  user-select: none;
  object-fit: contain;
  /* pointer-events: none; */
  background-color: #ffffff;
  object-fit: contain;
}

.lightbox-clicktrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 10; */
  z-index: 999999999999999999999;
}

.lightbox-images {
  /* width: 100%; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: grab;
}

.lightbox {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  height: 100%;
}

.lightbox-button {
  position: absolute;
  background: rgb(0, 0, 0);
  padding: 8px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-button-container {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 16px;
  height: 100%;
}

.lightbox-button-container > .lightbox-button {
  position: initial;
}

.lightbox-button-container:hover {
  opacity: 0.7;
}

.lightbox-button-close:hover {
  opacity: 0.7;
}

.lightbox-button-next {
  right: 0;
}

.lightbox-button-prev {
  left: 0;
}

.lightbox-button-close {
  top: 8px;
  right: 8px;
}

.lightbox-button > svg {
  width: 24px;
  height: 24px;
}

.lightbox-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 16px;
  padding: 4px;
}

@media (hover: none) {
  .lightbox-button-container {
    display: none;
  }
}
