body {
        font-family: 'Inter', system-ui, sans-serif;
    }
    #custom-container-cookies .legal-content h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        color: #111;
    }
    #custom-container-cookies .legal-content h3 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        color: #111;
    }
    #custom-container-cookies .legal-content p {
        margin-bottom: 1rem;
        line-height: 1.75;
        color: #4b5563;
    }
    #custom-container-cookies .legal-content ul {
        list-style: disc;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        color: #4b5563;
    }
    #custom-container-cookies .legal-content ul li {
        margin-bottom: 0.5rem;
        line-height: 1.75;
    }
    #custom-container-cookies .legal-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1.5rem;
    }
    #custom-container-cookies .legal-content th,
    #custom-container-cookies .legal-content td {
        text-align: left;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e5e7eb;
        font-size: 0.875rem;
        color: #4b5563;
    }
    #custom-container-cookies .legal-content th {
        font-weight: 600;
        color: #111;
        background: #f9fafb;
    }
