.route-toc {
  background: #ffffff;
  border: 1px solid #e6edf8;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 18px;
}

.route-toc__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #123f77;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.route-toc ol {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 24px;
}

.route-toc li {
  margin-bottom: 6px;
  break-inside: avoid;
}

.route-toc a {
  color: #1c61ad;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.route-toc a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .route-toc ol {
    columns: 1;
  }
}
