#map {
  position: relative;
}

@media (max-width: 767px) {
  #map {
    height: 300px; /* Adjust height for small screens */
  }
}

#map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#contacts a {
  text-decoration: underline;
}

.row.align-items-center {
  display: flex;
  align-items: center;
}

.col-auto {
  flex: 0 0 auto;
}

.col {
  flex: 1 1 auto;
}

.bi {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#open-hours table tbody tr:nth-child(odd) {
  background-color: #f2f2f2; /* Adjust the color as needed */
}

#open-hours table tbody td {
  vertical-align: middle; /* Allinea verticalmente al centro */
}

.contact-title-type {
  margin-top: 0;
}
