/* Chronologie Page — specific styles (shared base in filters.css) */

/* Chronologie uses .tl-axis with less bottom padding */
.chrono-tl { padding-bottom: 10px; }

/* Location meta inside chrono cards */
.chrono-card-meta { font-size: 0.82rem; color: var(--text-muted); margin-top: 6px; }
.chrono-card-meta:empty { display: none; }
.chrono-card-location { white-space: nowrap; }

/* Tag icons — emoji via CSS (shared between .tag and .filter-btn) */
.tag-france::before           { content: '🇫🇷 '; }
.tag-amerique::before         { content: '🇺🇸 '; }
.tag-angleterre::before       { content: '🇬🇧 '; }
.tag-bataille::before         { content: '⚔️ '; }
.tag-marine::before           { content: '⚓ '; }
.tag-diplomatie::before       { content: '📜 '; }
.tag-colonies::before         { content: '🏴 '; }
.tag-politique::before        { content: '🏛️ '; }
.tag-personnalite::before     { content: '👤 '; }
.tag-volontaires::before      { content: '🎖️ '; }
.tag-corps-expeditionnaire::before { content: '🪖 '; }
.tag-taxation::before         { content: '💰 '; }
.tag-revolte::before          { content: '🔥 '; }
