Change width of the sidebar

Add this code to the Custom CSS field on the Style tab of your Store Locator widget’s settings:

[class*="desktop-layout__Sidebar-sc"],
[class*="tablet-layout__Sidebar-sc"] {
  flex-basis: 300px;
  max-width: 300px;
}