.mme-onepercent-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mme-onepercent-popup.is-visible {
  display: flex;
}

.mme-onepercent-popup__dialog {
  position: relative;
  max-width: 90vw;
  max-height: 66.666vh;
}

.mme-onepercent-popup__content {
  display: block;
}

.mme-onepercent-popup__image {
  display: block;
  max-width: 90vw;
  max-height: 66.666vh;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.mme-onepercent-popup__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.mme-onepercent-popup__close:hover,
.mme-onepercent-popup__close:focus {
  background: rgba(0, 0, 0, 1);
}

body.mme-onepercent-popup-open {
  overflow: hidden;
}
