1.historical-breadcrumb li {
2    margin-bottom: 0.5rem;
3}
4.historical-breadcrumb a {
5    text-decoration: none;
6}
7.historical-breadcrumb-home {
8    max-width: fit-content;
9    display: block;
10    margin-right: auto;
11    margin-left: auto;
12    margin-bottom: 1rem;
13    padding:0.5rem;
14    text-align: center;
15    border-radius: calc(.3rem - 1px);
16    background-color: #f0f0f0;
17}
18.historical-breadcrumb-home::before {
19    content:'Actual: '
20}
21