.lightbox .btn-close {
  top: 0.75rem !important;
  right: 0.75rem !important;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  border: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.45) !important;
  box-shadow: none;
  opacity: 1;
}

.lightbox .btn-close:hover,
.lightbox .btn-close:focus-visible {
  background-color: rgba(0, 0, 0, 0.65) !important;
  opacity: 1;
}

.lightbox .btn-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.lightbox .btn-close::before,
.lightbox .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1.5px;
  background: #fff;
  content: "";
}

.lightbox .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .btn-close svg {
  display: none;
}