/**** IMPOSTAZIONE CSS PER LA CARD DOVE SI TROVA ****/
.location-list {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.location-list::after {
  display: block;
  clear: both;
  content: "";
}
.location-list li {
  margin: 0 0 7px 0;
  display: flex;
  clear: both;
  align-items: flex-start;
}
.responsive-tabs-wrapper .location-list li {
  margin-bottom: 10px;
}
.location-list .location-title {
  width: 70px;
  text-align: right;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.location-list .location-title span {
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  opacity: 0.45;
}
.responsive-tabs-wrapper .location-list .location-title span {
  font-size: .94rem;
  opacity: 1;
}
.location-list .location-content {
  font-size: .88rem;
  padding: 1px 0 0 0;
}
.responsive-tabs-wrapper .location-list .location-content {
  font-size: 1rem;
}
.location-list .location-content p {
  margin: 0 0 0 0;
}
.responsive-tabs-wrapper .location-list .location-content p {
  font-size: 1rem;
}
.map-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.map-wrapper .map, .map-wrapper .map-large {
  width: 100%;
  height: 100%;
}
