.elementor-23369 .elementor-element.elementor-element-b7080ad{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-23369 .elementor-element.elementor-element-26a2488{text-align:center;}.elementor-23369 .elementor-element.elementor-element-10c3aa0{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23369 .elementor-element.elementor-element-4d6c52f{text-align:center;}.elementor-23369 .elementor-element.elementor-element-e427576{text-align:center;}.elementor-23369 .elementor-element.elementor-element-ac6c102{text-align:center;}@media(max-width:991px){.elementor-23369 .elementor-element.elementor-element-10c3aa0{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-23369 .elementor-element.elementor-element-10c3aa0{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-f7e3482 */h2, h3 {
        font-size: larger;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }
    .summary, .note {
        background-color: #f9f2ff;
        padding: 12px;
        border-left: 4px solid #7D3C98;
        margin: 15px 0;
    }
    ul {
        margin-left: 20px;
    }
    a {
        color: #7D3C98;
        text-decoration: none;
        font-weight: bold;
    }
    a:hover {
        text-decoration: underline;
    }
    h1 {
        font-size: 1.8em;
        line-height: 1.3;
    }
    
    /* Comparison card structure */
    .comparison-grid {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin: 20px 0;
    }
    
    .comparison-row {
        display: flex;
        width: 100%;
        border: 1px solid #ccc;
    }
    
    .comparison-header {
        background-color: #f5f5f5;
        font-weight: bold;
    }
    
    .comparison-cell {
        padding: 12px 8px;
        text-align: center;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: break-word;
    }
    
    .comparison-cell:first-child {
        flex: 0.8;
        text-align: left;
        justify-content: flex-start;
        font-weight: bold;
        background-color: #f9f2ff;
    }
    
    /* Responsive styles */
    @media screen and (max-width: 768px) {
        .comparison-row {
            flex-direction: column;
            border: none;
            border-bottom: 1px solid #eee;
            margin-bottom: 25px;
        }
        
        .comparison-header {
            display: none;
        }
        
        .comparison-cell {
            text-align: right;
            padding: 10px;
            border: 1px solid #ddd;
            position: relative;
        }
        
        .comparison-cell:first-child {
            background-color: #7D3C98;
            color: white;
            text-align: center;
            justify-content: center;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
        }
        
        .comparison-cell:not(:first-child)::before {
            content: attr(data-label);
            position: absolute;
            left: 10px;
            font-weight: bold;
            text-align: left;
        }
    }
    
    @media screen and (max-width: 480px) {
        h1 {
            font-size: 1.5em;
        }
    }/* End custom CSS */