.route-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 1rem 0 1.2rem;
}

.route-legend p {
  margin: 0;
  padding: .78rem .9rem;
  border: 1px solid rgba(25, 59, 50, .16);
  border-radius: 14px;
  background: rgba(250, 247, 239, .78);
  color: #27453c;
  font-size: .88rem;
  line-height: 1.45;
}

.route-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 .55rem;
  padding: .24rem .52rem;
  border-radius: 999px;
  font: 700 .67rem/1.1 var(--font-sans, system-ui, sans-serif);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.route-label.ad {
  background: #234d40;
  color: #fffaf0;
}

.route-label.practitioner {
  background: #e9d5a6;
  color: #5e4216;
}

.partner-actions a[data-commercial-route="practitioner"] {
  border-color: #b48533;
  background: #f7edd7;
  color: #5e4216;
}

.partner-card[data-route-type="practitioner"] {
  border-top: 3px solid #b48533;
}

.partner-card .route-boundary {
  margin-top: .7rem;
  color: #5c655f;
  font-size: .78rem;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .route-legend { grid-template-columns: 1fr; }
}
