.audit-page {
  width: min(calc(100% - 3rem), 1040px);
}

.audit-page--narrow {
  width: min(calc(100% - 3rem), 760px);
}

.audit-hero {
  padding-bottom: 2rem;
  border-bottom: 0;
}

.audit-flow {
  display: grid;
  gap: 0;
}

.audit-flow--start {
  gap: 0.9rem;
}

.audit-flow--wizard {
  gap: 1.15rem;
}

.audit-page--narrow .audit-flow--wizard {
  padding-top: 0.3rem;
}

.audit-flow__eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
}

.audit-preview-hero {
  position: relative;
  overflow: visible;
  min-height: 28rem;
  display: grid;
  align-items: end;
  padding: 2.4rem clamp(1.6rem, 4vw, 3rem) 2.2rem;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(177, 141, 79, 0.09), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.audit-preview-hero__media,
.audit-preview-hero__veil {
  position: absolute;
  inset: 0;
}

.audit-preview-hero__media {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 320ms ease, transform 520ms ease;
}

.audit-preview-hero__veil {
  background:
    linear-gradient(180deg, rgba(19, 44, 68, 0.08), rgba(19, 44, 68, 0.42)),
    linear-gradient(0deg, rgba(19, 44, 68, 0.14), rgba(19, 44, 68, 0.14));
  opacity: 0;
  transition: opacity 320ms ease;
}

.audit-preview-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  width: min(100%, 46rem);
  margin: 0 auto;
}

.audit-preview-hero .page-hero__title {
  max-width: 12.5ch;
  margin: 0;
  font-size: clamp(2.75rem, 5.4vw, 5rem);
  line-height: 0.92;
  transition: color 320ms ease, opacity 180ms ease;
  margin-inline: auto;
}

.audit-preview-hero .page-hero__title.is-changing {
  opacity: 0.62;
}

.audit-preview-hero.has-preview .audit-preview-hero__media,
.audit-preview-hero.has-preview .audit-preview-hero__veil {
  opacity: 1;
}

.audit-preview-hero.has-preview .audit-preview-hero__media {
  transform: scale(1);
}

.audit-preview-hero.has-preview .page-hero__title {
  color: #f4efe8;
  text-shadow: 0 0.08em 0.5em rgba(19, 44, 68, 0.16);
}

.audit-preview-hero--start {
  min-height: 24rem;
  overflow: hidden;
}

.audit-preview-hero.audit-preview-hero--start.has-preview .audit-preview-hero__media {
  inset: -12px;
  background-position: center 42%;
  filter: saturate(0.4) brightness(1.3) contrast(0.76) blur(8px);
  opacity: 0.22;
  transform: scale(1.08);
}

.audit-preview-hero.audit-preview-hero--start.has-preview .audit-preview-hero__veil {
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(236, 233, 227, 0.7), rgba(236, 233, 227, 0.52)),
    linear-gradient(0deg, rgba(236, 233, 227, 0.28), rgba(236, 233, 227, 0.28));
}

.audit-preview-hero.audit-preview-hero--start.has-preview.is-intro-pending .audit-preview-hero__media {
  opacity: 0;
}

.audit-preview-hero.audit-preview-hero--start.has-preview.is-intro-pending .audit-preview-hero__veil {
  opacity: 0;
}

.audit-preview-hero.audit-preview-hero--start.has-preview.is-intro-pending.is-ready .audit-preview-hero__media {
  opacity: 0.22;
  transition-duration: 680ms;
}

.audit-preview-hero.audit-preview-hero--start.has-preview.is-intro-pending.is-ready .audit-preview-hero__veil {
  opacity: 1;
  transition-duration: 680ms;
}

.audit-preview-hero--start .audit-preview-hero__content {
  width: min(100%, 30rem);
  gap: 1.15rem;
}

