.blockList.blogPostContent {
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 0;
}

.blogPostContent .richContent.blog-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.5;
    color: #2c3e50;
    background-color: #ffffff;
}

.blogPostContent .blogPostTitle,
.blogPostContent .richContent .blog-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #34495e;
    margin: 0 0 0.2em 0;
    line-height: 1.2;
    text-align: left;
    letter-spacing: normal;
    max-width: 100%;
}

.blogPostContent .richContent .blog-intro {
    font-size: 1em;
    color: #2c3e50;
    text-align: left;
    max-width: 100%;
    margin: 0.4em 0;
    padding: 0.6rem;
    background: #f8f9fa;
    border-left: 5px solid #dee2e6;
    border-radius: 4px;
    box-shadow: none;
}

.blogPostContent .richContent .blog-intro p {
    margin-bottom: 0.4rem;
    color: #5a6c7d;
    line-height: 1.5;
}

.blogPostContent .richContent .blog-intro p:last-child {
    margin-bottom: 0;
}

.blogPostContent .richContent .blog-intro strong {
    color: #34495e;
    font-weight: 600;
}

.blogPostContent .richContent .blog-content {
    max-width: 100%;
    margin: 0 auto;
}

.blogPostContent .richContent .blog-content h2 {
    font-size: 1.6em;
    color: #34495e;
    margin: 0.6em 0 0.3em 0;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2;
}

.blogPostContent .richContent .blog-content h3 {
    font-size: 1.3em;
    color: #34495e;
    margin: 0.5em 0 0.2em 0;
    padding-left: 0;
    border-left: none;
    font-weight: 600;
    line-height: 1.2;
}

.blogPostContent .richContent .blog-content p {
    margin: 0.4em 0;
    font-size: 1em;
    line-height: 1.5;
    color: #2c3e50;
    text-align: justify;
}

.blogPostContent .richContent .blog-content p strong {
    color: #2c3e50;
    font-weight: 600;
}

.blogPostContent .richContent .blog-content ul {
    margin: 0.4em 0;
    padding-left: 1.5em;
    list-style: disc;
}

.blogPostContent .richContent .blog-content ul li {
    position: relative;
    margin-bottom: 0.2em;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.5;
    color: #2c3e50;
}

.blogPostContent .richContent .blog-content ul li::before {
    display: none;
}

.blogPostContent .richContent .blog-content ul li strong {
    color: #2c3e50;
    font-weight: 600;
}

.blogPostContent .richContent .blog-content a {
    color: #3498db;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
    font-weight: 500;
}

.blogPostContent .richContent .blog-content a:hover {
    color: #2980b9;
    border-bottom-color: #3498db;
}

.blogPostContent .richContent .cta-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2c3e50;
    padding: 0.8rem;
    margin: 0.6rem 0;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blogPostContent .richContent .cta-box p {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
}

.blogPostContent .richContent .cta-box a {
    display: inline-block;
    background: #3498db;
    color: white !important;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    margin-top: 0.2rem;
    transition: all 0.2s ease;
    border: none;
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.2);
}

.blogPostContent .richContent .cta-box a:hover {
    background: #2980b9;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(52, 152, 219, 0.3);
    border-bottom: none;
}

