html {
  scroll-behavior: smooth;
}

.wb-progress-fill-78 {
  width: 78%;
}

.wb-sidebar-demo {
  position: static;
  transform: none;
  height: auto;
  min-height: auto;
  width: 100%;
  box-shadow: none;
}

.wb-docs-shell,
.wb-components-shell,
.wb-examples-shell,
.wb-blocks-shell {
  padding-block: var(--wb-s16);
}

.wb-page-map {
  display: grid;
  gap: var(--wb-s4);
}

.wb-page-map a {
  text-decoration: none;
}

.wb-page-map a:hover {
  text-decoration: none;
}

.wb-component-group-list,
.wb-block-group-list {
  display: grid;
  gap: var(--wb-s6);
}

.wb-component-group-list article,
.wb-block-group-list article {
  border: 1px solid var(--wb-border);
  background: var(--wb-surface);
  padding: var(--wb-s5);
}

.wb-directory-note {
  color: var(--wb-muted);
  font-size: var(--wb-font-size-sm);
}
