#content-full #content.hfeed {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}

#content .post {
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid #e5e5e5;
}

.category .post,
.archive .post,
.page-template-template-blog .post {
    border-bottom: 1px solid #e5e5e5;
}

#content .archive-thumbnail {
    width: 27%;
    float: left;
}

#content .archive-thumbnail a {
    display: block;
}

#content .archive-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

#content .archive-content.archive-has-thumbnail {
    width: 70%;
    float: right;
}

#content .archive-subtitle {
    margin: 0 0 12px;
    font-family: var(--font-family-title);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
}

#content .archive-subtitle a {
    color: #1c6b73;
    text-decoration: none;
}

#content .archive-subtitle a:hover,
#content .archive-subtitle a:focus {
    color: #15555b;
    text-decoration: underline;
}

#content .archive-content p {
    margin: 0 0 12px;
    color: #000;
    font-family: var(--font-family-default);
    font-size: 14px;
    line-height: 1.7;
}

#content .archive-more {
    color: #1c6b73;
    font-style: normal;
    text-decoration: underline;
}

#content .archive-more:hover,
#content .archive-more:focus {
    color: #15555b;
}

#content .page-links {
    text-align: center;
    margin: 10px 0 30px;
}

#content .page-links .page-numbers {
    display: inline-block;
    margin: 0 6px;
    color: #1c6b73;
    font-size: 14px;
    text-decoration: none;
}

#content .page-links .page-numbers:hover,
#content .page-links .page-numbers:focus {
    text-decoration: underline;
}

#content .page-links .page-numbers.current {
    font-weight: 700;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    #content .archive-thumbnail,
    #content .archive-content.archive-has-thumbnail {
        width: 100%;
        float: none;
    }

    #content .archive-thumbnail {
        margin-bottom: 16px;
    }

    #content .archive-subtitle {
        font-size: 22px;
    }
}
