Template:Stakeholder count widget/styles.css
/* Layout stays the same */
.stakeholder-count-widget {
display: flex;
gap: 1em;
flex-wrap: wrap;
margin: 1em 0;
}
/* Count styling stays the same */
.stakeholder-count-widget-tile .count {
display: block;
font-size: 1.2em;
font-weight: 700;
margin-top: 4px;
}
/* New: subtle "see ___" link */
.stakeholder-count-widget-tile .see-link {
display: block;
margin-top: 2px;
font-size: 0.85em;
opacity: 0.7;
}