.web-demo-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body.has-color {
  --card-muted: #48524f;
}

.signature {
  opacity: 1;
  transition: none;
}

body.has-color .signature {
  color: #ffffff;
}
