.result-block {
            background-color: #f8f9fc;
            border-radius: 8px;
            border: 1px solid #e0e7f0;
            padding: 1rem;
            margin-top: 1.2rem;
            transition: all 0.2s;
        }
        .result-block pre {
            background-color: #2d2f36;
            color: #e9ecef;
            padding: 0.8rem;
            border-radius: 6px;
            font-family: 'Courier New', monospace;
            font-size: 0.85rem;
            white-space: pre-wrap;
            word-break: break-all;
            margin-bottom: 0.5rem;
        }
        .copy-icon {
            cursor: pointer;
            font-size: 1.1rem;
            color: #4682b4;
            transition: 0.2s;
        }
        .copy-icon:hover {
            color: #0a58ca;
            transform: scale(1.05);
        }
        .method-badge {
            font-size: 0.75rem;
            background-color: #eef2ff;
            display: inline-block;
            padding: 0.2rem 0.6rem;
            border-radius: 20px;
            color: #1e3a8a;
            font-weight: 500;
        }
        .demo-link {
            font-family: monospace;
            background: #f1f3f5;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            font-size: 0.85rem;
        }
        .privacy-note-email {
            background-color: #e3f2fd;
            border-left: 4px solid #0d6efd;
        }
        .batch-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1rem;
        }
        .batch-table th, .batch-table td {
            border: 1px solid #dee2e6;
            padding: 0.75rem;
            vertical-align: top;
        }
        .batch-table th {
            background-color: #f1f3f5;
            font-weight: 600;
        }
        .batch-email {
            font-family: monospace;
            background: #e9ecef;
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
        }
        .batch-copy-cell {
            white-space: nowrap;
        }
        .tab-content {
            padding-top: 1.2rem;
        }
        .batch-actions {
            margin-bottom: 1rem;
        }