
        .aggregator-scope {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            color: #1f2937;
            background-color: #fcfbf9;
            line-height: 1.5;
        }
        .aggregator-scope h1 {
            font-size: 2.25rem;
            font-weight: 700;
            line-height: 1.25;
            color: #111827;
            margin: 0 0 1.5rem 0;
        }
        .aggregator-scope h2 {
            font-size: 1.75rem;
            font-weight: 600;
            color: #111827;
            margin: 0 0 1.25rem 0;
        }
        .aggregator-scope h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #111827;
            margin: 0 0 0.75rem 0;
        }
        .aggregator-scope p {
            font-size: 1rem;
            color: #4b5563;
            margin: 0 0 1rem 0;
            line-height: 1.6;
        }
        .aggregator-scope ul {
            list-style-type: none;
            margin: 0 0 1rem 0;
            padding: 0;
        }
        .aggregator-scope li {
            margin-bottom: 0.75rem;
            color: #4b5563;
        }
        .aggregator-scope table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1.5rem;
        }
        .aggregator-scope th {
            background-color: #f3f4f6;
            font-weight: 600;
            text-align: left;
            padding: 0.75rem 1rem;
            border-bottom: 2px solid #e5e7eb;
            color: #111827;
        }
        .aggregator-scope td {
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #e5e7eb;
            color: #4b5563;
        }
        .aggregator-scope .stretched-link::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            content: "";
        }
    