
        .resultat {
            background: #fff; 
            padding: 25px; 
            border-radius: 8px; 
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
            text-align: center;
        }
        
        .resultat h2 {
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .ip-address {
            font-family: monospace;
            font-size: 2rem;
            font-weight: bold;
            color: #28a745;
            margin: 10px 0;
            word-break: break-all;
        }

        .content-section {
            background: #fff; 
            padding: 25px; 
            border-radius: 8px; 
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
            text-align: left;
        }
        
        ul {
            list-style: none;
            padding-left: 0;
        }
        
        li {
            margin-bottom: 10px;
        }
        
        .info-label {
            font-weight: bold;
            color: #1e3a8a;
        }

        .faq-section { margin-top: 40px; }
        .faq-item { background: #fff; padding: 20px; border-left: 5px solid #007bff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
        .faq-item h3 { margin: 0; }
        