main > section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted var(--wp--preset--color--darkblue);
}

article h1 {
    font-size: var(--wp--preset--font-size--large);
}

nav.posts-navigation {
    max-width: var(--mwpt--contentSize);
    margin-bottom: 2rem;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}