.tourist-label-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.tourist-label-chip { padding: 3px 8px; border-radius: 4px; background: #64748b; color: #fff; font-size: 12px; font-weight: 650; line-height: 1.25; }
.tourist-label-chip[hidden] { display: none; }
