#hotel-stadtmainz-map {
  width: 100% !important;
  height: 520px !important;
  min-height: 450px !important;
  display: block !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  position: relative !important;
  z-index: 1 !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
  background-color: #e5e3df !important;
}

.hm-marker {
  cursor: pointer;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
  transition: transform 0.2s ease;
}

.hm-marker:hover {
  transform: scale(1.15);
}

.hm-popup-inner {
  padding: 12px;
  font-family: inherit;
  color: #333333;
}

.hm-popup-city {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #6c2045;
  margin-bottom: 4px;
}

.hm-popup-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.hm-popup-image {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  border-radius: 4px;
}

.hm-popup-address {
  font-size: 13px;
  color: #555555;
  margin-bottom: 12px;
}

.hm-popup-btn {
  display: inline-block;
  background-color: #6c2045;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.hm-popup-btn:hover {
  background-color: #501633;
}
