/* Start custom CSS for text-editor, class: .elementor-element-190fb35 */.container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #ffffff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .custom-content header {
            padding-bottom: 20px;
            margin-bottom: 40px;
        }
        
         .custom-content h1 {
            font-size: 2.5rem;
            color: #1a1a1a;
            margin-bottom: 10px;
        }
        
        .custom-content .last-updated {
            font-size: 0.95rem;
        }
        
        .custom-content h2 {
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
        
        .custom-content h3 {
            font-size: 1.3rem;
            margin-top: 30px;
            margin-bottom: 15px;
        }
 @media (max-width: 768px) {
            .custom-content h1 {
                font-size: 2rem;
            }
            
            .custom-content h2 {
                font-size: 1.5rem;
            }
            
            .custom-content .container {
                padding: 30px 15px;
            }
        }/* End custom CSS */