
/* v40 - Yol Haritası sayfası */
#planMap{ height: min(62vh, 640px); border-radius: 18px; overflow: hidden; }
.sug-box{ position:absolute; z-index: 50; width:100%; max-height: 260px; overflow:auto; }
.stop-item{ padding:10px 12px; border:1px solid rgba(0,0,0,.08); border-radius:14px; background:#fff; }
.e-station-icon .e-badge{
  width:28px; height:28px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#00c853; color:#fff; font-weight:800;
  box-shadow:0 6px 16px rgba(0,200,83,.35);
  border:2px solid #fff;
}
@media (max-width: 768px){
  #planMap{ height: 56vh; }
}


/* v40.3 - başlangıç/varış pinleri */
.pin-dot .pin-inner{
  width:18px;height:18px;border-radius:50%;
  border:3px solid #fff;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.pin-from .pin-inner{ background:#1e88e5; } /* mavi */
.pin-to .pin-inner{ background:#1e88e5; }   /* mavi */

/* Varış çevresi istasyonları */
.dest-station .e-badge{
  background:#1e88e5;
  box-shadow:0 6px 16px rgba(30,136,229,.35);
}

/* v40.7 - suggestion kesin gizleme */
.force-hide{ display:none !important; }
