.sbmm-home-popup[hidden] {
  display: none !important;
}

.sbmm-home-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.sbmm-home-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.sbmm-home-popup__dialog {
  position: relative;
  width: min(92vw, 760px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  margin: 24px auto;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  z-index: 2;
}

.sbmm-home-popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

body.sbmm-popup-open {
  overflow: hidden;
}
