.ss-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.65);
}

.ss-popup-banner-image {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: min(92vw, 560px);
  transform: translate(-50%, -50%);
}

.ss-popup-close {
  position: absolute;
  top: -36px;
  right: -6px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.ss-popup-link {
  display: block;
  margin: auto;
}

.ss-popup-image {
  width: 100%;
  max-width: 500px;
  margin: 0;
}
