/* Itinerary document — shared between report-edit.html and report-share.html */
.itin-doc { width:595px;background:white;overflow:hidden; }
.itin-header { padding:32px 40px 24px; }
.itin-day { padding:16px 40px;border-bottom:1px solid #E7E5E4; }
.itin-day:last-child { border-bottom:none; }
.itin-day-title { font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#78716C;margin-bottom:12px; }
.itin-act { display:flex;gap:16px;margin-bottom:10px;align-items:flex-start; }
.itin-time { font-size:12px;font-family:'IBM Plex Mono',monospace;color:#78716C;width:72px;flex-shrink:0;padding-top:2px; }
