/* Full-width blog and CMS article content (no narrow centre column). */
[class*="blog-"] .page-main,
[class*="blog-"] .columns,
[class*="blog-"] .column.main,
[class*="blog-"] .post-holder,
[class*="blog-"] ._post-view,
[class*="blog-"] .post-content,
[class*="blog-"] .post-description,
[class*="blog-"] .post-list,
[class*="blog-"] .post-list .post-item,
[class*="blog-"] .post-list .post-container,
[class*="blog-"] .post-list .post-info,
.cms-page-view .column.main,
.cms-page-view .page-title-wrapper .page-title {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.blog-post-view .page-title-wrapper .page-title {
    font-size: 3.2rem;
    line-height: 1.2;
}

[class*="blog-"] .post-holder,
[class*="blog-"] ._post-view,
[class*="blog-"] .post-content,
[class*="blog-"] .post-description {
    box-sizing: border-box;
}

.blog-post-view .post-description {
    color: #1f1f1f;
    font-size: 1.9rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
}

.blog-post-view .post-description p {
    margin: 0 0 1.35em;
    text-align: left;
}

.blog-post-view .post-description h1,
.blog-post-view .post-description h2,
.blog-post-view .post-description h3,
.blog-post-view .post-description h4 {
    color: #34100d;
    font-weight: 600;
    line-height: 1.3;
    margin: 1.75em 0 0.65em;
    text-align: left;
}

.blog-post-view .post-description h2 {
    font-size: 2.8rem;
}

.blog-post-view .post-description h3 {
    font-size: 2.3rem;
}

.blog-post-view .post-description h4 {
    font-size: 2rem;
}

.blog-post-view .post-description ul,
.blog-post-view .post-description ol {
    margin: 0 0 1.35em 1.25em;
    padding: 0;
}

.blog-post-view .post-description li {
    margin-bottom: 0.5em;
}

.blog-post-view .post-description a {
    color: #8b0000;
    text-decoration: underline;
}

.blog-post-view .post-description blockquote {
    margin: 1.5em 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #8b0000;
    background: #faf7f4;
}

.blog-post-view .post-description hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.blog-post-view .post-description img,
.blog-post-view .post-description video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 1.75em 0;
    border-radius: 4px;
}

.blog-post-view .post-description figure {
    margin: 1.75em 0;
    width: 100%;
}

.blog-post-view .sh-post-meta,
.blog-post-view .sh-post-breadcrumb,
.blog-post-view .sh-wine-match-card,
.blog-post-view .sh-related-posts,
.blog-post-view .sh-article-cta,
[class*="blog-"] .sh-pillar-hub,
[class*="blog-"] .sh-pillar-grid {
    width: 100% !important;
    max-width: none !important;
}

.blog-post-view .sh-post-meta {
    font-size: 1.5rem;
}

.blog-post-view .sh-post-breadcrumb {
    font-size: 1.4rem;
}

[class*="blog-"] .post-list .post-description {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6;
}

[class*="blog-"] .post-list.modern .post-description {
    display: block !important;
}

[class*="blog-"] .post-list .post-info .post-title-wrap h3 a {
    font-size: 1.8rem;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {
        font-size: 2.6rem;
    }

    .blog-post-view .post-description {
        font-size: 1.7rem;
        line-height: 1.7;
    }

    .blog-post-view .post-description h2 {
        font-size: 2.3rem;
    }

    .blog-post-view .post-description h3 {
        font-size: 2rem;
    }
}