show-source-button {
  display: none;
}

.privacy-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  background-color: #bdd8e0;
  color: #242265;
}
.privacy-links a,
.privacy-links a:visited {
  text-decoration: none;
  color: #242265;
}
.privacy-links a:hover {
  text-decoration: underline;
}

.demo-tutorial .privacy-links {
  background-color: var(--toolbar-color);
  color: white;
}
.demo-tutorial .privacy-links a,
.demo-tutorial .privacy-links a:visited {
  color: white;
}

.demo-sidebar-footer {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin: auto 0 0;
  background-color: #29323c;
  color: white;
  cursor: pointer;
  z-index: 1;
}

.demo-sidebar-footer .separator {
  margin: 0 0.5em;
  background: currentColor;
  width: 1px;
  height: 1.2em;
}

.demo-sidebar-footer-buttons {
  display: flex;
  flex-direction: row;
  background-color: #29323c;
  padding: 8px 0;
}

.demo-sidebar-footer-button {
  position: relative;
  display: block;
  flex: 1;
  color: #f7f7f7;
  background-color: #29323c;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  height: 100%;
  max-height: 40px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: max-height, padding;
}

.demo-tutorial .demo-sidebar-footer-buttons,
.demo-tutorial .demo-sidebar-footer-button {
  background-color: var(--toolbar-color);
}

.demo-sidebar-footer-buttons.demo-tutorial {
  align-items: center;
}

.demo-sidebar-footer-buttons.demo-tutorial > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-decoration: none;
  text-align: center;
  color: white;
}

.demo-sidebar-footer-buttons.demo-tutorial > a img {
  margin-right: 0.5em;
}

.demo-sidebar-footer-button.yellow {
  color: #fcfe1f;
}

.demo-sidebar-footer-button img {
  height: 16px;
}

.demo-sidebar-footer-buttons:not(.demo-tutorial):hover .demo-sidebar-footer-button {
  padding: 3px 0;
  max-height: 102px;
}

.demo-header a.github-header-link {
  display: flex;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 18px;
}

.demo-is-preview .demo-header a.github-header-link {
  display: none;
}

.github-header-link:not(.disabled):hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.15) inset;
}

a.disabled {
  cursor: default;
  opacity: 0.5;
}

:fullscreen .github-header-link {
  padding: 3px;
}

@media screen and (max-height: 500px) {
  .demo-header a.github-header-link,
  #btn-fullscreen {
    padding: 3px;
  }
}

.status-bar-version {
  display: none;
}

.basic-demo .demo-header {
  display: flex;
}

.basic-demo .demo-header__right {
  align-items: center;
}

.basic-demo .demo-header a.github-header-link {
  padding: 0;
  width: 24px;
  height: 24px;
}

.js-badge,
.ts-badge {
  display: none !important;
}
