.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}/* Start custom CSS for text-editor, class: .elementor-element-71e3f556 */.dental-emergency-article {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .emergency-alert {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            color: white;
            padding: 20px;
            border-radius: 12px;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
            border-right: 6px solid #fff;
        }
        
        .emergency-alert h2 {
            margin: 0 0 15px 0;
            font-size: 24px;
            font-weight: bold;
        }
        
        .emergency-alert p {
            margin: 0;
            font-size: 16px;
            font-weight: 500;
        }
        
        .quick-action-steps {
            background: #f8f9fa;
            border-right: 5px solid #007cba;
            padding: 25px;
            margin: 25px 0;
            border-radius: 8px;
        }
        
        .quick-action-steps h3 {
            color: #007cba;
            margin-top: 0;
            font-size: 20px;
        }
        
        .action-step {
            background: white;
            padding: 15px;
            margin: 15px 0;
            border-radius: 8px;
            border-right: 4px solid #28a745;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .action-step strong {
            color: #28a745;
            font-size: 16px;
        }
        
        .treatment-options {
            display: grid;
            gap: 20px;
            margin: 30px 0;
        }
        
        .treatment-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s ease;
            border-right: 4px solid #007cba;
        }
        
        .treatment-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .treatment-card h4 {
            color: #007cba;
            margin: 0 0 15px 0;
            font-size: 18px;
        }
        
        .warning-section {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-right: 5px solid #f39c12;
        }
        
        .warning-section h3 {
            color: #e67e22;
            margin-top: 0;
        }
        
        .contact-cta {
            background: linear-gradient(135deg, #007cba, #005a87);
            color: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            margin: 30px 0;
            box-shadow: 0 6px 20px rgba(0, 124, 186, 0.3);
        }
        
        .contact-cta h3 {
            margin: 0 0 15px 0;
            font-size: 22px;
        }
        
        .contact-cta p {
            margin: 0;
            font-size: 16px;
            opacity: 0.95;
        }
        
        .image-container {
            text-align: center;
            margin: 25px 0;
        }
        
        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .highlight-box {
            background: #e8f5e8;
            border-right: 5px solid #28a745;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
        }
        
        .highlight-box p {
            margin: 0;
            font-weight: 500;
            color: #155724;
        }
        
        ul.benefits-list {
            list-style: none;
            padding: 0;
        }
        
        ul.benefits-list li {
            background: rgba(255, 255, 255, 0.2);
            margin: 10px 0;
            padding: 15px;
            border-radius: 8px;
            border-right: 4px solid #ffffff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            color: white;
            font-weight: 500;
        }
        
        ul.benefits-list li:before {
            content: "✓";
            color: #ffffff;
            font-weight: bold;
            margin-left: 10px;
        }
        
        @media (max-width: 768px) {
            .dental-emergency-article {
                padding: 15px;
            }
            
            .emergency-alert h2 {
                font-size: 20px;
            }
            
            .treatment-options {
                grid-template-columns: 1 fr;
            }
        }/* End custom CSS */