 .comfi-show { padding-top: 30px; padding-bottom: 60px; }
        .comfi-meta { margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
        .comfi-entreprise { color: #e62117; font-weight: 600; font-size: 1rem; text-transform: uppercase; display: block; margin-bottom: 8px; }
        .comfi-title { font-weight: bold; font-size: 28px; line-height: 1.2; margin-bottom: 15px; color: #1a1a1a; }
        .comfi-date { color: #666; font-size: 0.95rem; }
        .comfi-viewer-container { background: #f9f9f9; padding: 20px; border-radius: 8px; border: 1px solid #ddd; margin-top: 30px; }
        .comfi-viewer { width: 100%; height: 1000px; border: 1px solid #ccc; background: #fff; }
        .back-link { display: inline-flex; align-items: center; margin-top: 40px; color: #3737b5; font-weight: 600; text-decoration: none; font-size: 1.1rem; }
        .back-link i { margin-right: 8px; }
        .back-link:hover { text-decoration: underline; }
        
        @media (max-width: 768px) {
            .comfi-title { font-size: 22px; }
            .comfi-viewer { height: 600px; }
        }