.on-tour { max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--line); }
.on-tour .section-heading { margin-bottom: 24px; }
.tour-group + .tour-group { margin-top: 4px; }
.tour-group h3 { font-family: Plex, monospace; font-size: 10px; letter-spacing: .08em; color: var(--muted); margin-bottom: 12px; }
.tour-row { display: grid; grid-template-columns: 140px 1fr 75px; align-items: center; gap: 20px; min-height: 72px; padding: 15px 0; border-top: 1px solid var(--line); }
a.tour-row:hover { text-decoration: none; background: #101010; }
.tour-row time { font-size: 11px; color: var(--muted); }
.tour-row time small { display: block; font-size: 8px; margin-top: 5px; }
.tour-title { font-size: 13px; line-height: 1.4; }
.tour-title small { display: block; font-size: 10px; color: var(--muted); margin-top: 6px; }
.tour-action { font-size: 10px; text-align: right; }
.tour-action:empty { display: none; }
.tour-row[data-status="tentative"] .tour-action { color: var(--muted); line-height: 1.5; text-transform: none; }
.tour-archive summary { cursor: pointer; padding: 16px 0; font-size: 10px; color: var(--muted); border-top: 1px solid var(--line); }
.tour-archive summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
@media (max-width: 600px) {
  .tour-row { grid-template-columns: 76px 1fr; gap: 10px; min-height: 72px; }
  .tour-row time { font-size: 10px; max-width: 65px; line-height: 1.6; }
  .tour-title { font-size: 12px; }
  .tour-title small { font-size: 9px; }
  .tour-action { grid-column: 2; text-align: left; font-size: 9px; }
}
