.stores-container .list-group {
  max-height: 375.5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.stores-container .list-group .link-store {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px;
  margin-top: 8px;
}
