.elementor-2099 .elementor-element.elementor-element-108aef0{--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 html, class: .elementor-element-f74efce */.mgc-blog-wrapper {
        font-family: inherit;
        color: #333;
        line-height: 1.7;
        background-color: #f8fafc; /* Medical-type clean background */
        padding: 10px 0;
        box-sizing: border-box;
    }

    .mgc-blog-wrapper *, .mgc-blog-wrapper *::before, .mgc-blog-wrapper *::after {
        box-sizing: inherit;
    }

    /* Section Styling */
    .mgc-section {
        width: 100%;
        padding: 30px 20px;
        background-color: #ffffff;
        border-radius: 15px;
        margin-bottom: 25px;
        border: 1px solid #eef2f5;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .mgc-section:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    /* Typography & Colors */
    .mgc-blog-wrapper h1, .mgc-blog-wrapper h2, .mgc-blog-wrapper h3, .mgc-blog-wrapper h4 {
        color: #1f3d9d; /* Secondary Color */
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .mgc-blog-wrapper h1 { font-size: 2.2rem; line-height: 1.3; }
    .mgc-blog-wrapper h2 { font-size: 1.8rem; border-bottom: 2px solid #f22283; padding-bottom: 8px; display: inline-block;}
    .mgc-blog-wrapper h3 { font-size: 1.4rem; color: #333; }
    
    .mgc-blog-wrapper p { margin-bottom: 18px; font-size: 1.05rem; }
    .mgc-blog-wrapper a { color: #f22283; text-decoration: none; font-weight: 600; transition: color 0.2s;}
    .mgc-blog-wrapper a:hover { color: #1f3d9d; text-decoration: underline; }
    
    .mgc-blog-wrapper strong { color: #222; font-weight: 700; }

    /* Missing Info Highlight */
    .mgc-missing-info {
        background-color: #ffe6e6;
        color: red;
        font-weight: bold;
        padding: 10px 15px;
        border-left: 5px solid red;
        border-radius: 5px;
        margin-bottom: 20px;
        display: inline-block;
    }

    /* AEO Snippet / Blockquote */
    .mgc-aeo-snippet {
        background-color: #f0f4ff;
        border-left: 5px solid #1f3d9d;
        padding: 20px;
        border-radius: 0 10px 10px 0;
        font-size: 1.1rem;
        font-style: italic;
        margin: 20px 0;
        color: #1f3d9d;
    }

    /* Table of Contents */
    .mgc-toc {
        background: #ffffff;
        border: 2px solid #119809; /* Rare Color */
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .mgc-toc summary {
        font-size: 1.2rem;
        font-weight: bold;
        color: #119809;
        cursor: pointer;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
        outline: none;
    }
    .mgc-toc summary::-webkit-details-marker { display: none; }
    .mgc-toc summary::before {
        content: "\f0c9"; /* FontAwesome Bars */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .mgc-toc ul {
        margin-top: 15px;
        padding-left: 20px;
        list-style-type: disc;
    }
    .mgc-toc ul li { margin-bottom: 8px; }
    .mgc-toc ul li a { color: #333; font-weight: normal; }
    .mgc-toc ul li a:hover { color: #f22283; }

    /* Images */
    .mgc-image-wrapper {
        text-align: center;
        margin: 25px 0;
    }
    .mgc-image-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    /* Responsive Table */
    .mgc-table-responsive {
        overflow-x: auto;
        margin: 20px 0;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }
    .mgc-blog-wrapper table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }
    .mgc-blog-wrapper th {
        background-color: #1f3d9d;
        color: white;
        padding: 15px;
        text-align: left;
    }
    .mgc-blog-wrapper td {
        padding: 15px;
        border-bottom: 1px solid #eef2f5;
        background-color: #fff;
    }
    .mgc-blog-wrapper tr:last-child td { border-bottom: none; }
    .mgc-blog-wrapper tr:nth-child(even) td { background-color: #f9fbfc; }

    /* Lists */
    .mgc-blog-wrapper ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .mgc-blog-wrapper li {
        margin-bottom: 10px;
    }

    /* FAQ Accordion */
    .mgc-faq details {
        background: #f9fbfc;
        border: 1px solid #eef2f5;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 15px 20px;
        transition: all 0.3s ease;
    }
    .mgc-faq details[open] {
        border-color: #f22283;
        background: #fff;
        box-shadow: 0 5px 15px rgba(242, 34, 131, 0.1);
    }
    .mgc-faq summary {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1f3d9d;
        cursor: pointer;
        list-style: none;
        position: relative;
        padding-right: 30px;
        outline: none;
    }
    .mgc-faq summary::-webkit-details-marker { display: none; }
    .mgc-faq summary::after {
        content: "\f067"; /* FontAwesome Plus */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 0;
        color: #f22283;
        transition: transform 0.3s ease;
    }
    .mgc-faq details[open] summary::after {
        content: "\f068"; /* FontAwesome Minus */
        transform: rotate(180deg);
    }
    .mgc-faq .faq-answer {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #eef2f5;
        color: #444;
    }

    /* Call To Action Buttons */
    .mgc-cta-box {
        text-align: center;
        padding: 30px;
        background: linear-gradient(135deg, #1f3d9d 0%, #111e4f 100%);
        border-radius: 15px;
        color: white;
        margin: 30px 0;
    }
    .mgc-cta-box h3 { color: white; border: none; }
    .mgc-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #f22283; /* Primary Color */
        color: white !important;
        padding: 15px 30px;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none !important;
        transition: all 0.3s ease;
        border: none;
        box-shadow: 0 4px 10px rgba(242, 34, 131, 0.3);
    }
    .mgc-btn:hover {
        background-color: #119809; /* Rare Color */
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(17, 152, 9, 0.3);
    }

    /* Disclaimer */
    .mgc-disclaimer {
        font-size: 0.9rem;
        color: #666;
        font-style: italic;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        margin-top: 40px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .mgc-section { padding: 20px 15px; }
        .mgc-blog-wrapper h1 { font-size: 1.8rem; }
        .mgc-blog-wrapper h2 { font-size: 1.5rem; }
    }/* End custom CSS */