.slide-in {
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: var(--corner_radius-small);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  width: 0;
}
.slide-in.expanded, .slide-in > * {
  width: 300px;
}

/*# sourceMappingURL=slide_in_pane.css.map */
