.drawer_root_83e17ee9 {
  place-items: stretch;
  overflow: hidden;
}

.drawer_root_83e17ee9::backdrop {
  background-color: transparent;
  transition: background-color 0.22s ease;
}

.drawer_root_83e17ee9:open::backdrop,
.drawer_root_83e17ee9[open]::backdrop {
  background-color: rgb(15 23 42 / 48%);
}

.drawer_root_left_66540e0f {
  justify-items: start;
  align-items: stretch;
}

.drawer_root_right_036e6208 {
  justify-items: end;
  align-items: stretch;
}

.drawer_root_top_f73762e8 {
  justify-items: stretch;
  align-items: start;
}

.drawer_root_bottom_8a39583a {
  justify-items: stretch;
  align-items: end;
}

.drawer_content_fb2e1e81 {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
  min-width: 0;
  border: 1px solid var(--frey-color-border-subtle);
  background-color: var(--frey-color-surface);
  color: var(--frey-color-text);
  box-shadow: 0 20px 40px rgb(0 0 0 / 24%);
  opacity: 0;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  overflow: auto;
  overflow-wrap: anywhere;
}

.drawer_root_83e17ee9:open .drawer_content_fb2e1e81,
.drawer_root_83e17ee9[open] .drawer_content_fb2e1e81 {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.drawer_content_left_9270d5b6,
.drawer_content_right_598c6bbc {
  width: min(30rem, 100vw);
  height: 100vh;
  border-radius: 0;
}

.drawer_content_left_9270d5b6 {
  border-left: 0;
  transform: translateX(-100%);
}

.drawer_content_right_598c6bbc {
  border-right: 0;
  transform: translateX(100%);
}

.drawer_content_top_5a8f22cf,
.drawer_content_bottom_d6417f3a {
  width: 100vw;
  height: min(22rem, 100vh);
  border-radius: 0;
}

.drawer_content_top_5a8f22cf {
  border-top: 0;
  transform: translateY(-100%);
}

.drawer_content_bottom_d6417f3a {
  border-bottom: 0;
  transform: translateY(100%);
}

.drawer_header_a251b5e9 {
  margin-bottom: 0.75rem;
}

.drawer_title_02881cc2 {
  margin: 0;
}

.drawer_description_9bdd0182 {
  margin-top: 0.5rem;
}

.drawer_body_e799fe47 {
  min-width: 0;
}

.drawer_footer_0d9a042f {
  margin-top: auto;
}

@media (forced-colors: active) {
  .drawer_content_fb2e1e81 {
    background-color: Canvas;
    color: CanvasText;
    border: 1px solid ButtonBorder;
    box-shadow: none;
  }

  .drawer_root_83e17ee9:open::backdrop,
  .drawer_root_83e17ee9[open]::backdrop {
    background-color: Canvas;
  }
}

@media (prefers-reduced-motion: reduce) {
  .drawer_root_83e17ee9::backdrop,
  .drawer_content_fb2e1e81 {
    transition: none;
  }
}
