:root { --tis-primary: #0b5cff; }

/* Phone-sized shell, centered on larger screens. */
.tis-shell { max-width: 560px; margin-inline: auto; }

body { -webkit-tap-highlight-color: transparent; }

.footer-menu a.text-primary i { color: var(--tis-primary); }
.footer-spacer { height: 64px; }

.add-to-home { z-index: 1080; max-width: 420px; width: 92%; }

.tis-fare-note { font-size: .7rem; }
.tis-big-icon  { font-size: 3rem; }

/* Tidy the native <details> disclosure used for the stop timeline. */
.tis-stops > summary { cursor: pointer; list-style: none; }
.tis-stops > summary::-webkit-details-marker { display: none; }

.card { transition: box-shadow .15s ease; }
