.wrap-yBUNQyVA {
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}
.wrap-yBUNQyVA.positionBottom-yBUNQyVA {
  align-items: flex-end;
}
.backdrop-yBUNQyVA {
  background-color: #9598a1;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
}
html.theme-dark .backdrop-yBUNQyVA {
  background-color: #0c0e15;
}
.drawer-yBUNQyVA {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  box-shadow: 0 2px 4px #0003;
  box-sizing: border-box;
  padding: 6px 0;
  z-index: 1;
}
html.theme-dark .drawer-yBUNQyVA {
  background: #1e222d;
  box-shadow: 0 2px 4px #0006;
}
.drawer-yBUNQyVA.positionLeft-yBUNQyVA {
  margin-right: 40px;
  max-width: calc(100% - 40px);
  min-width: 260px;
}
.drawer-yBUNQyVA.positionBottom-yBUNQyVA {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-basis: 100%;
  margin-top: var(--drawer-margin-top-distance, 100px);
  max-height: calc(100% - var(--drawer-min-top-distance, 100px));
  overflow: auto;
}
.drawer-yBUNQyVA:focus {
  outline: none;
}
