.elementor-6743 .elementor-element.elementor-element-23bab53b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-743236da */.avinu-refund-content {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            max-width: 800px;
            margin: 0 auto;
            padding: 35px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid #e1e5e9;
        }

        .avinu-refund-header {
            text-align: center;
            margin-bottom: 35px;
            padding-bottom: 25px;
            border-bottom: 2px solid #f0f0f0;
        }

        .avinu-refund-title {
            font-size: 2.4rem;
            font-weight: 800;
            background: linear-gradient(45deg, #e53e3e, #c53030);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 10px;
        }

        .avinu-refund-subtitle {
            font-size: 1.1rem;
            color: #666;
            font-weight: 300;
        }

        .avinu-refund-intro {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #333;
            margin-bottom: 30px;
            padding: 22px;
            background: linear-gradient(145deg, #fef5f5, #fed7d7);
            border-radius: 12px;
            border-right: 4px solid #e53e3e;
        }

        .avinu-refund-list {
            list-style: none;
            margin: 30px 0;
            padding: 0;
        }

        .avinu-refund-list li {
            background: #fafbfc;
            padding: 20px;
            margin: 15px 0;
            border-radius: 10px;
            border-right: 3px solid #e53e3e;
            position: relative;
            transition: all 0.3s ease;
            font-size: 0.98rem;
            line-height: 1.7;
            color: #444;
        }

        .avinu-refund-list li:hover {
            background: #fff5f5;
            transform: translateX(-3px);
            box-shadow: 0 5px 15px rgba(229, 62, 62, 0.1);
        }

        .avinu-refund-list li::before {
            content: "⚠";
            position: absolute;
            right: -12px;
            top: 50%;
            transform: translateY(-50%);
            background: #e53e3e;
            color: white;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 14px;
        }

        .avinu-refund-highlight {
            background: linear-gradient(145deg, #f0f9ff, #dbeafe);
            border-radius: 12px;
            padding: 22px;
            margin: 30px 0;
            border-right: 3px solid #3182ce;
            font-size: 1rem;
            line-height: 1.7;
            color: #333;
            position: relative;
        }

        .avinu-refund-highlight::before {
            content: "ℹ";
            position: absolute;
            right: -12px;
            top: 50%;
            transform: translateY(-50%);
            background: #3182ce;
            color: white;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
        }

        .avinu-refund-explanation {
            background: linear-gradient(145deg, #fffaf0, #feebc8);
            border-radius: 12px;
            padding: 22px;
            margin: 30px 0;
            border-right: 3px solid #ed8936;
            font-size: 1rem;
            line-height: 1.7;
            color: #333;
        }

        .avinu-refund-contact {
            text-align: center;
            margin-top: 35px;
            padding: 28px;
            background: linear-gradient(145deg, #f7fafc, #edf2f7);
            border-radius: 12px;
            border: 1px solid #e2e8f0;
        }

        .avinu-refund-contact p {
            font-size: 1.05rem;
            color: #333;
            margin-bottom: 18px;
        }

        .avinu-refund-contact-link {
            display: inline-block;
            background: linear-gradient(45deg, #e53e3e, #c53030);
            color: white;
            padding: 14px 32px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.05rem;
            transition: all 0.3s ease;
            box-shadow: 0 6px 18px rgba(229, 62, 62, 0.3);
        }

        .avinu-refund-contact-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(229, 62, 62, 0.4);
            background: linear-gradient(45deg, #d53030, #b91c1c);
        }

        @media (max-width: 768px) {
            .avinu-refund-content {
                margin: 10px;
                padding: 25px;
            }
            
            .avinu-refund-title {
                font-size: 2rem;
            }
            
            .avinu-refund-intro, 
            .avinu-refund-list li, 
            .avinu-refund-highlight,
            .avinu-refund-explanation {
                font-size: 0.92rem;
            }
        }/* End custom CSS */