.elementor-958 .elementor-element.elementor-element-04b04e5{--display:flex;}.elementor-958 .elementor-element.elementor-element-7e31809{--spacer-size:50px;}/* Start custom CSS */.export-container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .export-title {
            text-align: center;
            color: #333;
            margin-bottom: 10px;
            font-size: 28px;
        }
        .export-tagline {
            text-align: center;
            color: #666;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .svg-container {
            text-align: center;
            margin: 30px 0;
        }
        .svg-container svg {
            max-width: 100%;
            height: auto;
        }
        .download-info {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 6px;
            margin-top: 20px;
            font-size: 14px;
            line-height: 1.6;
        }
        .tech-specs {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        .spec-item {
            background: #e3f2fd;
            padding: 15px;
            border-radius: 4px;
            text-align: center;
            font-size: 12px;
        }
        .spec-label {
            font-weight: bold;
            color: #1565c0;
            display: block;
        }
        .spec-value {
            color: #333;
            margin-top: 5px;
        }
        .content-section {
            margin-top: 30px;
            line-height: 1.7;
            color: #444;
        }
        .content-section h2 {
            color: #1e293b;
            margin-top: 25px;
            margin-bottom: 12px;
            font-size: 20px;
        }
        .content-section h3 {
            color: #334155;
            margin-top: 18px;
            margin-bottom: 10px;
            font-size: 16px;
        }
        .content-section p {
            margin-bottom: 12px;
        }
        .content-section ul, .content-section ol {
            margin-bottom: 12px;
            padding-left: 24px;
        }
        .content-section li {
            margin-bottom: 8px;
        }
        .content-section code {
            background: #f1f5f9;
            padding: 2px 6px;
            border-radius: 3px;
            font-family: monospace;
            font-size: 13px;
        }
        .content-section a {
            color: #0066cc;
            text-decoration: none;
        }
        .content-section a:hover {
            text-decoration: underline;
        }
        .toc {
            background: #fff8e1;
            padding: 15px;
            border-radius: 6px;
            margin: 20px 0;
            border-left: 4px solid #f59e0b;
        }
        .toc strong {
            display: block;
            margin-bottom: 10px;
            color: #92400e;
        }
        .toc ul {
            margin: 0;
            padding-left: 20px;
        }
        .toc li {
            margin-bottom: 5px;
        }
        .toc a {
            color: #d97706;
            text-decoration: none;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        .footer-info {
            background: #f0f9ff;
            padding: 15px;
            border-radius: 6px;
            margin-top: 30px;
            font-size: 13px;
            border-left: 4px solid #3b82f6;
        }
        .footer-info a {
            color: #0066cc;
        }/* End custom CSS */