.mfp-bg {
  position: fixed;
  inset: 0;
  z-index: 10420;
  background: rgba(15, 23, 42, 0.86);
  opacity: 0;
}

.mfp-wrap {
  position: fixed;
  inset: 0;
  z-index: 10430;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  max-width: min(92vw, 1200px);
  z-index: 10435;
}

.mfp-figure {
  position: relative;
}

.mfp-img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  background: #fff;
}

.mfp-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.mfp-close:hover {
  background: #f8fafc;
}

.mfp-bottom-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.mfp-title {
  flex: 1 1 auto;
}

.mfp-counter {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.mfp-preloader {
  color: #fff;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  cursor: pointer;
  font-size: 0;
}

.mfp-arrow::before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 46px;
}

.mfp-arrow-left {
  left: 18px;
}

.mfp-arrow-left::before {
  content: "\f053";
}

.mfp-arrow-right {
  right: 18px;
}

.mfp-arrow-right::before {
  content: "\f054";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #0f172a;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.28s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

body.admin-bar .mfp-wrap,
body.admin-bar .mfp-bg {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .mfp-wrap,
  body.admin-bar .mfp-bg {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .mfp-container {
    padding: 14px;
  }

  .mfp-img {
    max-height: 72vh;
    border-radius: 14px;
  }

  .mfp-close {
    top: -10px;
    right: -2px;
  }

  .mfp-arrow-left {
    left: 6px;
  }

  .mfp-arrow-right {
    right: 6px;
  }

  .mfp-bottom-bar {
    flex-direction: column;
    gap: 6px;
  }
}
