.bigmt-parish-form-shell {
  max-width: 1100px;
  margin-inline: auto;
  scroll-margin-top: 110px;
}

.bigmt-form-heading {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.bigmt-form-heading h2 {
  margin-bottom: .55rem;
}

.bigmt-parish-form {
  padding: clamp(1.15rem, 3vw, 2.2rem);
  border: 1px solid var(--line, #d7dee2);
  border-radius: var(--radius, 1rem);
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 40, 50, .08);
}

.bigmt-form-progress {
  display: none;
  gap: .4rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.bigmt-forms-enhanced .bigmt-form-progress {
  display: flex;
}

.bigmt-form-progress li {
  flex: 1;
  min-width: 0;
  padding: .65rem .25rem;
  border-bottom: 4px solid var(--line, #d7dee2);
  color: var(--muted, #586873);
  font-size: .76rem;
  font-weight: 750;
  text-align: center;
}

.bigmt-form-progress li span {
  display: inline-grid;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .2rem;
  place-items: center;
  border-radius: 50%;
  background: #edf1f3;
}

.bigmt-form-progress li.active,
.bigmt-form-progress li.complete {
  border-color: var(--gold, #c4933f);
  color: var(--navy, #173a50);
}

.bigmt-form-progress li.active span,
.bigmt-form-progress li.complete span {
  background: var(--gold-soft, #f4dfb5);
}

.bigmt-form-step > header {
  margin-bottom: 1.25rem;
}

.bigmt-form-step > header h3 {
  margin-bottom: .4rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.bigmt-form-group,
.bigmt-repeat-item {
  min-width: 0;
  margin: 0 0 1.35rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--line, #d7dee2);
  border-radius: .85rem;
  background: #fbfcfc;
}

.bigmt-form-group > legend,
.bigmt-repeat-item > legend {
  padding-inline: .35rem;
  color: var(--navy, #173a50);
  font-family: Georgia, serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.bigmt-form-group-description {
  margin-top: 0;
  color: var(--muted, #586873);
}

.bigmt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bigmt-form-field {
  min-width: 0;
}

.bigmt-form-field--wide,
.bigmt-form-inline-notice {
  grid-column: 1 / -1;
}

.bigmt-form-field > label:not(.bigmt-form-checkbox) {
  display: block;
  margin-bottom: .35rem;
  color: var(--navy, #173a50);
  font-weight: 750;
}

.bigmt-parish-form .required {
  color: var(--red, #9b1c1c);
}

.bigmt-form-field input:not([type="checkbox"]),
.bigmt-form-field select,
.bigmt-form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: .72rem .8rem;
  border: 1px solid #8496a2;
  border-radius: .55rem;
  background: #fff;
  color: var(--ink, #26343d);
  font: inherit;
}

.bigmt-form-field textarea {
  min-height: 125px;
  resize: vertical;
}

.bigmt-form-field input:focus,
.bigmt-form-field select:focus,
.bigmt-form-field textarea:focus {
  border-color: var(--navy, #173a50);
  outline: 3px solid rgba(196, 147, 63, .38);
  outline-offset: 1px;
}

.bigmt-form-field small {
  display: block;
  margin-top: .35rem;
  color: var(--muted, #586873);
  font-size: .86rem;
}

.bigmt-form-checkbox,
.bigmt-test-confirmation {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: var(--navy, #173a50);
  font-weight: 700;
}

.bigmt-form-checkbox input,
.bigmt-test-confirmation input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .15rem;
  flex: 0 0 auto;
}

.bigmt-form-inline-notice {
  padding: .9rem 1rem;
  border-left: 4px solid var(--gold, #c4933f);
  border-radius: .45rem;
  background: #fff8e9;
}

.bigmt-form-inline-notice p:last-child {
  margin-bottom: 0;
}

.bigmt-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1.6rem;
}

.bigmt-parish-form:not(.bigmt-forms-enhanced) [data-form-next],
.bigmt-parish-form:not(.bigmt-forms-enhanced) [data-form-back],
.bigmt-parish-form:not(.bigmt-forms-enhanced) .bigmt-form-actions > span:only-child {
  display: none;
}

.bigmt-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bigmt-form-errors,
.bigmt-form-success {
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 5px solid var(--red, #9b1c1c);
  border-radius: .5rem;
  background: #fff0ef;
}

.bigmt-form-success {
  display: grid;
  gap: .3rem;
  border-color: #287a4b;
  background: #edf8f1;
}

.bigmt-form-errors ul {
  margin-bottom: 0;
}

.bigmt-form-privacy {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line, #d7dee2);
  color: var(--muted, #586873);
  font-size: .88rem;
}

.bigmt-repeat-item[hidden],
[data-condition-field][hidden],
[data-member-condition][hidden] {
  display: none !important;
}

.bigmt-stewardship-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.bigmt-stewardship {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line, #d7dee2);
  background: #fff;
}

.bigmt-stewardship th,
.bigmt-stewardship td {
  padding: .8rem;
  border-bottom: 1px solid var(--line, #d7dee2);
  text-align: left;
  vertical-align: top;
}

.bigmt-stewardship thead th {
  background: #edf2f4;
  color: var(--navy, #173a50);
}

.bigmt-member-choices {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
}

.bigmt-member-choices label {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
  white-space: nowrap;
}

.bigmt-form-review {
  display: grid;
  gap: 1rem;
}

.bigmt-form-review section {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line, #d7dee2);
  border-radius: .75rem;
  background: #fbfcfc;
}

.bigmt-form-review h4 {
  margin: 0 0 .7rem;
  color: var(--navy, #173a50);
  font-size: 1.1rem;
}

.bigmt-form-review dl {
  display: grid;
  grid-template-columns: minmax(150px, .5fr) minmax(0, 1fr);
  gap: .35rem 1rem;
  margin: 0;
}

.bigmt-form-review dt {
  font-weight: 750;
}

.bigmt-form-review dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.cf-turnstile {
  min-height: 65px;
}

@media (max-width: 760px) {
  .bigmt-form-grid,
  .bigmt-form-review dl {
    grid-template-columns: 1fr;
  }

  .bigmt-form-progress li {
    font-size: 0;
  }

  .bigmt-form-progress li span {
    margin: 0;
    font-size: .8rem;
  }

  .bigmt-form-actions {
    align-items: stretch;
  }

  .bigmt-form-actions .button,
  .bigmt-test-confirmation,
  .cf-turnstile {
    width: 100%;
  }

  .bigmt-form-actions .button {
    justify-content: center;
  }
}
