/* Readability layer for individual Blog posts only. */
body.storefront .blog-reading-hero {
    display: flex;
    align-items: center;
    min-height: 212px;
    padding: 40px 0;
    background-position: center !important;
}

body.storefront .blog-reading-hero::before {
    background: linear-gradient(105deg, rgba(7, 20, 45, .93), rgba(7, 46, 77, .78));
}

body.storefront .blog-reading-hero h1 {
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(30px, 3.25vw, 46px);
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -.025em;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
    text-transform: none;
}

body.storefront .blog-grid {
    padding: 42px 0 62px;
}

body.storefront .blog-article-layout {
    align-items: flex-start;
}

body.storefront .blog-article {
    margin: 0;
    padding: 36px 42px 42px;
    color: #334155;
    font-size: 16.5px;
    line-height: 1.9;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(30, 41, 59, .07);
}

body.storefront .blog-article > :first-child {
    margin-top: 0;
}

body.storefront .blog-article p {
    margin: 0 0 22px;
}

body.storefront .blog-article h1,
body.storefront .blog-article h2,
body.storefront .blog-article h3,
body.storefront .blog-article h4 {
    color: #172033;
    font-weight: 800;
    letter-spacing: -.02em;
}

body.storefront .blog-article h1,
body.storefront .blog-article h2 {
    position: relative;
    margin: 38px 0 16px;
    padding-left: 17px;
    font-size: clamp(25px, 2.3vw, 32px);
    line-height: 1.28;
}

body.storefront .blog-article h1::before,
body.storefront .blog-article h2::before {
    position: absolute;
    top: .16em;
    bottom: .16em;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(#ff8b31, #ff5d1f);
    content: "";
}

body.storefront .blog-article h3 {
    margin: 34px 0 14px;
    font-size: 23px;
    line-height: 1.35;
}

body.storefront .blog-article h4 {
    margin: 28px 0 12px;
    font-size: 19px;
    line-height: 1.45;
}

body.storefront .blog-article ul,
body.storefront .blog-article ol {
    margin: 0 0 24px;
    padding-left: 1.45rem;
}

body.storefront .blog-article li + li {
    margin-top: 8px;
}

body.storefront .blog-article a {
    color: #146ee8;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgba(20, 110, 232, .35);
    text-underline-offset: 3px;
}

body.storefront .blog-article blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    color: #475569;
    border-left: 4px solid #ff6b1a;
    border-radius: 0 12px 12px 0;
    background: #fff7ed;
}

body.storefront .blog-article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 12px;
}

body.storefront .blog-sidebar .blog-widget {
    margin: 0 0 24px;
    padding: 24px;
    border: 1px solid #e6ebf2;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(30, 41, 59, .05);
}

body.storefront .blog-sidebar .blog-widget-title {
    margin-bottom: 16px;
    color: #172033;
    font-size: 21px;
    font-weight: 800;
}

body.storefront .blog-sidebar .blog-widget-feed li {
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

body.storefront .blog-sidebar .blog-widget-media img {
    width: 90px;
    height: 90px !important;
    margin: 0;
    object-fit: cover;
}

body.storefront .blog-sidebar .blog-widget-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.48;
}

@media (max-width: 991px) {
    body.storefront .blog-grid {
        padding: 44px 0 60px;
    }

    body.storefront .blog-sidebar {
        margin-top: 26px;
    }
}

@media (max-width: 575px) {
    body.storefront .blog-reading-hero {
        min-height: 210px;
        padding: 38px 0;
    }

    body.storefront .blog-reading-hero h1 {
        font-size: 28px;
        line-height: 1.22;
    }

    body.storefront .blog-article {
        padding: 28px 22px 32px;
        font-size: 16px;
        line-height: 1.8;
        border-radius: 14px;
    }

    body.storefront .blog-article h1,
    body.storefront .blog-article h2 {
        margin-top: 34px;
        font-size: 26px;
    }
}
