/* Chloe Blog Post Detail Styles */
.hs-blog-social-share,
.hs-blog-social-sharing,
.blog-social-sharing,
.blog-post-sharing,
.blog-sharing {
    display: none !important;
}

/* Blog body typography from blog_content module */
.chloe-blog-post-page .hs-blog-content h1,
.chloe-blog-post-page h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.15;
    color: #0B254C;
    margin: 40px 0 20px;
}

.chloe-blog-post-page .hs-blog-content h2,
.chloe-blog-post-page h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.2;
    color: #0B254C;
    margin: 32px 0 16px;
}

.chloe-blog-post-page .hs-blog-content h3,
.chloe-blog-post-page h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
    color: #0B254C;
    margin: 28px 0 14px;
}

.chloe-blog-post-page .hs-blog-content p,
.chloe-blog-post-page p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.85;
    color: #666666;
    margin: 0 0 24px 0;
}

.chloe-blog-post-page .hs-blog-content ul,
.chloe-blog-post-page .hs-blog-content ol,
.chloe-blog-post-page ul,
.chloe-blog-post-page ol {
    margin: 0 0 24px 24px;
    padding-left: 20px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.85;
}

.chloe-blog-post-page .hs-blog-content ul,
.chloe-blog-post-page ul {
    list-style: disc inside;
}

.chloe-blog-post-page .hs-blog-content ol,
.chloe-blog-post-page ol {
    list-style: decimal inside;
}

.chloe-blog-post-page .hs-blog-content li,
.chloe-blog-post-page li {
    margin-bottom: 12px;
    list-style: inherit;
    display: list-item;
}

.chloe-blog-post-page {
    position: relative;
    /* Soft warm-to-cool gradient background matching other pages */
    background: linear-gradient(180deg, #FFFCEB 0%, #F5EBFA 100%);
    padding-bottom: 100px;
}

.chloe-blog-post-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Featured Image */
.chloe-blog-featured-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    border-radius: 0;
    overflow: hidden;
}

.chloe-blog-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content Area */
.chloe-blog-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Title */
.chloe-blog-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.1;
    color: #0B254C;
    margin-bottom: 48px;
    letter-spacing: -1px;
}

/* Blog Body Typography */
.chloe-blog-body {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.85;
    color: #666666;
}

.chloe-blog-body p {
    margin-bottom: 32px;
}

.chloe-blog-body h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #0B254C;
    margin-top: 64px;
    margin-bottom: 32px;
}

.chloe-blog-body h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0B254C;
    margin-top: 40px;
    margin-bottom: 20px;
}

.chloe-blog-body ul,
.chloe-blog-body ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.chloe-blog-body li {
    margin-bottom: 12px;
}

/* Blockquotes / Callouts */
.chloe-blog-body blockquote {
    border-left: 0;
    padding: 0;
    margin: 48px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #0B254C;
    position: relative;
}

.chloe-blog-body blockquote::before {
    content: '“';
    display: block;
    font-size: 64px;
    color: #F061A9;
    line-height: 1;
    margin-bottom: -10px;
    opacity: 0.3;
}

/* Images inside body */
.chloe-blog-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Image alignment floating */
.chloe-blog-body img[style*="float: left"],
.chloe-blog-body img[align="left"] {
    margin-right: 32px;
    margin-bottom: 32px;
    max-width: 50%;
}

.chloe-blog-body img[style*="float: right"],
.chloe-blog-body img[align="right"] {
    margin-left: 32px;
    margin-bottom: 32px;
    max-width: 50%;
}

/* Footer Date */
.chloe-blog-footer-meta {
    margin-top: 60px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .chloe-blog-featured-image-wrapper {
        height: 300px;
    }

    .chloe-blog-title {
        font-size: 32px;
    }

    .chloe-blog-body img[style*="float: left"],
    .chloe-blog-body img[align="left"],
    .chloe-blog-body img[style*="float: right"],
    .chloe-blog-body img[align="right"] {
        float: none !important;
        margin: 32px 0;
        max-width: 100%;
        width: 100%;
    }
}