/* SaaS-style blog article — copy stays the same, layout only. */
body.single-post .entry.content-bg.single-entry,
body.single-post .single-entry {
    max-width: 860px;
    margin: 28px auto 64px;
    padding: 8px 8px 40px;
    border: 1px solid rgba(91, 78, 167, 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 48px -28px rgba(91, 78, 167, 0.45);
    background: rgba(255, 255, 255, 0.96);
}

body.single-post .entry-content-wrap {
    padding: 12px 36px 8px;
}

body.single-post .entry-header {
    margin-bottom: 8px !important;
}

body.single-post .entry-taxonomies .category-links a {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5b4ea7 !important;
    background: #f0f3ff;
    border-radius: 999px;
    padding: 6px 12px;
}

body.single-post .entry-title {
    font-size: clamp(28px, 4.2vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.9px !important;
    line-height: 1.15 !important;
    color: #1e1b4b !important;
    margin: 14px 0 12px !important;
}

body.single-post .entry-meta {
    color: #7a76a0 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

body.single-post .fontnova-blog-hero-wrap {
    margin: 20px 0 32px;
}

body.single-post .fontnova-blog-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(91, 78, 167, 0.1);
    box-shadow: 0 18px 36px -22px rgba(91, 78, 167, 0.45);
}

body.single-post .entry-content {
    font-size: 17px;
    line-height: 1.8;
    color: #4b4672;
}

body.single-post .entry-content > p:first-of-type {
    font-size: 18px;
    line-height: 1.75;
    color: #3f3a63;
}

body.single-post .entry-content p {
    margin: 0 0 18px;
}

body.single-post .entry-content h2 {
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.25;
    color: #1e1b4b;
    margin: 40px 0 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(91, 78, 167, 0.12);
}

body.single-post .entry-content h2:first-of-type {
    margin-top: 12px;
}

body.single-post .entry-content ul {
    list-style: none;
    margin: 8px 0 28px;
    padding: 0;
    display: grid;
    gap: 12px;
}

body.single-post .entry-content li {
    background: #ffffff;
    border: 1px solid rgba(91, 78, 167, 0.12);
    border-radius: 16px;
    padding: 16px 18px 16px 20px;
    box-shadow: 0 12px 28px -20px rgba(91, 78, 167, 0.4);
    line-height: 1.65;
}

body.single-post .entry-content li::before {
    content: none;
}

body.single-post .entry-content a {
    color: #5b4ea7;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(91, 78, 167, 0.35);
}

body.single-post .entry-content a:hover {
    color: #3f3680;
    border-bottom-color: #3f3680;
}

@media (max-width: 768px) {
    body.single-post .entry.content-bg.single-entry,
    body.single-post .single-entry {
        margin: 12px 0 40px;
        border-radius: 20px;
        padding: 4px 0 24px;
    }

    body.single-post .entry-content-wrap {
        padding: 8px 18px 4px;
    }

    body.single-post .entry-content {
        font-size: 16px;
    }

    body.single-post .entry-content > p:first-of-type {
        font-size: 16px;
    }
}
