@charset "UTF-8";

     .widget_archive a.year {
cursor: pointer;
border-bottom: 1px dotted #ccc; display: block; } .widget_archive a.year::after {
font-family: "Font Awesome 5 Free";
content: '\f107'; margin-left: 8px; font-weight: bold;
} .widget_archive .years ul {
display: flex;
flex-flow: row wrap; font-size: 1rem;
line-height: 1.5; text-align: center; white-space: nowrap; text-decoration: underline; } .widget_archive ul.years li {
flex: 0 0 calc(100% / 6); } @media (max-width: 480px) {
.widget_archive ul.years li {
flex: 0 0 calc(100% / 3); }
} #sidebar .widget_archive ul.years li :hover {
background: none;
transition: 0.1s;
color: #72c7e6;
} .widget_archive .hide {
display: none;
}  @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }