.photo-info-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: start;
}
.photo-info-wrapper .popup-photo-info {
  background-color: lch(from #182403 l c h/0.28);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  max-width: 247px;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
}
.photo-info-wrapper .popup-photo-info span {
  font-weight: 600;
}
.photo-info-wrapper .popup-photo-info.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.camera-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: lch(from #182403 l c h/0.28);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: grid;
  place-content: center;
  color: var(--white);
}
.camera-icon svg {
  width: 19px;
  height: 17px;
  display: block;
  fill: currentColor;
}
.camera-icon:hover {
  cursor: pointer;
}
/*# sourceMappingURL=camera-icon.css.map */
