.layout .main .article .article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 356px;
    padding-top: 20px;

    border-top: 1px solid var(--border-subtle);
}

.layout .main .article .article-footer-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.layout .main .article .article-footer-id {
    color: var(--text-disabled);

    font-size: 8px;
    letter-spacing: 0.08em;
    white-space: nowrap;
}