/* Extracted from imprint.html.twig + privacy.html.twig */
/* Auto-generated — do not edit inline styles in the template */

        .content-section h2 {
            color: var(--primary-color);
            font-weight: 700;
            border-bottom: 3px solid var(--primary-color);
            padding-bottom: 0.5rem;
        }
        
        .content-section h3 {
            color: var(--dark-text);
            font-weight: 600;
            margin-top: 2rem;
        }
        
        .content-section p {
            line-height: 1.8;
            color: var(--gray-text);
        }
        
        .placeholder-content {
            background: var(--light-bg);
            padding: 2rem;
            border-radius: 12px;
            border-left: 4px solid var(--primary-color);
        }

/* --- privacy.html.twig --- */
        .content-section h2 {
            color: var(--primary-color);
            font-weight: 700;
            border-bottom: 3px solid var(--primary-color);
            padding-bottom: 0.5rem;
        }
        
        .content-section h3 {
            color: var(--dark-text);
            font-weight: 600;
            margin-top: 2rem;
        }
        
        .content-section p {
            line-height: 1.8;
            color: var(--gray-text);
        }
        
        .placeholder-content {
            background: var(--light-bg);
            padding: 2rem;
            border-radius: 12px;
            border-left: 4px solid var(--primary-color);
        }
