html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.progress {
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
}

.toc-group {
  background: #f7f6f4;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 14px 14px 10px;
  margin-bottom: 14px;
}

.toc-group-title {
  display: block;
  color: #111;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.toc-item + .toc-item {
  margin-top: 6px;
}

.fs-toc_link-4.w--current .h2-sidebar,
.fs-toc_link-4.w--current .h3-sidebar,
.toc-group-title.w--current .h2-sidebar {
  color: #111;
}

.tweet-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 16px 18px;
  max-width: 720px;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}

.tweet-card a {
  color: #0b65d9;
  text-decoration: none;
}

.tweet-card a:hover {
  text-decoration: underline;
}

.yt-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-block {
  margin: 12px 0 24px;
}

.video-section {
  display: block !important;
  clear: both;
  width: 100%;
  margin: 28px 0 12px;
  text-align: left;
}

.video-section h3 {
  display: block !important;
  width: 100%;
  margin: 0 0 10px;
  clear: both;
}

.video-section p {
  display: block !important;
  width: 100%;
  margin: 0 0 12px;
  clear: both;
}

.video-section .yt-block {
  width: 100%;
  max-width: 100%;
  margin: 0 0 32px;
  clear: both;
}

.yt-placeholder {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}

.w-embed {
  display: block;
}

.rich-text-block h3 {
  display: block;
  width: 100%;
  clear: both;
}

.rich-text-block h3 + p {
  clear: both;
}

.translator-note-wrap {
  margin-top: 40px;
}

.translator-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 36px 0 16px;
}

.translator-note {
  background: #f7f6f4;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 18px 20px;
}

.translator-note h3 {
  margin-top: 0;
}

form[data-form-disabled="true"] .w-button {
  opacity: 0.7;
}

form[data-form-disabled="true"] .w-button:disabled {
  cursor: not-allowed;
}
