.elementor-2300 .elementor-element.elementor-element-a465b33{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8eb4af3 */:root {
        --mgc-primary: #f22283;
        --mgc-secondary: #1f3d9d;
        --mgc-rare: #119809;
        --mgc-text: #333333;
        --mgc-bg: #ffffff;
        --mgc-light-bg: #f8fbfa;
        --mgc-border: #e8ecef;
    }

    .mgc-blog-container {
        font-family: inherit;
        color: var(--mgc-text);
        line-height: 1.8;
        max-width: 100%;
        margin: 0 auto;
        background-color: var(--mgc-light-bg);
        padding: 10px;
    }

    .mgc-section {
        background-color: var(--mgc-bg);
        width: 100%;
        padding: 20px;
        margin-bottom: 25px;
        border-radius: 15px;
        box-sizing: border-box;
        border: 1px solid var(--mgc-border);
        transition: box-shadow 0.3s ease;
    }

    .mgc-section:hover {
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

    .mgc-section h1 {
        color: var(--mgc-secondary);
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.3;
        font-weight: 700;
    }

    .mgc-section h2 {
        color: var(--mgc-secondary);
        font-size: 1.8rem;
        margin-top: 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid var(--mgc-primary);
        padding-bottom: 10px;
        display: inline-block;
    }

    .mgc-section p {
        margin-bottom: 15px;
        font-size: 1.05rem;
    }

    .mgc-section a {
        color: var(--mgc-primary);
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
    }

    .mgc-section a:hover {
        color: var(--mgc-secondary);
    }

    .mgc-image-wrapper {
        width: 100%;
        margin: 20px 0;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

    .mgc-image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .mgc-list {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .mgc-list li {
        margin-bottom: 10px;
        font-size: 1.05rem;
    }

    .mgc-list li i {
        color: var(--mgc-primary);
        margin-right: 10px;
    }

    /* Table of Contents */
    .mgc-toc {
        background-color: var(--mgc-light-bg);
        border: 1px solid var(--mgc-border);
        border-left: 5px solid var(--mgc-primary);
    }
    
    .mgc-toc summary {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--mgc-secondary);
        cursor: pointer;
        padding: 10px 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    .mgc-toc summary::-webkit-details-marker {
        display: none;
    }

    .mgc-toc summary i {
        margin-right: 10px;
        color: var(--mgc-primary);
        transition: transform 0.3s ease;
    }

    .mgc-toc[open] summary i {
        transform: rotate(90deg);
    }

    .mgc-toc ul {
        list-style: none;
        padding-left: 20px;
        margin-top: 10px;
    }

    .mgc-toc ul li {
        margin-bottom: 8px;
    }

    /* Responsive Table */
    .mgc-table-responsive {
        overflow-x: auto;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid var(--mgc-border);
    }

    .mgc-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    .mgc-table th, .mgc-table td {
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid var(--mgc-border);
    }

    .mgc-table th {
        background-color: var(--mgc-secondary);
        color: #ffffff;
        font-weight: bold;
    }

    .mgc-table tr:hover {
        background-color: var(--mgc-light-bg);
    }

    /* FAQ Accordion */
    .mgc-faq {
        margin-bottom: 15px;
        border: 1px solid var(--mgc-border);
        border-radius: 10px;
        background: #fff;
    }

    .mgc-faq summary {
        padding: 15px 20px;
        font-weight: bold;
        font-size: 1.1rem;
        color: var(--mgc-secondary);
        cursor: pointer;
        list-style: none;
        position: relative;
    }

    .mgc-faq summary::-webkit-details-marker {
        display: none;
    }

    .mgc-faq summary::after {
        content: '\f0d7';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 20px;
        color: var(--mgc-primary);
        transition: transform 0.3s;
    }

    .mgc-faq[open] summary::after {
        transform: rotate(180deg);
    }

    .mgc-faq-content {
        padding: 0 20px 20px;
        border-top: 1px solid var(--mgc-border);
        margin-top: 10px;
        padding-top: 15px;
    }

    /* CTA Button */
    .mgc-btn {
        display: inline-flex;
        align-items: center;
        background-color: var(--mgc-primary);
        color: #ffffff !important;
        padding: 12px 25px;
        border-radius: 30px;
        font-size: 1.1rem;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.2s;
        box-shadow: 0 4px 10px rgba(242, 34, 131, 0.3);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mgc-btn i {
        margin-right: 8px;
    }

    .mgc-btn:hover {
        background-color: var(--mgc-secondary);
        transform: translateY(-2px);
        color: #ffffff !important;
    }

    .mgc-text-rare {
        color: var(--mgc-rare);
        font-weight: bold;
    }
    
    .mgc-missing-info {
        color: red;
        font-weight: bold;
        border: 1px dashed red;
        padding: 2px 5px;
        background: #ffe6e6;
    }

    /* Mobile adjustments */
    @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 */