/* Map Wrapper - Beyaz çerçeve */
.map-wrapper {
  max-width: 1100px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10), 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Map Title */
.map-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
  font-family: "Source Sans 3", sans-serif;
}

/* Map Description */
.map-description {
  font-size: 14px;
  font-weight: 400;
  color: #565656;
  line-height: 1.6;
  margin-bottom: 16px;
}

.map-description strong {
  font-weight: 700;
  color: #000;
}

/* Map Container */
.tour-map-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tour-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .map-wrapper {
    border-radius: 0;
    margin: 16px 0;
  }
}
