.elementor-874 .elementor-element.elementor-element-6612a3f{--display:flex;}.elementor-874 .elementor-element.elementor-element-d53916a{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-d53916a */.asha-blog-container {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #333333;
        line-height: 1.7;
        font-size: 16px;
        max-width: 850px;
        margin: 0 auto;
        padding: 10px;
    }
    .asha-blog-header h1 {
        color: #0E3340; /* Deep Teal-Navy */
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    .asha-blog-header .subheading {
        color: #5BA89B; /* Seafoam Teal */
        font-size: 21px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    .asha-blog-image {
        margin-bottom: 35px;
        text-align: center;
    }
    .asha-blog-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 6px 15px rgba(14, 51, 64, 0.15); /* Soft deep-teal tinted shadow */
    }
    .asha-blog-container h2 {
        color: #0E3340; /* Deep Teal-Navy */
        font-size: 24px;
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .asha-blog-container p {
        margin-bottom: 20px;
    }
    .asha-blog-container p strong.lead-in {
        font-size: 18px;
        color: #0E3340;
    }
    .asha-blog-container hr {
        border: 0;
        border-top: 2px solid #0E3340; /* Deep Teal-Navy accent line */
        opacity: 0.15;
        margin: 35px 0;
    }
    .asha-features-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .asha-features-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 18px;
    }
    /* Custom Seafoam Teal bullet indicators */
    .asha-features-list li::before {
        content: "■"; 
        position: absolute;
        left: 0;
        top: 0;
        color: #5BA89B; /* Seafoam Teal */
        font-size: 14px;
    }
    .asha-features-list strong {
        color: #0E3340; /* Deep Teal-Navy highlights */
        font-size: 17px;
    }
    .asha-highlight-gold {
        color: #CFA24E; /* Amber Gold */
        font-weight: 600;
    }/* End custom CSS */