.source-affix {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
    font-size: 0.9rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.source-affix-label {
    font-weight: 600;
    color: #555;
}

.source-affix a {
    text-decoration: underline;
}
