/* Last Updated Badge Plugin */

/* ========================================
   Shared Styles
   ======================================== */
.last-updated {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.825rem;
    color: var(--fb-text-muted, #6b7280);
}

.last-updated__icon {
    flex-shrink: 0;
    opacity: 0.6;
}

/* ========================================
   Top Position (next to reading time)
   ======================================== */
.last-updated--top {
    margin-top: 0.25rem;
}

/* Row container when reading-time + last-updated are side by side */
.last-updated-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1rem;
    margin-top: 0.25rem;
}

.last-updated-row .reading-time,
.last-updated-row .last-updated {
    margin-top: 0;
}

/* ========================================
   Bottom Position (Starlight-style)
   ======================================== */
.last-updated--bottom {
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem 0;
    border-top: 1px solid var(--fb-border, rgba(128, 128, 128, 0.2));
    margin-top: 2rem;
}
