.investigation-example { align-self: center; }
.investigation-example h2 { font-size: 1.65rem; line-height: 1.25; margin: 1rem 0; }
.investigation-example ol { padding-left: 1.4rem; margin: 1rem 0; }
.investigation-example li { padding: .4rem 0; }
.investigation-example p { color: var(--ink-soft); }
.coverage-table { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }
.coverage-table table { width: 100%; border-collapse: collapse; text-align: left; }
.coverage-table caption { padding: 1rem; text-align: left; font-weight: 750; }
.coverage-table th, .coverage-table td { padding: 1rem; border-top: 1px solid var(--line); vertical-align: top; }
.coverage-table thead { background: #edf3f1; }
.coverage-table th[scope="row"] { width: 25%; }
.coverage-table:focus-visible { outline: 3px solid #1d4ed8; outline-offset: 4px; }
@media (max-width: 600px) { .coverage-table th, .coverage-table td { padding: .65rem; font-size: .875rem; } }
.product-page .product-links { position: static; z-index: auto; backdrop-filter: none; }
