
        /* Base compensation for preflight: false */
        .aggregator-scope {
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #2d3748;
            line-height: 1.6;
            box-sizing: border-box;
        }
        .aggregator-scope *, .aggregator-scope *::before, .aggregator-scope *::after {
            box-sizing: inherit;
        }
        .aggregator-scope h1, .aggregator-scope h2, .aggregator-scope h3 {
            margin-top: 0;
            margin-bottom: 0.5em;
            font-weight: 700;
            color: #1a202c;
        }
        .aggregator-scope p { margin-top: 0; margin-bottom: 1rem; }
        .aggregator-scope a { color: inherit; text-decoration: none; }
        .aggregator-scope img, .aggregator-scope iframe { max-width: 100%; height: auto; display: block; }
        .aggregator-scope .stretched-link::after {
            position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;
            z-index: 1;
            content: "";
        }
    