.artist-merch-theme.blog .ast-article-post,
.artist-merch-theme.archive.category .ast-article-post,
.artist-merch-theme.search .ast-article-post {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    overflow: hidden;
}

.artist-merch-theme.blog .ast-article-post .post-thumb img,
.artist-merch-theme.archive.category .ast-article-post .post-thumb img,
.artist-merch-theme.search .ast-article-post .post-thumb img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.artist-merch-theme .entry-meta,
.artist-merch-theme .entry-meta * {
    font-weight: 700;
}

.artist-merch-reading-time {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(217,164,65,.14);
    color: #111;
    font-size: 13px;
    font-weight: 900;
}

.artist-merch-theme.single-post .entry-title {
    font-size: clamp(36px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.06em;
}

.artist-merch-theme.single-post .entry-content > p:first-of-type {
    font-size: 1.15rem;
    line-height: 1.7;
}

/* v4 single blog post styling */
.artist-merch-theme.single-post .site-content {
    background: #faf8f3;
}

.artist-merch-theme.single-post .ast-article-single,
.artist-merch-theme.single-post article.post {
    background: transparent;
}

.artist-merch-theme.single-post .entry-header {
    position: relative;
    width: min(1120px, calc(100% - 32px));
    margin: clamp(30px, 5vw, 78px) auto clamp(22px, 4vw, 44px);
    padding: clamp(28px, 5vw, 70px);
    border-radius: 34px;
    border: 1px solid rgba(217,164,65,.18);
    background:
        radial-gradient(circle at top right, rgba(217,164,65,.22), transparent 34%),
        linear-gradient(135deg, #08080b, #171720 70%, #211b12);
    color: #f7f2ea;
    box-shadow: 0 26px 80px rgba(0,0,0,.18);
    overflow: hidden;
}

.artist-merch-theme.single-post .entry-header::before {
    content: 'Journal';
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(217,164,65,.16);
    color: var(--artist-merch-accent);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.artist-merch-theme.single-post .entry-header .entry-title,
.artist-merch-theme.single-post .entry-title {
    max-width: 920px;
    margin: 0;
    color: #f7f2ea;
    font-size: clamp(40px, 6vw, 86px);
    line-height: .91;
    letter-spacing: -.075em;
}

.artist-merch-theme.single-post .entry-header .entry-meta,
.artist-merch-theme.single-post .entry-header .entry-meta *,
.artist-merch-theme.single-post .entry-header .posted-on,
.artist-merch-theme.single-post .entry-header .byline {
    color: rgba(247,242,234,.72);
}

.artist-merch-theme.single-post .post-thumb,
.artist-merch-theme.single-post .post-thumbnail,
.artist-merch-theme.single-post .ast-blog-featured-section {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto clamp(24px, 4vw, 48px);
    overflow: hidden;
    border-radius: 30px;
    background: #111117;
    box-shadow: 0 20px 60px rgba(0,0,0,.13);
}

.artist-merch-theme.single-post .post-thumb img,
.artist-merch-theme.single-post .post-thumbnail img,
.artist-merch-theme.single-post .ast-blog-featured-section img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.artist-merch-theme.single-post .entry-content {
    width: min(860px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(24px, 4vw, 54px) clamp(18px, 4vw, 44px);
    border-radius: 30px;
    background: #fff;
    color: #24242b;
    box-shadow: 0 18px 48px rgba(0,0,0,.07);
}

.artist-merch-theme.single-post .entry-content > * {
    max-width: 100%;
}

.artist-merch-theme.single-post .entry-content p,
.artist-merch-theme.single-post .entry-content li {
    color: #2b2b32;
    font-size: 18px;
    line-height: 1.82;
}

.artist-merch-theme.single-post .entry-content h2,
.artist-merch-theme.single-post .entry-content h3,
.artist-merch-theme.single-post .entry-content h4 {
    margin-top: 1.55em;
    color: #111117;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.artist-merch-theme.single-post .entry-content h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.artist-merch-theme.single-post .entry-content h3 {
    font-size: clamp(24px, 3vw, 34px);
}

.artist-merch-theme.single-post .entry-content a {
    color: #b67811;
    font-weight: 850;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.artist-merch-theme.single-post .entry-content blockquote {
    margin: 32px 0;
    padding: 22px 26px;
    border-left: 5px solid var(--artist-merch-accent);
    border-radius: 20px;
    background: #faf8f3;
    color: #111117;
    font-size: 20px;
    font-weight: 750;
}

.artist-merch-theme.single-post .entry-content img,
.artist-merch-theme.single-post .entry-content .wp-block-image img {
    border-radius: 24px;
}

.artist-merch-theme.single-post .entry-footer,
.artist-merch-theme.single-post .post-navigation,
.artist-merch-theme.single-post .comments-area,
.artist-merch-theme.single-post .ast-author-box,
.artist-merch-theme.single-post .ast-single-related-posts-container {
    width: min(1120px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.artist-merch-theme.single-post .post-navigation,
.artist-merch-theme.single-post .comments-area,
.artist-merch-theme.single-post .ast-author-box,
.artist-merch-theme.single-post .ast-single-related-posts-container {
    margin-top: clamp(24px, 4vw, 48px);
    padding: clamp(20px, 3vw, 34px);
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 14px 36px rgba(0,0,0,.06);
}

.artist-merch-theme.single-post .artist-merch-reading-time {
    margin-bottom: 24px;
    background: #111117;
    color: var(--artist-merch-accent);
}

@media (max-width: 640px) {
    .artist-merch-theme.single-post .entry-header {
        padding: 24px;
        border-radius: 24px;
    }

    .artist-merch-theme.single-post .entry-content {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .artist-merch-theme.single-post .entry-content p,
    .artist-merch-theme.single-post .entry-content li {
        font-size: 16px;
    }
}
