/* ══════════════════════════════════════════════════
   PAGE META COMPONENT — jlstanconsulting.com
   Visible "last reviewed" date near H1.
   Synchronization with Schema.org dateModified is
   manual — see CONVENTIONS.md §6.
   ══════════════════════════════════════════════════ */

.page-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0 1.5rem 0;
    font-family: 'Outfit', sans-serif;
    font-size: 0.875rem;
    color: var(--text-mid, #555);
}
.page-meta-label {
    font-weight: 400;
}
.page-meta-date {
    font-weight: 500;
}
