.liddell-popup-container {
  align-items: center;
  background: rgba(212, 231, 245, 0.52);
  backdrop-filter: blur(5px);
  display: none;
  inset: 0;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  position: fixed;
  z-index: 999999;
}

.liddell-popup-container.is-active {
  display: flex;
}

.liddell-popup-container[hidden] {
  display: none !important;
}

.liddell-popup-content {
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  max-width: 450px;
  padding: 1.5rem;
  position: relative;
  width: min(100%, 450px);
}

.liddell-lead-content {
  flex-direction: column;
  max-width: 480px;
  padding: 2.5rem;
}

.liddell-popup-body,
.liddell-lead-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.liddell-popup-copy {
  color: #292929;
  line-height: 1.45;
  margin: 0 0 1rem;
  text-align: center;
}

.liddell-popup-button {
  background: #201d62;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: 1.2;
  padding: 0.65em 1.25em;
  text-decoration: none;
}

.liddell-popup-button:hover,
.liddell-popup-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.liddell-popup-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.liddell-popup-button-secondary {
  background: #4a4a4a;
}

.liddell-popup-close {
  background: transparent;
  border: 0;
  color: #292929;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.liddell-lead-note {
  color: #292929;
  font-weight: 700;
  margin-bottom: 0.75rem;
  min-height: 1.4em;
  text-align: center;
  width: 100%;
}

#liddell-lead-form {
  width: 100%;
}

#liddell-lead-form label {
  color: #292929;
  font-weight: 700;
}

#liddell-lead-form input {
  box-sizing: border-box;
  width: 100%;
}

.liddell-lead-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.liddell-disclaimer-msg {
  display: inline-block;
  font-size: 0.95em;
  line-height: 1.2;
}

@media (max-width: 520px) {
  .liddell-lead-content {
    padding: 2.25rem 1rem 1.5rem;
  }
}
