.elementor-3352 .elementor-element.elementor-element-1fcdbf5{padding:120px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b2a836f *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
    font-size: 16px;
}

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

/* Header Styles */
.post-header {
    margin-bottom: 50px;
    border-bottom: 3px solid #2c3e50;
    padding-bottom: 30px;
}

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

.post-meta {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

/* Introduction Section */
.post-intro {
    background-color: #f8f9fa;
    padding: 30px;
    border-left: 4px solid #3498db;
    margin-bottom: 40px;
    border-radius: 4px;
}

.post-intro p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.post-intro p:first-child {
    font-size: 1.15rem;
    font-weight: 500;
    color: #2c3e50;
}

/* Content Section */
.post-content {
    margin-bottom: 50px;
}

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

.post-content h2:first-child {
    margin-top: 0;
}

.post-content h3 {
    font-size: 1.5rem;
    color: #34495e;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.post-content a:hover,
.post-intro a:hover,
.post-conclusion a:hover {
    color: #2980b9;
    border-bottom: 1px solid #2980b9;
}

/* Lists */
.post-content ul {
    margin: 25px 0 25px 30px;
    list-style-type: none;
}

.post-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
}

.post-content ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

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

/* Conclusion Section */
.post-conclusion {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 60px;
}

.post-conclusion h2 {
    font-size: 1.75rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.post-conclusion p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.post-conclusion p:last-child {
    margin-bottom: 0;
}

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

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

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

    .post-intro {
        padding: 20px;
    }

    .post-intro p {
        font-size: 1rem;
    }

    .post-intro p:first-child {
        font-size: 1.05rem;
    }

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

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

    .post-content p,
    .post-content ul li {
        font-size: 1rem;
    }

    .post-conclusion {
        padding: 25px 20px;
    }

    .post-conclusion h2 {
        font-size: 1.5rem;
    }
}

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

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

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

/* Print Styles */
@media print {
    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .blog-post {
        max-width: 100%;
        padding: 0;
    }

    .post-header {
        page-break-after: avoid;
    }

    .post-content h2,
    .post-content h3 {
        page-break-after: avoid;
    }

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