.audit-start-copy {
  max-width: 28rem;
  margin: -0.15rem auto 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.audit-start-text {
  transition: opacity 180ms ease, transform 220ms ease, color 220ms ease;
}

.audit-start-text.is-changing {
  opacity: 0;
  transform: translateY(0.3rem);
}

.audit-preview-hero.audit-preview-hero--start.has-preview .page-hero__title {
  max-width: 16ch;
  color: var(--navy);
  text-shadow: none;
  font-size: clamp(2.25rem, 4vw, 3.4rem);
}

.audit-hero .page-hero__intro {
  max-width: 34rem;
  font-size: 1rem;
}

.product-picker {
  display: grid;
  gap: 1.3rem;
  padding-top: 0.7rem;
}

.product-picker[hidden],
.audit-form-shell[hidden],
.audit-summary[hidden] {
  display: none !important;
}

.product-picker--deferred {
  padding-top: 1.35rem;
}

.audit-flow--wizard .product-picker--deferred,
.audit-flow--wizard .future-offers {
  width: min(100%, 48rem);
  margin-inline: auto;
}

.choice-form {
  display: grid;
  gap: 1.6rem;
}

.product-picker__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
  align-items: stretch;
}

.product-option {
  display: flex;
}

.product-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(19, 44, 68, 0.13);
  background: rgba(255, 255, 255, 0.18);
  color: var(--navy);
}

.product-card--choice {
  position: relative;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.product-card--choice:hover {
  border-color: rgba(19, 44, 68, 0.26);
  background: rgba(255, 255, 255, 0.28);
}

.product-option__input:checked + .product-card--choice {
  border-color: rgba(19, 44, 68, 0.36);
  background: rgba(255, 255, 255, 0.34);
}

.product-option__input:focus-visible + .product-card--choice {
  outline: 2px solid rgba(19, 44, 68, 0.24);
  outline-offset: 2px;
}

.product-card__dot {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.1rem;
  border: 1px solid rgba(19, 44, 68, 0.22);
  border-radius: 999px;
  background: transparent;
}

.product-option__input:checked + .product-card--choice .product-card__dot {
  border-color: var(--navy);
  background: radial-gradient(circle at center, var(--navy) 0 42%, transparent 43%);
}

.product-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.product-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.96;
  font-weight: 500;
}

.product-card p {
  margin: 0;
  color: var(--ink-soft);
}

.product-card__price {
  flex: 0 0 auto;
  margin: 0;
  padding-left: 1rem;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.45rem;
  line-height: 0.92;
  align-self: start;
}

.future-offers {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.2rem;
}

.future-offer {
  display: inline-flex;
  align-items: baseline;
  gap: 0.8rem;
  color: var(--ink-soft);
}

.future-offer h3,
.future-offer p {
  margin: 0;
  font-weight: 500;
}

.audit-form-shell {
  width: min(100%, 34rem);
  margin: 0 auto;
}

.audit-form-shell--wizard,
.audit-summary {
  width: min(100%, 34rem);
  margin: 0 auto;
}

.audit-form-shell--simple {
  display: grid;
  gap: 1.25rem;
  padding-top: 1.35rem;
  text-align: left;
}

.audit-form {
  display: grid;
  gap: 1rem;
  text-align: left;
}

.audit-start-form {
  width: min(100%, 28rem);
  display: grid;
  gap: 0.4rem;
  margin: 0 auto;
}

.audit-start-form .field > span {
  color: var(--accent);
  text-align: left;
}

.audit-start-form .field input {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(236, 233, 227, 0.88);
  box-shadow: 0 24px 48px rgba(19, 44, 68, 0.14);
}

.audit-start-stage {
  display: grid;
  gap: 0.9rem;
  transition: opacity 220ms ease, transform 220ms ease, max-height 260ms ease;
  transform-origin: top center;
  max-height: 32rem;
}

.audit-start-stage[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.7rem);
  max-height: 0;
  overflow: hidden;
}

.audit-start-stage[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.audit-start-form.is-submitting .primary-action--large {
  opacity: 0.72;
  cursor: progress;
}

.audit-start-form .primary-action--large {
  width: 100%;
  min-width: 0;
}

.audit-start-code-field {
  gap: 0.55rem;
}

.audit-code-entry {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
}

.audit-code-entry__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: text;
  color: transparent;
  caret-color: transparent;
}

.audit-code-entry__input:focus {
  outline: none;
}

.audit-code-entry__slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  border: 1px solid rgba(19, 44, 68, 0.14);
  background: rgba(236, 233, 227, 0.9);
  box-shadow: 0 18px 36px rgba(19, 44, 68, 0.1);
  color: var(--navy);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.audit-code-entry.is-focused .audit-code-entry__slot {
  border-color: rgba(19, 44, 68, 0.26);
  background: rgba(255, 255, 255, 0.96);
}

