.category p b,
.category p strong {
    font-weight: 400;
}

.category em,
.category i,
.category q,
.category dfn {
    font-style: normal;
}

.category .archive-header {
    padding: 1em 0;
}

.category h1 {
    font-size: 2.3rem;
}

/* main */
.category #site-content {
    display: grid;
    gap: 2em 0;
    padding: 1.8rem 1.4rem 1.2rem;
}

body.category main > article:first-of-type {
    padding: 0;
}

.category .articles {
    /*margin-bottom: 2rem;*/
}

.category article {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    padding: 0.7em;
    position: relative;

}

/*.category article:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    background: #ececec;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.category article:hover {
    background: #f0f0f0;
}

.category article:first-of-type {
    margin-top: 0;
}

.category article .entry-header {
    display: block;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.3em;
}

/*.category article .article-image {*/
/*    height: 13rem;*/
/*}*/

.category article .article-image img {
    height: inherit;
    max-height: 13rem;
    object-fit: cover;
}

.category .article-content {
    margin-top: 1.3em;
}

.category article .entry-header {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
    line-height: 1.2;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

a.entry-header {
    text-decoration: none;
}

a.entry-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

a.entry-header:hover {

}

.category article .entry-content p {
    line-height: 1.3;
    font-size: 1.1rem;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}

.category main > article {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "entry-header"
        "entry-image"
        "entry-content";
    gap: 1em 0;
}

.category .entry-image {
    justify-self: center;
    
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "featured-media featured-media"
        "figcaption credit-photo";
    align-items: baseline;
    gap: 0.3em 0.7em;
}

.category .featured-media {
    margin-top: 0;
}

.category figcaption {
    margin-top: 0;
    line-height: 1;
}

/* entry-header */
.category .archive-header-inner.section-inner {
    width: auto;
}

.category .entry-categories a {
    margin: 0;
    font-size: 0.8rem;
}

.category .faux-button {
    padding: 0.5em 1.04em;
    font-size: 0.8rem;
}

@media (min-width: 768px) {

    .category main > article {
        grid-template-columns: 1fr 58rem 1fr;
        grid-template-areas:
            ". entry-header ."
            ". entry-image ."
            ". entry-content .";
        gap: 2em 0;
        justify-items: center;
    }

    .category h1 {
        font-size: 3rem;
    }

    .category #site-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .category article .article-image {
        height: unset;
    }

    .category article .article-image img {
        height: 8rem;
        object-fit: cover;
    }

    .category .article-content {
        margin-top: 0;
    }

    .category article .entry-header {
        text-align: left;
        margin-top: 0;
    }

    .category .entry-categories a {
        font-size: 1rem;
    }

    /*.category .heading-size-1 {*/
    /*    font-size: 3rem;*/
    /*}*/

    .category .articles {
        /*width: 1020px;*/
    }

    .category article {
        flex-direction: row;
        gap: 1.6em;
    }

    .category .article-image {
        flex: 0 0 8rem;
    }

    .category .entry-content p {
        font-size: 1.8rem;
        line-height: 1.376;
    }

    .category .faux-button {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .category .articles {
        max-width: 900px;
        /*margin-bottom: 5rem;*/
    }

    .category article {
        margin-top: 3rem;
    }

    .category article .entry-header {
        margin-bottom: 0.3rem;
    }
}

/*
PAGINATION
 */

.category .pagination-separator {
    margin: 1rem 0;
}

.category .nav-prev-text,
.category .nav-next-text {
    display: none;
}

.category .nav-links > * {
    /*margin: 0 1.2rem;*/
}

.category .pagination .prev {
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
}

.category .pagination .next {
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
}

.category .pagination a {
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
}

.category .page-numbers.current {
    color: #000;
    font-size: 1.2rem;
}

.category .page-numbers.dots {
    transform: translateY(-0.3rem);
    color: #6d6d6d;
}

@media (min-width: 700px) {
    .category .section-inner {
        width: calc(100% - 8rem);
    }

    .category .pagination .nav-links {
        margin: -2.5rem 0 0 -2.5rem;
        justify-content: center;
    }
}

@media (min-width: 992px) {

    .category .section-inner {
        width: auto;
        margin-bottom: 1.5rem;
    }

    .category .pagination-separator {
        margin: 0 2rem;
    }

    .category .nav-prev-text,
    .category .nav-next-text {
        display: inline;
    }

    .category .pagination .nav-links {
        margin: 2rem 0 0 0;
    }

    .category .nav-links > * {
        margin: 0 1.2rem;
    }
}
