#map { 
    height: 700px; 
    border-radius: 10px;
}

body {
    padding: 50px 20px;
    background-color: #f5f5f5;
}

#address-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

#address-input {
  width: min(420px, 70vw);
  padding: 7px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

#address-search button {
  padding: 7px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

#address-search button:disabled {
  cursor: wait;
  opacity: 0.65;
}

#address-status {
  color: #666666;
  font-size: 0.9rem;
}

#line-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.line-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

.line-control input {
  accent-color: currentColor;
}

.bus-marker-dimmed {
  opacity: 0.45 !important;
}

h1, h2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h3, h4 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h5, h6, p, a, span, div, input, button {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.map-popup .maplibregl-popup-content {
    border-radius: 6px;
}

.bus-status {
  margin-top: 8px;
  line-height: 1.6;
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
}