.blogPostContent .richContent .info-highlight {
    background: #f8f9fa;
    border: 1px solid #e3f2fd;
    border-left: 4px solid #81c784;
    padding: 0.7rem;
    margin: 0.6rem 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.blogPostContent .richContent .info-highlight p {
    margin-bottom: 0.4rem;
    color: #2c3e50;
    font-size: 1em;
    line-height: 1.5;
}

.blogPostContent .richContent .info-highlight p:last-child {
    margin-bottom: 0;
}

.blogPostContent .richContent .info-highlight strong {
    color: #2c3e50;
    font-weight: 600;
}

.blogPostContent .richContent .legal-notice {
    background: #fffbf0;
    border-left: 4px solid #ffb74d;
    padding: 0.7rem;
    margin: 0.6rem 0;
    border-radius: 4px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #5d4e37;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.blogPostContent .richContent .legal-notice strong {
    color: #5d4e37;
    font-weight: 600;
}

.blogPostContent .richContent figure {
    margin: 0.3rem 0;
    text-align: center;
    background: #f8f9fa;
    padding: 0.2rem;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.blogPostContent .richContent figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
    margin: 0;
    display: block;
    object-fit: cover;
}

.blogPostContent .richContent figure img:hover {
    transform: scale(1.01);
}

.blogPostContent .richContent figure p {
    margin-top: 0.15rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .blogPostContent .richContent.blog-post-container {
        padding: 0 7px;
    }
    
    .blogPostContent .richContent .blog-intro {
        padding: 1rem;
    }
    
    .blogPostContent .richContent .cta-box {
        padding: 1.2rem;
    }
    
    .blogPostContent .richContent .info-highlight {
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .blogPostContent .richContent.blog-post-container {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .blogPostContent .richContent.blog-post-container {
        padding: 0 3px;
    }
    
    .blogPostContent .blogPostTitle,
    .blogPostContent .richContent .blog-title {
        margin: 0 auto 0.3rem;
        max-width: 95%;
    }
    
    .blogPostContent .richContent .blog-intro {
        padding: 0.6rem;
        margin-bottom: 0.6rem;
    }
    
    .blogPostContent .richContent .blog-content h2 {
        margin: 0.8rem 0 0.4rem;
    }
    
    .blogPostContent .richContent .blog-content h3 {
        margin: 0.6rem 0 0.3rem;
        padding-left: 0.3rem;
    }
    
    .blogPostContent .richContent .blog-content p {
        margin-bottom: 0.5rem;
    }
    
    .blogPostContent .richContent .blog-content ul li {
        padding-left: 1rem;
        margin-bottom: 0.3rem;
    }
    
    .blogPostContent .richContent .cta-box {
        padding: 0.8rem;
        margin: 0.6rem 0;
    }
    
    .blogPostContent .richContent .cta-box a {
        padding: 0.6rem 1.2rem;
    }
    
    .blogPostContent .richContent .info-highlight {
        padding: 0.7rem;
        margin: 0.6rem 0;
    }
    
    .blogPostContent .richContent .legal-notice {
        padding: 0.6rem;
        margin: 0.6rem 0;
    }
    
    .blogPostContent .richContent figure {
        margin: 0.25rem 0;
        padding: 0.1rem;
        width: 100%;
        overflow: hidden;
        max-width: 90vw;
    }
    
    .blogPostContent .richContent figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 3px;
        max-height: 250px;
    }
}

@media (max-width: 480px) {
    .blogPostContent .richContent.blog-post-container {
        padding: 0 2px;
    }
    
    .blogPostContent .richContent .blog-intro {
        padding: 0.5rem;
    }
    
    .blogPostContent .richContent .blog-content h2 {
        margin: 0.6rem 0 0.3rem;
    }
    
    .blogPostContent .richContent .blog-content h3 {
        margin: 0.5rem 0 0.2rem;
        padding-left: 0.2rem;
    }
    
    .blogPostContent .richContent .cta-box {
        padding: 0.6rem;
        border-radius: 4px;
    }
    
    .blogPostContent .richContent .cta-box a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .blogPostContent .richContent .info-highlight,
    .blogPostContent .richContent .legal-notice {
        padding: 0.5rem;
    }
    
    .blogPostContent .richContent figure {
        padding: 0.05rem;
        margin: 0.15rem 0;
        width: 100%;
        overflow: hidden;
        max-width: 95vw;
    }
    
    .blogPostContent .richContent figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 3px;
        max-height: 200px;
    }
    
    .blogPostContent .richContent figure p {
        margin-top: 0.08rem;
        font-size: 0.75rem;
    }
}

@media print {
    .blogPostContent .richContent.blog-post-container {
        max-width: none;
        padding: 0;
        color: black;
        background: white;
    }
    
    .blogPostContent .richContent .cta-box {
        background: #f5f5f5;
        color: black;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .blogPostContent .richContent .cta-box a {
        color: black;
        background: white;
        border: 1px solid #333;
    }
    
    .blogPostContent .richContent .info-highlight {
        background: #f9f9f9;
        color: black;
        border: 1px solid #ccc;
        box-shadow: none;
    }
    
    .blogPostContent .richContent figure {
        background: white;
        box-shadow: none;
        margin: 0.2rem 0;
        padding: 0.1rem;
    }
}