/* ==========================================================================
   Iguazu Noticias — Date line

   The "Last updated 3 July 2026" / "Published 22 July 2026" fragment rendered by
   inc/Components/DateLine.php. Inline, so it composes into a longer meta line
   beside a separator and a counter.

   A component sheet rather than a page sheet: the FAQ archive card, the FAQ
   single, the Resources card and the Resources article all print it, and the
   day two of them disagree about its size is the day it stopped being one
   component.
   ========================================================================== */

.ig-dateline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: var(--text-muted);
}

.ig-dateline__label {
    font-weight: var(--weight-semibold);
}
