.route-popup {
  min-width: 200px;
  padding: 2px 0;
}

.route-popup h2 {
  margin: 0 22px 10px 0;
  font-size: 15px;
  line-height: 1.4;
}

.route-popup a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 8px;
  background: #f0f3f6;
  color: #1f5fbf;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.route-popup a:hover,
.route-popup a:focus-visible {
  text-decoration: underline;
}
