/* Firma sotto il titolo: il nome resta un link, ma acquista un poco più di peso. */

.post-template .if-magazine-authors-v123 a,
.post-template .gh-post-authors a {
    color: var(--color-primary) !important;
    font-size: 1.08em;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.15em;
    transition: color 160ms ease, text-decoration-thickness 160ms ease;
}

.post-template .if-magazine-authors-v123 a:hover,
.post-template .gh-post-authors a:hover {
    color: var(--color-base) !important;
    text-decoration-thickness: 0.1em;
}
