.footer-exit-popup {
  padding: 16px;
}

.footer-exit-popup .i-spzhtml-fill-content {
  display: flex;
  justify-content: center;
}

.footer-exit-popup-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  --tw-shadow: 1px 4px 30px rgb(0 0 0 / 15%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer-exit-popup-container_none {
  background-color: white;
  color: var(--color-body-text);
}

.footer-exit-popup-title {
  margin-bottom: 30px;
  font-size: 80px;
  text-align: center;
  line-height: 97px;
}

.footer-exit-popup-text {
  margin-bottom: 30px;
  line-height: 28px;
}

.footer-exit-popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-exit-popup-close:hover {
  transform: scale(1.1);
}

.footer-exit-popup-countdown {
  margin-bottom: 30px;
}

.footer-exit-popup-btn-text {
  font-weight: 700;
  padding: 16px 22px;
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 960px) {
  .footer-exit-popup .i-spzhtml-fill-content {
    align-items: center;
  }

  .footer-exit-popup-container {
    width: 640px;
    padding: 60px;
  }
}

@media (max-width: 959.98px) {
  .footer-exit-popup .i-spzhtml-fill-content {
    display: flex;
    align-items: end;
  }

  .footer-exit-popup-container {
    padding: 24px;
    width: 100%;
  }

  .footer-exit-popup-title {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 48px;
  }

  .footer-exit-popup-text {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 17px;
  }

  .footer-exit-popup-countdown {
    margin-bottom: 24px;
  }
}
