/* Single post styles */
.pg-post-single {
    padding: var(--pg-section-gap) 0;
}

.pg-post-single .post {
    max-width: 704px;
    margin: 0 auto;
}
.pg-post-single .post .pg-post-category {
    margin-bottom: 24px;
}

.pg-post-single .post .pg-post-category a {
    text-decoration: none;
    color: var(--pg-color-primary);
    font-weight: 600;
}

.pg-post-single .post .pg-post-date {
    margin-bottom: 24px;
}

.pg-post-single .post h1,
.pg-post-single .post h2,
.pg-post-single .post h3,
.pg-post-single .post h4,
.pg-post-single .post h5,
.pg-post-single .post h6 {
    color: var(--pg-color-helper-primary);
}

.pg-post-single .post h2,
.pg-post-single .post h3,
.pg-post-single .post h4,
.pg-post-single .post h5,
.pg-post-single .post h6 {
    margin-top: 32px;
}

.pg-post-single .post .pg-post-featured-image {
    width: 100%;
    margin-bottom: 48px;
}

.pg-post-single .post .pg-post-featured-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 700/400;
    object-fit: cover;
    border-radius: 16px;
}

.pg-post-single .post .pg-post-content p,
.pg-post-single .post .pg-post-content li {
    font-size: var(--pg-fs-body-lg);
    line-height: var(--pg-lh-body-lg);
}