.db-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.db-modal-content {
  background: #fff;
  padding: 1.75rem;
  border-radius: 4px;
  max-width: 600px;
  width: 90%;

  /* prevent content from exceeding viewport */
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.db-modal p {
  font-size: 0.8rem;
  margin-bottom: 0px;
  font-weight: 400;
  display: block;
}

.db-modal h3 {
  margin: 20px 0px 10px 0px;
  font-size: 1.5rem;
  line-height: 1.2
}

.db-modal li {
  font-size: 850 !important
}


.db-modal p,
.db-modal li {
  line-height: 1.5 !important;
  font-size: clamp(14px, 2vw, 16px) !important
}

.db-modal li {
  margin: 5px 0px;
}

.db-modal ul {
  margin: 20px 0px
}

.db-modal img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.db-modal-content .su-spoiler-title,
.db-modal-content .su-spoiler-icon {
  font-size: 18px !important;
  line-height: 10px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important
}

.db-modal-content .su-spoiler {
  margin-bottom: 0.9rem
}

.footer-section a,
.footer-section p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.db-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.db-modal {
  z-index: 9999;
}

.db-modal.active {
  z-index: 99999;
}