.list-header-bottom {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    margin-bottom: 0;
}
