/*
 * Page styles for /prof/tfgs/tots, /publica/propostes and /publica/finalitzats.
 *
 * m4: the tema badges and director links are built client-side by
 * temaBadgeFormatter / directorsClickableFormatter in
 * /js/publica/TFG/list.js. Their presentation lives here as classes
 * instead of inline style="..." strings so the look is themeable and matches
 * the project's class-based convention.
 */

/* Click-to-filter tema badge in the "tema" column. */
.clickable-tema {
    cursor: pointer;
    font-size: 1em;
    padding: 0.4em 0.7em;
    background-color: #e9ecef;
    color: #495057;
}

/* Click-to-filter director link in the "directors" column. */
.clickable-director {
    cursor: pointer;
    text-decoration: underline;
}
