@charset "utf-8";

.chapter-list {
    max-width: 864px;
    margin: 0 auto;
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    justify-content: start;
    width: 90%;
}

.chapter-list .chapter-list_item {
    text-decoration: none;
}