.registry-intro {
  max-width: 980px;
  margin: 0 auto 2.5em;
}

.registry-page .wrapper.style1 {
  background: #0d1e2e;
  color: #d0e5f1;
}

.registry-page .wrapper.style1 strong,
.registry-page .wrapper.style1 b {
  color: #071f3d;
}

.registry-intro h3,
.registry-section h3,
.registry-section h4,
.registry-form label,
.registry-form legend {
  color: #071f3d;
}

.wrapper.style1 .registry-intro h3,
.wrapper.style1 .registry-section > h3,
.wrapper.style1 .registry-form label,
.wrapper.style1 .registry-form legend {
  color: #071f3d;
}

.wrapper.style1 .registry-intro h3,
.wrapper.style1 .registry-section > h3 {
  color: #ffffff;
}

.wrapper.style1 .registry-intro p,
.wrapper.style1 .registry-section > p {
  color: #d0e5f1;
}

.wrapper.style1 .registry-panel h4,
.wrapper.style1 .registry-tender strong,
.wrapper.style1 .registry-form h4 {
  color: #071f3d;
}

.wrapper.style1 .registry-panel p,
.wrapper.style1 .registry-tender,
.wrapper.style1 .registry-form .field-note {
  color: #253b54;
}

.registry-intro .lead {
  color: #e4f1fb;
  font-size: 1.08em;
}

.registry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35em;
  margin: 2em 0;
}

.registry-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 31, 61, 0.16);
  border-radius: 8px;
  padding: 1.4em;
  box-shadow: 0 10px 28px rgba(7, 31, 61, 0.08);
}

.registry-panel p,
.registry-section p,
.registry-form .field-note {
  color: #253b54;
}

.registry-kicker {
  color: #426b9b;
  font-family: "Cinzel", serif;
  font-size: 0.82em;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}

.registry-section {
  margin: 2.5em 0;
}

.registry-tender-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  margin-top: 1.4em;
}

.registry-tender {
  background: #f7f9fc;
  border: 1px solid rgba(7, 31, 61, 0.14);
  border-radius: 8px;
  padding: 1.1em;
}

.registry-tender strong {
  color: #071f3d;
  display: block;
  margin-bottom: 0.4em;
}

.registry-form {
  background: #ffffff;
  border: 1px solid rgba(7, 31, 61, 0.14);
  border-radius: 8px;
  padding: 1.5em;
}

.registry-form fieldset {
  border: 1px solid rgba(7, 31, 61, 0.14);
  border-radius: 8px;
  margin: 0 0 1.5em;
  padding: 1.2em;
}

.registry-form legend {
  font-family: "Cinzel", serif;
  padding: 0 0.4em;
}

.registry-form input[type="text"],
.registry-form input[type="email"],
.registry-form input[type="tel"],
.registry-form input[type="date"],
.registry-form select,
.registry-form textarea {
  background: #f8fbff;
  border: 1px solid #9eb5cf;
  color: #071f3d;
}

.wrapper.style1 .registry-form input[type="text"],
.wrapper.style1 .registry-form input[type="email"],
.wrapper.style1 .registry-form input[type="tel"],
.wrapper.style1 .registry-form input[type="date"],
.wrapper.style1 .registry-form select,
.wrapper.style1 .registry-form textarea {
  background: #f8fbff;
  border: 1px solid #9eb5cf;
  color: #071f3d;
}

.registry-form select option {
  background: #ffffff;
  color: #071f3d;
}

.registry-form input::placeholder,
.registry-form textarea::placeholder {
  color: #58718e !important;
  opacity: 1;
}

.wrapper.style1 .registry-form input::placeholder,
.wrapper.style1 .registry-form textarea::placeholder {
  color: #58718e !important;
  opacity: 1;
}

.registry-form .choice-group {
  line-height: 1.45;
}

.choice-group-inline,
.choice-group-stack {
  display: flex;
  gap: 0.8em 1.25em;
}

.choice-group-inline {
  align-items: center;
  flex-wrap: wrap;
}

.choice-group-stack {
  align-items: flex-start;
  flex-direction: column;
}

.registry-form .registry-choice,
.wrapper.style1 .registry-form .registry-choice {
  align-items: flex-start;
  color: #243a54;
  display: inline-flex;
  gap: 0.55em;
  margin: 0;
  padding: 0;
  position: static;
}

.registry-form .registry-choice:before,
.wrapper.style1 .registry-form .registry-choice:before {
  content: none;
  display: none;
}

.registry-form .registry-choice input[type="checkbox"],
.registry-form .registry-choice input[type="radio"],
.wrapper.style1 .registry-form .registry-choice input[type="checkbox"],
.wrapper.style1 .registry-form .registry-choice input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  display: inline-block;
  flex: 0 0 auto;
  height: 1.1em;
  margin: 0.18em 0 0;
  opacity: 1;
  position: static;
  width: 1.1em;
  z-index: auto;
}

.registry-form .registry-choice span {
  display: inline-block;
}

.registry-form .field-note {
  font-size: 0.9em;
  margin: 0.45em 0 0;
}

.registry-verification,
.wrapper.style1 .registry-verification {
  color: #243a54;
  margin-top: 0.5em;
}

.registry-verification img {
  margin: 0 0.35em;
  vertical-align: middle;
}

.registry-submit-actions {
  margin: 1.3em 0 0;
}

.registry-submit-actions .button {
  margin-right: 0.75em;
}

.wrapper.style1 .registry-submit-actions input[type="submit"],
.wrapper.style1 .registry-submit-actions input[type="reset"],
.wrapper.style1 .registry-submit-actions .button {
  box-shadow: inset 0 0 0 2px #071f3d;
  color: #071f3d;
}

.wrapper.style1 .registry-submit-actions input[type="submit"].primary {
  background: #071f3d;
  box-shadow: inset 0 0 0 2px #071f3d;
  color: #ffffff;
}

.wrapper.style1 .registry-submit-actions input[type="submit"]:hover,
.wrapper.style1 .registry-submit-actions input[type="reset"]:hover,
.wrapper.style1 .registry-submit-actions .button:hover {
  background: #dce9f4;
  color: #071f3d;
}

.wrapper.style1 .registry-submit-actions input[type="submit"].primary:hover {
  background: #123b66;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .registry-grid,
  .registry-tender-list {
    grid-template-columns: 1fr;
  }
}
