/* =========================================================
   MegaCamo Editorial Blog Style
   Applies only to single blog posts
   ========================================================= */

/* Full-width editorial layout */
.single-post .blog-single .large-9.col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.single-post .blog-single .post-sidebar {
    display: none !important;
}

.single-post .blog-single .row-divided > .col {
    border-right: 0 !important;
}

/* Article container */
.single-post .article-inner {
    background: #fff;
}

/* Editorial header */
.single-post .article-inner .entry-header {
    margin-bottom: 32px !important;
}

.single-post .article-inner .entry-title {
    max-width: 900px;
    margin: 0 auto 18px !important;
    color: #283d19 !important;
    font-size: clamp(36px, 3.2vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em;
}

.single-post .article-inner .entry-divider {
    margin: 22px auto 16px !important;
}

.single-post .article-inner .entry-meta {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    letter-spacing: .04em;
    opacity: .72;
}

/* Main reading column */
.single-post .article-inner .entry-content.single-page {
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 0 !important;
    color: #292d28 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 1.78;
}

.single-post .article-inner .entry-content.single-page p,
.single-post .article-inner .entry-content.single-page li {
    color: #292d28 !important;
}

.single-post .article-inner .entry-content.single-page p {
    margin: 0 0 1.45em;
}

/* Standfirst / opening paragraph */
.single-post .article-inner .entry-content.single-page > p:first-of-type {
    max-width: 760px;
    margin: 20px auto 48px !important;
    padding: 18px 24px !important;
    border-left: 5px solid #c3852d;
    background: #f6f4ed;
    color: #4b5148 !important;
    font-size: 21px;
    line-height: 1.65;
    font-style: normal;
}

/* Section headings */
.single-post .article-inner .entry-content.single-page h2 {
    margin: 58px 0 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d9dfd1;
    color: #304a1c !important;
    font-size: clamp(27px, 3vw, 34px);
    line-height: 1.2;
}

.single-post .article-inner .entry-content.single-page h3 {
    margin: 38px 0 16px;
    color: #40592d !important;
    font-size: 23px;
    line-height: 1.3;
}

/* Lists */
.single-post .article-inner .entry-content.single-page ul,
.single-post .article-inner .entry-content.single-page ol {
    margin: 0 0 28px 24px;
}

.single-post .article-inner .entry-content.single-page li {
    margin-bottom: 9px;
    line-height: 1.65;
}

/* Links */
.single-post .article-inner .entry-content.single-page a {
    color: #315b1e !important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.single-post .article-inner .entry-content.single-page a:hover {
    color: #a86620 !important;
}

/* Tables */
.single-post .article-inner .entry-content.single-page table {
    width: 100%;
    margin: 35px 0;
    border: 1px solid #d9ded3;
    border-collapse: collapse;
    background: #fff;
    font-size: 16px;
}

.single-post .article-inner .entry-content.single-page th {
    padding: 13px 15px;
    background: #314a25;
    color: #fff !important;
    text-align: left;
}

.single-post .article-inner .entry-content.single-page td {
    padding: 12px 15px;
    border-bottom: 1px solid #dde1da;
    color: #30342e !important;
}

.single-post .article-inner .entry-content.single-page tr:nth-child(even) td {
    background: #f5f6f2;
}

/* Images */
.single-post .article-inner .entry-content.single-page figure,
.single-post .article-inner .entry-content.single-page .wp-caption {
    margin: 42px auto;
}

.single-post .article-inner .entry-content.single-page img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .10);
}

.single-post .article-inner .entry-content.single-page figcaption,
.single-post .article-inner .entry-content.single-page .wp-caption-text {
    margin-top: 10px;
    color: #6f746d !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

/* Blockquotes */
.single-post .article-inner .entry-content.single-page blockquote {
    margin: 38px 0;
    padding: 22px 28px;
    border-left: 5px solid #627d47;
    background: #f3f5ef;
    color: #343a31 !important;
    font-size: 19px;
    line-height: 1.65;
}

/* Mobile */
@media only screen and (max-width: 549px) {

    .single-post .article-inner .entry-title {
        max-width: 350px !important;
        font-size: 32px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.015em !important;
    }

    .single-post .article-inner .entry-meta {
        font-size: 10px !important;
        line-height: 1.4 !important;
    }

    .single-post .article-inner .entry-content.single-page {
        font-size: 17px !important;
        line-height: 1.72 !important;
    }

    .single-post .article-inner .entry-content.single-page > p:first-of-type {
        max-width: none !important;
        margin: 16px 0 38px !important;
        padding: 16px 18px !important;
        font-size: 18px !important;
        line-height: 1.7 !important;
    }

    .single-post .article-inner .entry-content.single-page h2 {
        margin-top: 40px !important;
        font-size: 27px !important;
        line-height: 1.18 !important;
    }

    .single-post .article-inner .entry-content.single-page ol,
    .single-post .article-inner .entry-content.single-page ul {
        margin-left: 18px !important;
        padding-left: 14px !important;
    }

    .single-post .article-inner .entry-content.single-page li {
        padding-left: 2px !important;
    }
}