form[id^="newcom-wizard-form"] {
  --color: #000;

  details summary {
    --color: #fff;
  }

  details[open] summary {
    --color: #000;
  }

  .error {
    /* color: red !important; */
    /* color: #a01919 !important; */
    --color: #f00 !important;
  }

  .ok {
    --color: #71c806 !important;
  }
}
