body.qhls-result-closed {
  overflow: hidden;
}

body.qhls-result-closed .qhls-result-main-hidden {
  display: none !important;
}

body.qhls-result-closed .qhls-result-closed-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.qhls-result-closed .qhls-result-closed-modal.hidden {
  display: none !important;
}

.qhls-result-closed-content {
  max-width: 28rem;
  text-align: center;
}

.qhls-result-closed-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.qhls-result-closed-when {
  margin: 0;
  font-size: 1rem;
  color: #475569;
}
