/*
 * Template: Default Page
 *
 * Styles for page.php and custom page templates.
 * Loaded conditionally on is_page() views.
 */

.content-area--page {
    max-width: 900px;
    margin-inline: auto;
}

.entry--page .entry__content > * + * {
    margin-top: var(--space-md);
}
