.year, .month, .day {
    color: #000000;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    margin-bottom: 1.5rem;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: black;
}
.year-list {
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    grid-row-gap: 1.25rem;
    padding-left: 0px;
}
.year-list li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0.1rem 0 1.1rem;
    border-bottom: 1px solid #e2e2e2;
}
.year-list li a {
    text-align: center;
    font-size: 1rem;
    line-height: 1.1875rem;
    display: block;
    width: 100%;
}
ul.post-list {
    list-style: none;
    font-family: nyt-cheltenham, cheltenham-fallback-georgia, cheltenham-fallback-noto, georgia, 'times new roman', times, serif;
    font-weight: 500;
    margin-bottom: 1rem;
}
ul.post-list li {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding: 1rem 0;
}
ul.post-list li a {
    width: 100%;
    display: block;
}