/* Inline styles moved from map.html */
.relative-container {
  position: relative;
}
.floating-box {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 5px;
  left: 5px;
  border: solid 0.01em;
  border-color: black;
  font-size: 13px;
}
.walking-box {
  top: 5px;
  width: 374px;
}
.menu-box {
  top: 65px;
  width: 227px;
}

/* Basic styles for map.html */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #222;
}

h1,
h2,
h3 {
  color: #333;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.map {
  width: 99.9%;
  height: 500px;
  background: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

a {
  color: #1976d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
