.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            display: inline-block;
            vertical-align: middle;
        }
        .legal-content p {
            margin-bottom: 1.5rem;
            color: #5b5f64;
        }
        .legal-content h2 {
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            color: #291715;
            border-left: 4px solid #C1191F;
            padding-left: 1rem;
        }
        .active-dot {
            width: 8px;
            height: 8px;
            background-color: #ba0013;
            border-radius: 50%;
            display: inline-block;
            margin-right: 8px;
        }
    
        @keyframes spin-slow {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .animate-spin-slow {
            animation: spin-slow 12s linear infinite;
        }
