.xp-promo-modal-open {
  overflow: hidden;
}

.xp-promo-modal {
  align-items: center;
  background: rgba(17, 17, 17, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(16px, 4vw, 32px);
  position: fixed;
  z-index: 1300;
}

.xp-promo-modal__dialog {
  background: transparent;
  max-width: min(92vw, 1040px);
  position: relative;
}

.xp-promo-modal__close {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50%;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 2;
}

.xp-promo-modal__link {
  display: block;
}

.xp-promo-modal__image {
  display: block;
  height: auto;
  max-height: 86vh;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .xp-promo-modal {
    padding: 14px;
  }

  .xp-promo-modal__dialog {
    max-width: min(84.6vw, 423px);
  }

  .xp-promo-modal__close {
    height: 36px;
    right: 8px;
    top: 8px;
    width: 36px;
  }
}
