.bx-list {
  width: min(100% - 32px, 440px);
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #0a0a0b;
  background: #efeee9;
  color: #0a0a0b;
  box-shadow: 0 28px 80px rgba(10, 10, 11, 0.28);
}

.bx-list::backdrop {
  background: rgba(10, 10, 11, 0.46);
}

.bx-list-card {
  position: relative;
  padding: 36px 28px 28px;
}

.bx-list-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  color: inherit;
  font: 400 28px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
  transform: rotate(45deg);
}

.bx-list-kicker {
  margin: 0;
  color: #7a90a4;
  font: 700 9px/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bx-list h2 {
  margin: 12px 0 0;
  font-size: clamp(42px, 8vw, 64px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.bx-list h2 em {
  display: block;
  color: #243a51;
  font: 400 italic 0.7em/0.9 Georgia, "Times New Roman", serif;
  text-transform: none;
  letter-spacing: -0.05em;
}

.bx-list-card > p {
  margin: 16px 0 0;
  max-width: 28em;
  font: 400 17px/1.5 Georgia, "Times New Roman", serif;
}

.bx-list-card label {
  display: block;
  margin-top: 22px;
  font: 700 8px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bx-list-card input[type="email"] {
  width: 100%;
  margin-top: 8px;
  padding: 14px 0 12px;
  border: 0;
  border-bottom: 1px solid #0a0a0b;
  background: transparent;
  color: #0a0a0b;
  font: 400 17px/1.4 Georgia, "Times New Roman", serif;
  border-radius: 0;
}

.bx-list-card input[type="email"]:focus {
  outline: none;
  border-bottom-color: #243a51;
}

.bx-list-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.bx-list-card button[type="submit"] {
  height: 54px;
  width: 100%;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid #0a0a0b;
  background: #0a0a0b;
  color: #fff;
  font: 700 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.bx-list-card button[type="submit"]:hover,
.bx-list-card button[type="submit"]:focus-visible {
  background: #243a51;
  border-color: #243a51;
}

.bx-list-card button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: wait;
}

.bx-list-code {
  margin: 22px 0 0;
  padding: 16px 0;
  border-top: 1px solid #0a0a0b;
  border-bottom: 1px solid #0a0a0b;
  font: 700 28px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
  text-align: center;
}

.bx-list-code[hidden] {
  display: none;
}

.bx-list-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  font: 400 15px/1.4 Georgia, "Times New Roman", serif;
}

.bx-list-status.is-error {
  color: #243a51;
}

.bx-list-status.is-ok {
  color: #0a0a0b;
}

.bx-list-fine {
  margin: 16px 0 0;
  font: 400 13px/1.45 Georgia, "Times New Roman", serif;
  color: rgba(10, 10, 11, 0.58);
}

.bx-list-fine a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
