#map {
      height: 500px;
      width: 100%;
      border-radius: 8px;
    }
    
    /* Yol tarifi butonları için stiller */
    .route-container {
      text-align: center;
      padding: 5px;
    }
    .route-buttons {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 10px;
    }
    .route-btn {
      display: block;
      padding: 8px 12px;
      color: #ffffff !important;
      text-decoration: none;
      border-radius: 4px;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      transition: opacity 0.2s;
    }
    .route-btn:hover {
      opacity: 0.9;
    }
    .btn-google { background-color: #4285F4; }
    .btn-yandex { background-color: #FF0000; }
    .btn-apple  { background-color: #000000; }* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin:0;}#map{height:500px;width:100%;border-radius:8px;}#idns{height:400px;}