 body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
       
        }
        
        .container 
        {
            max-width: 1200px;
       
        }
   
        .last-update {
            font-style: italic;
            color: #666;
            margin-bottom: 25px;
            display: block;
            border-bottom: 1px solid #dfe9fd;
           
        }
        h2 {
            color: #0d6efd;
            font-size: 1.4rem;
            margin-top: 30px;
         
            padding-bottom: 5px;
        }
        p, li {
            margin-bottom: 15px;
            /*text-align: justify;*/
        }
        .cookie-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        .cookie-table th, .cookie-table td {
            border: 1px solid #dfe9fd;
            padding: 12px;
            text-align: left;
        }
        .cookie-table th {
            background-color: #dfe9fd;
            color: #0d6efd;
        }
        .info-box {
            background-color: #dfe9fd;
            padding: 20px;
            border-radius: 8px;
            border-left: 5px solid #0d6efd;
            margin: 25px 0;
        }
        .footer-nav {
            margin-top: 40px;
            text-align: center;
            font-size: 0.9rem;
        }
        a {
            color: #0d6efd;
            text-decoration: none;
            font-weight: bold;
        }
      