/* /novice/ — inherits MKM News Module proportions and typography. */
body.page-id-10 #primary.content-area,
body.category #primary.content-area,
body.tag #primary.content-area {
    width: 100%;
    max-width: none;
}

.mkm-news-archive-page {
    margin: 0;
}

/* The page title in the theme header is the only visible "Novice" heading. */
.mkm-news-archive-page .mkm-news-module__header {
    display: none;
}

/* Nine visual cards = three rows of the exact three-column homepage grid. */
.mkm-news-archive-page .mkm-news-module__featured {
    align-content: start;
}

/* The fourth column is a natural text list; its height comes from the number of preview items. */
.mkm-news-archive-page__secondary {
    align-self: start;
}

.mkm-news-archive-page__secondary .mkm-news-module__secondary-list {
    display: flex;
    flex-direction: column;
}

/* Archive pagination belongs to the whole archive, not to the sidebar. */
.mkm-news-archive-page__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 28px auto 0;
    padding-top: 18px;
    border-top: 1px solid var(--mkm-news-border, rgba(15,23,42,.12));
}

.mkm-news-archive-page__pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.mkm-news-archive-page__pagination a:hover,
.mkm-news-archive-page__pagination a.is-current {
    color: var(--mkm-news-accent, #f43676);
    background: rgba(244,54,118,.08);
}