.audit-code-entry__slot.is-filled {
  color: var(--navy);
}

.audit-code-entry__slot.is-current {
  border-color: rgba(166, 141, 99, 0.4);
  box-shadow: 0 0 0 3px rgba(166, 141, 99, 0.12);
}

.audit-code-entry.is-focused .audit-code-entry__slot.is-current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1.55rem;
  background: rgba(19, 44, 68, 0.92);
  transform: translate(-50%, -50%);
  animation: audit-code-caret 1s steps(1) infinite;
}

.audit-code-entry.is-verifying .audit-code-entry__slot {
  opacity: 0.7;
}

.audit-code-entry.is-error .audit-code-entry__slot {
  border-color: rgba(155, 53, 53, 0.34);
  background: rgba(255, 244, 244, 0.92);
  color: #9b3535;
}

.audit-code-entry.is-shaking {
  animation: audit-code-shake 320ms ease;
}

@keyframes audit-code-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.audit-start-hint,
.audit-start-error {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: left;
}

.audit-start-hint {
  color: var(--ink-soft);
}

.audit-start-error {
  color: #9b3535;
}

.audit-start-reset {
  justify-self: start;
  padding: 0;
  min-height: 0;
  color: var(--ink-soft);
}

@keyframes audit-code-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(3px);
  }
}

.audit-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
}

.audit-summary {
  display: grid;
  gap: 1.15rem;
  padding-top: 0.2rem;
}

.audit-summary__head {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: end;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(19, 44, 68, 0.1);
}

.audit-summary__head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 0.92;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--navy);
}

.audit-summary__head strong {
  font-size: 3rem;
  line-height: 0.95;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  color: var(--navy);
  white-space: nowrap;
}

.audit-summary__meta {
  display: grid;
  gap: 0.2rem;
}

.audit-summary__meta-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  padding: 0.4rem 0;
}

.audit-summary__meta-row p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

.audit-summary__meta-row strong {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--navy);
  font-weight: 500;
  text-align: right;
}

.audit-summary__meta-row--notes strong {
  color: var(--ink-soft);
}

.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.1rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field > span {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: left;
}

.field--centered {
  text-align: center;
}

.field--centered .field-title {
  justify-content: center;
}

.field--centered input {
  text-align: center;
  max-width: 100%;
  padding: 1.15rem 1.2rem;
  background: rgba(236, 233, 227, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 38px rgba(19, 44, 68, 0.08);
}

.field-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.field--hero {
  width: min(100%, 42rem);
  margin: 0.2rem auto 0;
}

.field--hero input {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(236, 233, 227, 0.86);
  box-shadow: 0 24px 48px rgba(19, 44, 68, 0.14);
}

.audit-preview-hero.has-preview .field--hero > span {
  color: #f1ddba;
}

.audit-preview-hero.has-preview .field--hero .field-title {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.audit-preview-hero.has-preview .field--hero .field-help summary,
.audit-preview-hero.has-preview .field--hero .field-help__icon {
  color: rgba(244, 239, 232, 0.84);
}

.audit-preview-hero.is-fetching .field--hero input,
.audit-preview-hero.is-fetching .field-paste {
  opacity: 0.86;
}

.field-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 180ms ease, transform 220ms ease, max-height 220ms ease, margin 220ms ease;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(19, 44, 68, 0.14);
  background: rgba(255, 255, 255, 0.22);
  color: var(--navy);
  font: inherit;
}

.field textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.field-help {
  position: static;
  display: inline-flex;
}

.field-help summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(19, 44, 68, 0.46);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  list-style: none;
  transition: color 160ms ease;
}

.field-help summary::-webkit-details-marker {
  display: none;
}

.field-help summary:hover,
.field-help[open] summary {
  color: rgba(19, 44, 68, 0.72);
}

.field-help__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  color: rgba(19, 44, 68, 0.46);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.field-help__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.field-help__icon .field-help__dot {
  fill: currentColor;
  stroke: none;
}

