.elementor-2189 .elementor-element.elementor-element-b95291e{--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-a560a88 */:root {
            --mgc-primary: #f22283;
            --mgc-secondary: #1f3d9d;
            --mgc-rare: #119809;
            --mgc-text: #333333;
            --mgc-bg: #f8f9fc;
            --mgc-white: #ffffff;
            --mgc-radius: 15px;
            --mgc-padding: 20px;
        }

        body {
            background-color: var(--mgc-bg); /* For preview purposes */
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            color: var(--mgc-text);
            line-height: 1.7;
        }

        .mgc-blog-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 10px;
        }

        .mgc-section {
            background: var(--mgc-white);
            border-radius: var(--mgc-radius);
            padding: var(--mgc-padding);
            margin-bottom: 30px;
            width: 100%;
            box-sizing: border-box;
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .mgc-section:hover {
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        /* Typography */
        .mgc-section h1 {
            color: var(--mgc-secondary);
            font-size: 2.2rem;
            margin-top: 0;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .mgc-section h2 {
            color: var(--mgc-secondary);
            font-size: 1.8rem;
            border-bottom: 2px solid var(--mgc-primary);
            padding-bottom: 10px;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .mgc-section h3 {
            color: var(--mgc-secondary);
            font-size: 1.4rem;
            margin-bottom: 15px;
        }

        .mgc-section p {
            margin-bottom: 15px;
        }

        .mgc-section a {
            color: var(--mgc-primary);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }
        
        .mgc-section a:hover {
            color: var(--mgc-secondary);
            text-decoration: underline;
        }

        /* Missing Info Highlight */
        .mgc-highlight {
            color: red;
            font-weight: bold;
            background: #ffe6e6;
            padding: 2px 6px;
            border-radius: 4px;
            border: 1px dashed red;
        }

        /* AEO Snippet / Blockquote */
        .mgc-aeo-snippet {
            background-color: #f0f4ff;
            border-left: 5px solid var(--mgc-primary);
            padding: 20px;
            border-radius: 0 var(--mgc-radius) var(--mgc-radius) 0;
            font-style: italic;
            font-size: 1.1rem;
            margin-bottom: 25px;
        }

        /* Images */
        .mgc-section img {
            width: 100%;
            height: auto;
            border-radius: var(--mgc-radius);
            margin: 20px 0;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
        }

        /* Table of Contents */
        .mgc-toc {
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }
        .mgc-toc summary {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--mgc-secondary);
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            outline: none;
        }
        .mgc-toc summary::-webkit-details-marker { display: none; }
        .mgc-toc summary i { margin-right: 10px; color: var(--mgc-primary); transition: transform 0.3s; }
        .mgc-toc[open] summary i { transform: rotate(90deg); }
        .mgc-toc-list {
            margin-top: 15px;
            padding-left: 0;
            list-style: none;
        }
        .mgc-toc-list li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        .mgc-toc-list li::before {
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--mgc-primary);
        }
        .mgc-toc-list a {
            color: var(--mgc-text);
            font-weight: normal;
        }
        .mgc-toc-list a:hover { color: var(--mgc-primary); }

        /* Responsive Table */
        .mgc-table-wrapper {
            overflow-x: auto;
            margin: 25px 0;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .mgc-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px;
            background: var(--mgc-white);
        }
        .mgc-table th {
            background-color: var(--mgc-secondary);
            color: var(--mgc-white);
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        .mgc-table td {
            padding: 15px;
            border-bottom: 1px solid #eeeeee;
        }
        .mgc-table tr:last-child td { border-bottom: none; }
        .mgc-table tr:hover td { background-color: #f9fbfd; }
        .mgc-table td:first-child { font-weight: bold; color: var(--mgc-secondary); }

        /* FAQ Accordion */
        .mgc-faq {
            border-bottom: 1px solid #eeeeee;
        }
        .mgc-faq:last-child { border-bottom: none; }
        .mgc-faq summary {
            padding: 18px 0;
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--mgc-secondary);
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            outline: none;
        }
        .mgc-faq summary::-webkit-details-marker { display: none; }
        .mgc-faq summary::after {
            content: "\f067"; /* Plus icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: var(--mgc-primary);
            transition: transform 0.3s ease;
        }
        .mgc-faq[open] summary::after {
            content: "\f068"; /* Minus icon */
            transform: rotate(180deg);
        }
        .mgc-faq-content {
            padding-bottom: 20px;
            color: var(--mgc-text);
        }

        /* Call To Action (CTA) Section */
        .mgc-cta-section {
            background: linear-gradient(135deg, var(--mgc-primary), var(--mgc-secondary));
            color: var(--mgc-white);
            text-align: center;
        }
        .mgc-cta-section h2, .mgc-cta-section p { color: var(--mgc-white); border: none; }
        .mgc-btn {
            display: inline-flex;
            align-items: center;
            background-color: #25D366; /* WhatsApp Green */
            color: var(--mgc-white) !important;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: bold;
            text-decoration: none !important;
            margin-top: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .mgc-btn i { margin-right: 10px; font-size: 1.4rem; }
        .mgc-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
            color: var(--mgc-white) !important;
        }

        @media (max-width: 768px) {
            .mgc-section { padding: 15px; }
            .mgc-section h1 { font-size: 1.8rem; }
            .mgc-section h2 { font-size: 1.5rem; }
        }/* End custom CSS */