score {
display: block;
font-weight: 900;
}

score::before {
content: 'Score';
display: inline;
margin-right: 1rem;
font-weight: 500;
}

score::after {
content: '/9';
display: inline;
font-weight: 500;
}

year {
opacity: 0.5;
}

year::before {
content: '(';
display: inline;
}

year::after {
content: ')';
display: inline;
}
