/* Repair interactive form states without changing the established layout. */
.pv .button[hidden] { display: none; }
.pv__summary > .pv__eyebrow { color: #ffffff !important; }
.pv .button--ghost { background: transparent; color: var(--forest); }
.pv__send .button--ghost { color: #ffffff; }
.pv__send .button--ghost:hover { background: #ffffff12; }
.pv__card:focus-within {
  outline: 3px solid var(--v18-clay);
  outline-offset: 3px;
}
