.page-list-main { padding: 2em; } .page-list { max-width: 40em; margin-inline: auto; } .page-list-year { display: flex; flex-direction: column; gap: 0.5em; margin-block: 1em; &__header { display: flex; gap: 0.5em; align-items: center; .fleuron-l { margin-left: auto; } .fleuron-r { margin-right: auto; } } } .page-item { display: block; padding: 0.5em; background-color: white; border-radius: 4px; box-shadow: var(--shadow-s); transition: box-shadow ease-in-out .25s; text-decoration: unset; &:hover { box-shadow: var(--shadow-m); } &__header { display: flex; justify-content: space-between; color: black; time { color: var(--c-text-muted); } } &__desc { margin-top: 0.5em; color: black; } }