.map-shortcode-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}

.map-container {
  width: 100%;
  margin: 0 auto;
}

#multi-location-map {
  width: 100%;
  height: 500px;
  border-radius: 8px;
}

.location-card .location-buttons {
  display: flex;
  gap: 10px;
  padding: 0 0 15px;
  justify-content: center;
}

.location-card .btn {
  flex: 1;
  display: block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #8d0303;
  color: #fff;
}

.location-card .callback-button {
  background-color: #8d0303;
  color: white;
}

.location-card .on-site-button {
  background-color: #8d0303;
  color: white;
}

.location-search-container {
  position: relative;
  display: flex;
  justify-content: center;
  top: -50px;
  align-items: center;
  margin: 20px auto;
  padding: 10px;
  max-width: 350px;
  width: 100%;
  background-color: #ccd1da;
  border: 4px solid white;
  min-height: 50px;
  height: auto;
  z-index: 1000;
}

.location-search {
  width: 100%;
  height: auto;
}

.postal-code-input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.location-details-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.location-card {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  background-color: #eef2fa;
}
.location-card .location-card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
}
.location-card .location-photo-container {
  flex-shrink: 0;
  margin-right: 15px;
}
.location-card .location-photo-container .location-photo {
  width: 90px;
  height: auto;
}
.location-card .location-info {
  flex: 1;
  text-align: left;
}
.location-card .location-info .location-name {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.location-card .location-info .location-address,
.location-card .location-info .location-city {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.location-card .location-info .location-city {
  margin-bottom: 15px;
}
.location-card .location-link {
  display: block;
  padding: 12px;
  background-color: #8d0303;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.location-card .location-link:hover {
  background-color: #8d0303;
  color: white;
}
.location-card .location-email a {
  display: inline-block;
  max-width: 100%;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.location-card .location-email a:hover {
  color: #8d0303;
}
.location-card .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .location-card .location-email a {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
  }
}
.location-card .location-telephone,
.location-card .location-fax, .location-card .location-email,
.location-card .location-telephone a,
.location-card .location-fax a, .location-card .location-email a {
  font-size: 14px;
  margin: 0;
  color: #666;
}
