/**
 * news / blog 单篇：标题下方特色图
 */
.genset-single-featured-image {
    margin: 1.25rem auto 2rem;
    max-width: 720px;
    text-align: center;
}

.genset-single-featured-image__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 auto;
}

.single-post.category-news .genset-single-featured-image,
.single-post.category-blog .genset-single-featured-image {
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .genset-single-featured-image {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .genset-single-featured-image__img {
        max-height: 280px;
    }
}
