.neoconnect-dialog {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .6);
}

.neoconnect-dialog[hidden] {
  display: none;
}

.neoconnect-dialog-panel {
  position: relative;
  width: min(100%, 520px);
  max-height: 90vh;
  overflow: auto;
  padding: 40px 32px 36px;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
  color: #000;
  background: #fff;
  text-align: center;
}

.neoconnect-dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.neoconnect-dialog-eyebrow {
  color: #04b4cc;
  font-weight: 600;
  margin-bottom: 12px;
}

.neoconnect-dialog h2 {
  margin: 0 0 18px;
}

.neoconnect-dialog p:not(.neoconnect-dialog-eyebrow) {
  margin-bottom: 28px;
}

.page-header-container .nav-cta[data-neoconnect-open] {
  font-family: inherit;
}
