@charset "utf-8";

/* Blog-only presentation. The live shell remains controlled by home.css. */
.pch-blog {
    color: #000;
}

.pch-blog .postLink {
    color: #0b53a7;
    text-decoration: none;
}

.pch-blog .postLink:hover,
.pch-blog .postLink:focus-visible {
    text-decoration: underline;
}

.pch-blog__entry {
    align-items: center;
}

.pch-blog__title,
.pch-blog__post-title {
    color: #0b53a7;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.pch-blog__title {
    font-size: 1.25rem;
}

.pch-blog__excerpt {
    color: #0b53a7;
    font-size: 1rem;
    line-height: 1.35;
    padding-right: 10px;
}

.pch-blog__date {
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.pch-blog__thumbnail {
    width: 250px;
    height: 100%;
    object-fit: contain;
}

.pch-blog__pagination {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.pch-blog__pagination .next {
    float: right;
}

.pch-blog__pagination::after {
    display: block;
    clear: both;
    content: "";
}

.pch-blog__hero {
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    object-fit: contain;
}

.pch-blog__post {
    width: min(100%, 900px);
}

.pch-blog__post-title {
    font-size: 1.5rem;
}

.pch-blog__body {
    font-size: 0.875rem;
    line-height: 1.5;
}

.pch-blog__body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 680px) {
    .pch-blog__thumbnail {
        width: 200px;
    }

    .pch-blog__pagination {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .pch-blog__hero {
        width: 500px;
    }
}
