.stepostin-popup {
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 10px;
  max-width: 405px;
  background: #070707;
}

.stepostin-accepted-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  max-height: 220px;
  z-index: 2;
}

.stepostin-popup-icon {
  width: 50px;
  height: 50px;
}

.stepostin-age-popup {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}

.stepostin-hidden-popup {
  display: none;
}

.stepostin-popup-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}

.stepostin-popup-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
}

.stepostin-popup-description-age {
  text-align: center;
}

.stepostin-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.stepostin-confirm-btn {
  background: #F5D945;
  border-radius: 5px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #070707;
  padding: 10px 40px;
  width: 100%;
  cursor: pointer;
}

.stepostin-confirm-btn-age {
  width: 100% !important;
}

.stepostin-info-btn {
  border: 2px solid #F5D945;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #F5D945;
  padding: 10px 40px;
  text-decoration: none;
  text-align: center;
}

.stepostin-demo-popup {
  background-color: #070707;
  width: 100%;
  max-width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stepostin-demo-popup-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stepostin-demo-popup-header-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stepostin-demo-popup-header-main span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.stepostin-demo-frame {
  height: 80vh;
}

.stepostin-hidden-popup {
  display: none;
}

.stepostin-demo-popup-header-main-icon {
  cursor: pointer;
}

.stepostin-demo-popup-header-close {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .stepostin-demo-popup {
    max-width: 1080px;
  }
}