.elementor-10036 .elementor-element.elementor-element-97438f3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f3f09ba */.blog-post {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    max-width: 900px;
    margin: 20px auto;
    line-height: 1.8;
    color: #333;
}

.blog-post h1 {
    color: #2c3e50;
    font-size: 28px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.blog-post h2 {
    color: #2980b9;
    margin-top: 30px;
    font-size: 22px;
}

.blog-post h3 {
    color: #16a085;
}

.publish-date {
    color: #7f8c8d;
    font-style: italic;
}

.excerpt {
    background: #ecf0f1;
    padding: 15px;
    border-right: 4px solid #3498db;
    font-size: 18px;
}

.table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.blog-post table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.blog-post th, .blog-post td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: right;
}

.blog-post th {
    background-color: #3498db;
    color: white;
    font-weight: bold;
}

.blog-post tr:nth-child(even) {
    background-color: #f2f2f2;
}

.blog-post ul {
    padding-right: 20px;
}

.blog-post li {
    margin-bottom: 10px;
}

.cta-section {
    margin-top: 40px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.cta-box h3 {
    color: white;
    margin-top: 0;
}

.cta-button {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #c0392b;
}

.cta-note {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .blog-post {
        padding: 15px;
    }
    
    .blog-post h1 {
        font-size: 24px;
    }
    
    .blog-post h2 {
        font-size: 20px;
    }
    
    .blog-post th, .blog-post td {
        padding: 8px 10px;
    }
}/* End custom CSS */