.elementor-2840 .elementor-element.elementor-element-b84675e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2840 .elementor-element.elementor-element-1a8b0cf{font-weight:400;color:var( --e-global-color-30b7e1c );}/* Start custom CSS for html, class: .elementor-element-bde3744 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
}

/* Blog Post Container */
.blog-post {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Post Header */
.post-header {
    margin-bottom: 30px;
    text-align: center;
}

.post-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 0.95rem;
    color: #666;
}

.post-meta time {
    font-weight: 500;
}

.post-meta .category {
    background-color: #e74c3c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Featured Image */
.featured-image {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Content */
.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 400;
}

.post-content p {
    margin-bottom: 20px;
    color: #444;
}

.post-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Lists */
.post-content ul,
.post-content ol {
    margin: 20px 0 20px 30px;
}

.post-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.post-content li strong {
    color: #2c3e50;
}

/* Links */
.post-content a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease;
}

.post-content a:hover {
    border-bottom-color: #e74c3c;
}

/* Callout Box */
.callout-box {
    background-color: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 25px;
    margin: 35px 0;
    border-radius: 4px;
}

.callout-box h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: #e74c3c;
}

.callout-box p {
    margin-bottom: 15px;
}

.callout-box ul {
    margin-left: 25px;
}

.callout-box li {
    margin-bottom: 8px;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    padding: 40px;
    margin: 50px 0;
    border-radius: 8px;
    text-align: center;
}

.cta-section h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.cta-section p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.cta-section a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    border-bottom: none;
}

.cta-section a:hover {
    opacity: 0.9;
}

.cta-section strong {
    font-size: 1.2rem;
}

/* Related Content */
.related-content {
    background-color: #f8f9fa;
    padding: 30px;
    margin-top: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.related-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.related-content ul {
    margin-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.related-content li {
    margin-bottom: 0;
}

.related-content a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    color: #2c3e50;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.related-content a:hover {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-post {
        padding: 20px 15px;
    }

    .post-header h1 {
        font-size: 1.8rem;
    }

    .intro-text {
        font-size: 1.1rem;
    }

    .post-content {
        font-size: 1rem;
    }

    .post-content h2 {
        font-size: 1.6rem;
        margin-top: 35px;
    }

    .post-content h3 {
        font-size: 1.3rem;
        margin-top: 25px;
    }

    .callout-box {
        padding: 20px;
    }

    .cta-section {
        padding: 30px 20px;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .related-content ul {
        grid-template-columns: 1fr;
    }

    .post-meta {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .post-header h1 {
        font-size: 1.5rem;
    }

    .post-content h2 {
        font-size: 1.4rem;
    }

    .post-content h3 {
        font-size: 1.2rem;
    }
}

/* Print Styles */
@media print {
    .cta-section,
    .related-content {
        page-break-inside: avoid;
    }

    .post-content a {
        color: #000;
        text-decoration: underline;
    }
}/* End custom CSS */