.field-help__bubble {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  z-index: 3;
  width: min(18rem, calc(100vw - 4rem));
  transform: translateX(-50%);
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(19, 44, 68, 0.14);
  background: rgba(236, 233, 227, 0.98);
  box-shadow: 0 12px 24px rgba(19, 44, 68, 0.08);
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.field-help__bubble p {
  margin: 0;
}

.field-help__bubble p + p {
  margin-top: 0.45rem;
}

.audit-preview-feedback {
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}

.audit-preview-feedback__state,
.audit-preview-feedback__error {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.audit-preview-feedback__error {
  text-align: center;
  max-width: 30rem;
}

.audit-preview-feedback[hidden] {
  display: none !important;
}

.audit-preview-feedback__state[hidden],
.audit-preview-feedback__error[hidden] {
  display: none !important;
}

.audit-preview-feedback__glyph {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.audit-preview-feedback__glyph span {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(19, 44, 68, 0.38);
  animation: audit-preview-pulse 1s ease-in-out infinite;
}

.audit-preview-feedback__glyph span:nth-child(2) {
  animation-delay: 0.12s;
}

.audit-preview-feedback__glyph span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes audit-preview-pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.32;
  }
  50% {
    transform: translateY(-0.14rem);
    opacity: 0.9;
  }
}

.inline-icon {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  margin: 0 0.12rem;
  vertical-align: -0.12rem;
}

.inline-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid rgba(19, 44, 68, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--navy);
  text-decoration: none;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-action--large {
  min-height: 3.35rem;
  width: fit-content;
  min-width: 12rem;
  padding-inline: 1.6rem;
  justify-self: center;
}

.audit-form-shell--simple .primary-action--large {
  margin-top: 0.1rem;
}

.primary-action[disabled] {
  opacity: 0.42;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .audit-page,
  .audit-page--narrow {
    width: min(calc(100% - 2rem), 1040px);
  }

  .product-picker__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .audit-hero {
    padding-bottom: 1.2rem;
  }

  .audit-hero .page-hero__title {
    font-size: clamp(2.5rem, 10vw, 4rem);
    line-height: 0.94;
  }

  .product-picker {
    padding-top: 0.2rem;
  }

  .product-picker--deferred {
    padding-top: 0.8rem;
  }

  .product-card {
    padding: 1.15rem 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
  }

  .product-card__price {
    font-size: 2.1rem;
    padding-left: 0.35rem;
  }

  .future-offers {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.8rem;
  }

  .audit-flow--wizard {
    gap: 0.85rem;
  }

  .audit-summary__head {
    gap: 0.85rem;
    padding-bottom: 0.7rem;
  }

  .audit-summary__head h2 {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
    line-height: 0.95;
  }

  .audit-summary__head strong {
    font-size: 2.25rem;
  }

  .audit-summary__meta {
    gap: 0.1rem;
  }

  .audit-summary__meta-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 0.32rem 0;
  }

  .audit-summary__meta-row p {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .audit-summary__meta-row strong {
    font-size: 0.96rem;
    text-align: right;
  }

  .audit-step-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .secondary-action,
  .audit-step-actions .primary-action--large {
    width: 100%;
  }

  .future-offer {
    justify-content: center;
    gap: 0.55rem;
  }

  .audit-preview-hero {
    min-height: 18rem;
    padding: 1.7rem 1.05rem 1.4rem;
  }

  .audit-preview-hero--start {
    min-height: 20rem;
  }

  .audit-preview-hero .page-hero__title {
    max-width: none;
    font-size: clamp(2.3rem, 11vw, 3.8rem);
  }

  .audit-start-copy {
    font-size: 0.94rem;
  }

  .audit-start-form {
    gap: 0.85rem;
  }

  .audit-code-entry {
    gap: 0.35rem;
  }

  .audit-code-entry__slot {
    min-height: 3.2rem;
    font-size: 1.3rem;
  }

  .field--hero {
    width: 100%;
  }

  .field-help__bubble {
    left: 50%;
    right: auto;
    width: min(16rem, calc(100vw - 3rem));
    transform: translateX(-50%);
  }

  .primary-action--large {
    width: 100%;
  }

  .audit-form-shell--simple {
    gap: 1rem;
    padding-top: 1.1rem;
  }

  .audit-form-shell--simple .field {
    gap: 0.7rem;
  }

  .audit-form-shell--simple .field select,
  .audit-form-shell--simple .field textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .audit-form-shell--simple .field textarea {
    min-height: 8rem;
  }

  .audit-form-shell--simple .primary-action--large {
    margin-top: 1.2rem;
  }
}
