@import url("/theme.css");
@import url("/locations.css");

/* Percentages exclude the document scrollbar; vw would crop the mobile sheet. */
#sheet-panel {
  width: min(640px, calc(100% - var(--rail)));
}
