.pr-post {
    max-width: 60rem;
    margin: 0 auto;
}
.pr-post--contact {
    width: 100%;
    border-radius: 0.25rem;
    max-width: 300px;
    padding: 1rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    margin: 0 0 2rem 2rem;
}
@media screen and (min-width: 60rem) {
    .pr-post--contact {
        float: right;
    }
}
.pr-post--contact h2,
#content-wrap .pr-post--contact h2 {
    margin: 0 0 1rem;
}
.pr-post--contact p {
    margin-bottom: 0.5rem;
}
.pr-post--contact .social-share-inline {
    margin-top: 2rem;
}
.pr-post--summary {
    font-style: italic;
    padding-left: 1rem;
    border-left: 0.25rem solid #ccc;
}
.pr-post--meta {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9375em;
    letter-spacing: 0.05em;
    margin: 1rem 0 3rem;
}
.pr-post--body {
    clear: both;
}
.pr-post--author {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}
.pr-post--author h4 {
    flex-basis: 100%;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.7);
}
.pr-post--author-img {
    flex: 0 1 10rem;
}
.pr-post--author-img img {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center top;
}
.pr-post--author-bio {
    flex: 1 1 20rem;
}
.pr-post--author-bio [data-bio] {
    margin-bottom: 1rem;
}
.pr-post--author-bio [data-bio="name"] {
    font-weight: bold;
    margin-bottom: 0;
}
.pr-post--author-bio [data-bio="profile"],
.pr-post--author-bio [data-bio="profile"] p {
    font-size: 0.875em;
}
.pr-post--footer {
    margin: 4rem 0 1rem;
    line-height: 2;
}
