
.gh3-map-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.gh3-sidebar {
    width: 300px;
    padding: 15px;
    background: #f8f8f8;
    overflow-y: auto;
    max-height: 600px;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}
.gh3-sidebar h3 {
    margin-top: 0;
	padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .gh3-map-wrapper {
    display: flex;
    flex-direction: column;
  }

  .gh3-sidebar {
    width: 100% !important;
    max-height: none;
    box-shadow: none;
    order: 1;
  }

  .gh3-map-area {
    width: 100% !important;
    height: 400px !important; /* Harita yüksekliğini zorunlu belirle */
    min-height: 300px;
    order: 2;
  }
}



#gh3-location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#gh3-location-list li {
    cursor: pointer;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}
#gh3-location-list li:hover {
    background-color: #eee;
}
.gh3-map-area {
    flex: 1;
    min-width: 300px;
    height: 600px;
}

/* style.css içinde */
.leaflet-popup-content strong {
    font-size: 14px;
	text-align: center;
    line-height: 1.2;
	display: block;
}

.leaflet-popup-content a.yol-tarifi-btn {
  display: inline-block;
  background-color: #28a745;
  color: #fff !important;
  padding: 10px 18px;
  margin-top: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.leaflet-popup-content a.yol-tarifi-btn:hover {
  background-color: #218838;
  transform: translateY(-1px);
}
