.elementor-2740 .elementor-element.elementor-element-263ec0dd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.privacy-policy-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            color: #333;
            line-height: 1.8;
        }
        
        .privacy-policy-container h1 {
            font-size: 2.5em;
            color: #2c3e50;
            margin-bottom: 30px;
            border-bottom: 3px solid #27ae60;
            padding-bottom: 15px;
        }
        
        .privacy-policy-container h2 {
            font-size: 1.8em;
            color: #2c3e50;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-left: 15px;
            border-left: 4px solid #27ae60;
        }
        
        .privacy-policy-container h3 {
            font-size: 1.3em;
            color: #34495e;
            margin-top: 25px;
            margin-bottom: 15px;
        }
        
        .privacy-policy-container p {
            margin-bottom: 15px;
            text-align: justify;
        }
        
        .privacy-policy-container ul {
            margin: 15px 0;
            padding-left: 25px;
        }
        
        .privacy-policy-container li {
            margin-bottom: 10px;
        }
        
        .info-box {
            background-color: #f8f9fa;
            border-left: 4px solid #27ae60;
            padding: 20px;
            margin: 25px 0;
            border-radius: 4px;
        }
        
        .info-box strong {
            color: #27ae60;
            font-size: 1.1em;
        }
        
        .contact-info {
            background-color: #ecf0f1;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .update-date {
            text-align: center;
            font-style: italic;
            color: #7f8c8d;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ddd;
        }
        
        @media (max-width: 768px) {
            .privacy-policy-container h1 {
                font-size: 2em;
            }
            
            .privacy-policy-container h2 {
                font-size: 1.5em;
            }
            
            .privacy-policy-container {
                padding: 20px 15px;
            }
        }/* End custom CSS */