.elementor-12945 .elementor-element.elementor-element-c6b1cdc{--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;}/* Start custom CSS for text-editor, class: .elementor-element-10cb6a9 */<style>
    .blog-container {
        max-width: 800px;
        margin: 0 auto;
        font-family: 'Arial', sans-serif;
        line-height: 1.8;
        color: #333;
        padding: 20px;
    }
    .blog-container h2 {
        text-align: center;
        color: #d0112b;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .blog-container h3 {
        color: #d0112b;
        font-size: 22px;
        margin-top: 25px;
        font-weight: bold;
    }
    .blog-container p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .blog-container ul {
        font-size: 18px;
        list-style: disc;
        padding-left: 20px;
    }
    .blog-container strong {
        font-weight: bold;
    }
    .blog-container a {
        color: #d9534f;
        text-decoration: none;
        font-weight: bold;
    }
    .blog-container a:hover {
        text-decoration: underline;
    }
    .cta-box {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        font-size: 18px;
        text-align: center;
        margin: 20px 0;
        font-weight: bold;
    }
    .cta-button {
        display: inline-block;
        background: #d0112b;
        color: white !important;
        padding: 12px 20px;
        text-decoration: none;
        font-size: 18px;
        border-radius: 5px;
        margin-top: 10px;
        font-weight: bold;
    }
    .cta-button:hover {
        background: #4cae4c;
    }
    .center-text {
        text-align: center;
    }
</style>/* End custom CSS */