/**
 * /assets/css/world-timeline.css
 *
 * Purpose:  Welt-Timeline spezifische Ergaenzungen
 *           Kern-Klassen kommen aus character-timeline.css
 * Deps:     character-timeline.css (timeline-container, entries, markers, filter)
 * Load:     index.php
 * Version:  1.0.0
 */

/* Source badges in timeline entries */
.timeline-entry .badge {
  font-size: 0.6rem;
  font-weight: 500;
  vertical-align: middle;
}

/* Auto-generated badge */
.timeline-entry .badge[title="Automatisch erstellt"] {
  opacity: 0.5;
}

/* World timeline has more filter categories - allow wrapping on mobile */
[data-module="timeline"] .timeline-filters .d-flex {
  gap: 0.35rem !important;
}
[data-module="timeline"] .timeline-filters .btn-sm {
  padding: 0.2rem 0.5rem;
  font-size: 0.72rem;
}

@media (max-width: 767px) {
  [data-module="timeline"] .timeline-filters .btn-sm span {
    display: none !important;
  }
}
