.icasop-volunteer-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.icasop-volunteer-status {
  min-height: 1.5em;
  margin-top: 0.85rem;
}

.icasop-volunteer-status[data-state="success"] {
  color: #17633a;
  font-weight: 700;
}

.icasop-volunteer-status[data-state="error"] {
  color: #a12727;
  font-weight: 700;
}

[data-volunteer-ready="true"] [aria-invalid="true"] {
  outline: 2px solid #a12727;
  outline-offset: 2px;
}

