body.single-post {
    background: white url('../images/graph-gradient-outline.svg') repeat-x top center;
    background-size: 21px auto;
}

/* article.type-post {
    background: red;
} */

.post-header {
    background: var(--dark-blue);
    color: white;
    text-align: center;
    padding: 80px;
    box-sizing: border-box;
    max-width: var(--max-width-full);
    width: 100%;
    margin: 0 auto 60px auto;
}

.post-header .inner {
    margin: 0 auto;
    max-width: 770px;
}

.post-header .post-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 30px auto;
    align-items: center;
}

.post-header .post-meta .post-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-header .post-meta .post-author img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.post-header .post-excerpt p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
}

.post-content {
    max-width: 900px;
    margin: 0 auto;
}