.annotated-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.annotated-icon svg {
  width: 20px;
  height: 20px;
}
.annotated-icon span {
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 640px) {
.annotated-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.annotated-icon span {
    white-space: normal;
    height: auto;
    line-height: 1.3;
    margin-left: 8px;
    margin-top: 2px;
}
}

.diagram-right-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px;
}
.diagram-right-arrow .right-arrow-long {
  height: 15px;
  margin-top: 3px;
}
.diagram-right-arrow .right-arrow-long path {
  fill: #90ee90;
}
.diagram-right-arrow .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #90ee90;
  margin-right: 7px;
}
.diagram-right-arrow .label .lock {
  height: 12px;
}
.diagram-right-arrow .label span {
  font-size: 12px;
  margin-left: 3px;
}
.diagram-right-arrow .right-arrow-short path {
  fill: #90ee90;
}
@media (max-width: 640px) {
.diagram-right-arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0;
    gap: 6px;
}
.diagram-right-arrow .label {
    margin-right: 0;
    margin-bottom: 0;
}
.diagram-right-arrow .right-arrow-short,
  .diagram-right-arrow > svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}

section[data-v-537a6321] {
  background: #222;
}
nav[data-v-537a6321] {
  margin: 30px 0;
}

section[data-v-f18b4bf8] {
  background: #333;
}

section[data-v-43f80376] {
  background: #444;
}

section[data-v-35b67caa] {
  background: #333;
}

section[data-v-43c5d2e8] {
  background: #222;
}

section[data-v-1fb1408b] {
  background: #333;
}

section[data-v-23d996ea] {
  background: #222;
}

section[data-v-957842c4] {
  background: #333;
}

section[data-v-e1fa7d94] {
  background: #222;
  padding-bottom: 0;
}
nav[data-v-e1fa7d94] {
  margin-bottom: 50px;
}
nav a[data-v-e1fa7d94] {
  display: block;
}
footer[data-v-e1fa7d94] {
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
footer a[data-v-e1fa7d94] {
  margin-right: 30px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  color: #fafafa;
  background: #333;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  color: #42b983;
  color: #90ee90;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 600px) {
h1 {
    font-size: 24px;
}
}
svg {
  height: 30px;
}
code {
  background: #111;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 18px;
  margin: 20px 0;
  border-radius: 2px;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
}
@media (max-width: 600px) {
code {
    font-size: 13px;
    padding: 10px 14px;
}
}
p {
  line-height: 24px;
  margin: 20px 0;
}
section {
  padding: 30px 0;
}
section header {
  margin-bottom: 40px;
}
section header h2 {
  font-size: 1.7em;
  margin: 0;
}
@media (max-width: 600px) {
section header h2 {
    font-size: 1.4em;
}
}
section header h3 {
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 600px) {
section header h3 {
    font-size: 0.95em;
}
}
section h4 {
  font-size: 18px;
}
@media (max-width: 600px) {
section h4 {
    font-size: 16px;
}
}
.container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-left: max(20px, env(safe-area-inset-left, 0px));
  padding-right: max(20px, env(safe-area-inset-right, 0px));
}
.example {
  margin: 30px 0 80px;
}
.flow-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  padding: 0;
  min-width: 0;
}
@media (min-width: 641px) {
.flow-diagram {
    margin: 0 0 20px;
}
}
@media (max-width: 640px) {
.flow-diagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}
}

