#counting-methods-list {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    flex-wrap: wrap;
    /*height: calc(5 * (1em*2));*/
}

#counting-methods-list p {
    margin: 0;
}
#counting-methods-list .method-title span {
    font-weight: bold;
}
#counting-methods-list a {
    color: inherit;
    text-decoration: none;
}

#counting-methods-list .bi-filetype-pdf {
    margin-left: 6px;
}
.bi-download {
    margin-right: 8px;
}