﻿div.Store__Map {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 759px) {
  div.Store__Map {
    flex-wrap: wrap;
    gap: 5px;
  }
  div.Store__Map div.Stores__List {
    width: 100%;
  }
}
div.Store__Map div.Store__List {
  display: flex;
  justify-content: space-between;
}
div.Store__Map div.Stores__Time {
  width: 100%;
  margin: 5px;
}
div.Store__Map div.Store__Name {
  border-bottom: unset;
  padding: 0;
}
div.Store__Map div.Stores__Road__Container {
  width: 100%;
  display: flex;
}
div.Store__Map div.Stores__Road {
  margin-left: auto;
  padding: 8px;
  background-color: black;
  width: 40%;
  color: #f3f3f3;
  text-align: center;
}
div.Store__Map div.Store__Box {
  border: solid;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #f3f3f3;
}
div.Store__Map div.Mappa__Stores {
  width: 900px;
  height: 900px;
}
div.Store__Map div.Collapse {
  margin-bottom: 0;
}
