/* Location Section Styles */
.location-section {
  margin: 30px 0;
  padding: 0;
}

.location-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.location-container {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.location-map {
  width: 100%;
  height: 200px;
}

.map-info {
  padding: 15px;
  display: flex;
  align-items: center;
  background: white;
}

.map-label {
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
}

.location-name {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: auto;
}

.location-pin-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.navigate-button {
  display: block;
  background: #d94141;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.navigate-button:hover {
  background: #c03535;
  color: white;
  text-decoration: none;
}

.more-attractions {
  margin-top: 15px;
  text-align: center;
}

.more-button {
  display: inline-block;
  background: #d94141;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.more-button:hover {
  background: #c03535;
  color: white;
  text-decoration: none;
}

/* Map overlay styles */
.marker-overlay {
  position: absolute;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: auto;
  min-width: 200px;
}

.marker-content {
  font-family: Arial, sans-serif;
}

.marker-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.marker-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5px;
  align-items: center;
}

.marker-tag {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.pratercard-dot {
  color: #e04848;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.open-status {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.open-dot {
  color: #41b966;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}