@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    width: 25px !important;
    height: 25px !important;
  }
}
.ltg-hv-loading {
  text-align: center;
  padding: 20px 0;
}

.ltg-hv-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  border: 4px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: ltg-hv-spin 0.9s linear infinite;
}

@keyframes ltg-hv-spin {
  to { transform: rotate(360deg); }
}

#ltg-hv-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

#ltg-hv-modal.is-open {
  display: block;
}

#ltg-hv-modal .ltg-hv-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

#ltg-hv-modal .ltg-hv-dialog {
  position: relative;
  max-width: 350px;
  margin: 10vh auto;
  background: #fff;
  border-radius: 14px;
  padding: 20px 20px 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

#ltg-hv-modal .ltg-hv-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

#ltg-hv-modal .ltg-hv-title {
  margin: 0 0 10px;
  font-size: 20px;
}

#ltg-hv-modal .ltg-hv-text,
#ltg-hv-modal .ltg-hv-hint {
  margin: 0 0 12px;
  font-size: 14px;
}

#ltg-hv-modal .ltg-hv-codebox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border: 2px dashed #222;
  border-radius: 12px;
  margin: 8px 0 14px;
}

#ltg-hv-modal .ltg-hv-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 30px;
  letter-spacing: 6px;
}
