.math-result, .math-equation, .dns-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
        }
        .dns-table th {
            background-color: var(--light-gray);
            font-weight: 600;
            padding: 0.75rem;
            border: 1px solid var(--border-color);
        }
        .dns-table td {
            padding: 0.75rem;
            border: 1px solid var(--border-color);
            word-break: break-all;
        }
        .dns-table tr:nth-child(even) {
            background-color: rgba(70, 130, 180, 0.05);
        }
        .response-time {
            font-family: monospace;
            background: #f0f0f0;
            padding: 2px 6px;
            border-radius: 4px;
        }
        .raw-json {
            background: #1e1e2f;
            color: #d4d4d4;
            padding: 1rem;
            border-radius: 6px;
            font-size: 0.85rem;
            overflow-x: auto;
            max-height: 300px;
        }
        .deep-dive p {
            text-align: justify;
        }
        .badge-dns {
            background-color: #17a2b8;
            color: white;
            font-size: 0.8rem;
            padding: 0.3rem 0.6rem;
            border-radius: 30px;
        }
        .dns-result-card {
            background-color: #fafafa;
            border-radius: 8px;
            padding: 1.5rem;
            border: 1px solid #e0e0e0;
            margin-top: 1.5rem;
        }
        .query-info {
            font-size: 1rem;
            color: #555;
            margin-bottom: 1rem;
        }
        .record-badge {
            background-color: #6c757d;
            color: white;
            border-radius: 30px;
            padding: 0.15rem 0.6rem;
            font-size: 0.75rem;
            margin-left: 0.5rem;
        }
        .backend-note {
            background-color: #d1ecf1;
            border: 1px solid #bee5eb;
            color: #0c5460;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            margin: 1rem 0;
        }