<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">pre {
  margin: 0;
  padding: 0;

  border: none;

  background: transparent;
}

pre.html {
  margin: 0;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
}

code[class*="language-"], pre[class*="language-"] {
  text-shadow: none;
  font-size: inherit;
}

.spectrum-BigSubtleLink {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  vertical-align: middle;
}

.spectrum-BigSubtleLink.focus-ring,
.spectrum-BigSubtleLink:hover {
  text-decoration: underline;
}

/* For documentation beautification only - DO NOT COPY */
.dummy-spacing {
  height: var(--spectrum-global-dimension-size-2400);
}

/* Limit slider widths */
.spectrum-Slider {
  max-width: var(--spectrum-global-dimension-size-3000);
}
</pre></body></html>