.report-richtext {
            color: inherit;
            line-height: 1.7;
        }
        .report-richtext > :first-child {
            margin-top: 0;
        }
        .report-richtext > :last-child {
            margin-bottom: 0;
        }
        .report-richtext p,
        .report-richtext ul,
        .report-richtext ol,
        .report-richtext blockquote,
        .report-richtext h2,
        .report-richtext h3,
        .report-richtext h4 {
            margin: 0 0 12px;
        }
        .report-richtext ul,
        .report-richtext ol {
            padding-left: 20px;
        }
        .report-richtext a {
            color: #1657c0;
            text-decoration: underline;
            text-underline-offset: 2px;
        }
        .report-richtext-summary p:last-child {
            margin-bottom: 0;
        }
        .report-cell-link {
            color: var(--brand-blue-dark);
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .faq-section {
            margin-top: 22px;
            padding: 18px;
            border: 1px solid var(--line);
            border-radius: 16px;
            background: #fff;
        }
        .faq-section-head {
            margin-bottom: 12px;
        }
        .faq-section-head h2 {
            margin: 4px 0 0;
            font-size: 1.05rem;
        }
        .faq-list {
            display: grid;
            gap: 8px;
        }
        .faq-item {
            border: 1px solid rgba(98, 110, 145, 0.14);
            border-radius: 12px;
            background: #f8faff;
            overflow: hidden;
        }
        .faq-item summary {
            cursor: pointer;
            padding: 12px 14px;
            color: var(--ink);
            font-weight: 700;
            line-height: 1.45;
        }
        .faq-item p {
            margin: 0;
            padding: 0 14px 14px;
            color: var(--muted);
            line-height: 1.7;
        }
        .report-related-section {
            margin-top: 28px;
        }
        .report-related-shell {
            border: 1px solid var(--line);
            border-radius: 18px;
            background: #fff;
            padding: 26px;
            box-shadow: 0 14px 30px rgba(31, 42, 68, 0.06);
        }
        .report-related-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 18px;
        }
        .report-related-head h2 {
            margin: 0;
            color: var(--ink);
            font-size: clamp(1.35rem, 2vw, 1.75rem);
            line-height: 1.12;
            letter-spacing: 0;
            text-transform: none;
        }
        .report-related-head p {
            margin: 8px 0 0;
            color: var(--muted);
            line-height: 1.6;
        }
        .report-related-grid {
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 14px;
            margin: 0;
        }
        .report-related-grid .action-card {
            min-height: 170px;
            padding: 18px;
            border-radius: 14px;
        }
        .report-related-grid .action-card strong {
            display: block;
            line-height: 1.18;
        }
        .report-more-actions {
            display: flex;
            justify-content: center;
            margin-top: 16px;
        }
        .report-more-actions .btn {
            min-width: 200px;
        }
        @media (max-width: 640px) {
            .report-related-shell {
                padding: 18px;
            }
            .report-related-grid {
                grid-template-columns: 1fr;
            }
            .report-related-grid .action-card {
                min-height: 0;
            }
        }
