/* Narrative comparison tables have different column roles from model data sheets. */
body[data-structure-review] main table.specification-table.table-comparison{
 width:100%!important;min-width:0!important;table-layout:fixed!important;
}
body[data-structure-review] main table.specification-table.table-comparison :is(th,td){
 min-width:0!important;max-width:none!important;width:auto!important;
 white-space:normal!important;overflow-wrap:break-word;word-break:normal;
 position:static!important;left:auto!important;text-align:left!important;
 padding:12px 16px!important;line-height:1.45!important;
}
body[data-structure-review] main table.specification-table.table-comparison tr>:first-child{width:27%!important}
body[data-structure-review] main table.specification-table.table-comparison tr>:nth-child(2){width:73%!important}
/* Five-column family overview: space follows the amount and type of information. */
body[data-structure-review] main table.specification-table.table-family-range{min-width:1040px!important}
body[data-structure-review] main table.specification-table.table-family-range tr>:nth-child(1){width:23%!important}
body[data-structure-review] main table.specification-table.table-family-range tr>:nth-child(2){width:23%!important}
body[data-structure-review] main table.specification-table.table-family-range tr>:nth-child(3){width:15%!important}
body[data-structure-review] main table.specification-table.table-family-range tr>:nth-child(4){width:14%!important}
body[data-structure-review] main table.specification-table.table-family-range tr>:nth-child(5){width:25%!important}
@media(max-width:600px){
 body[data-structure-review] main table.specification-table.table-comparison:not(.table-family-range){min-width:560px!important}
}
/* Original-article references are supporting prose, not uppercase date labels. */
body[data-structure-review] main p.field-related-note{
 font-family:inherit!important;font-size:15px!important;font-weight:400!important;
 line-height:1.5!important;letter-spacing:normal!important;text-transform:none!important;
 color:#506069!important;margin-block:12px!important;padding:10px 12px!important;
 border-left:2px solid #b8c2c5!important;background:#eef1ef!important;
}
body[data-structure-review] main p.field-related-note a{
 font:inherit!important;letter-spacing:normal!important;text-transform:none!important;
 text-decoration:underline;text-underline-offset:2px;
}
body[data-structure-review] main>section:not(.hero):not(.trust-band) .home-news-card p.field-related-note{font-size:14.5px!important;line-height:1.5!important}
body[data-structure-review] main>section:not(.hero):not(.trust-band) .home-news-card>div>p:not(.field-related-note){font-size:13px!important;line-height:1.4!important;letter-spacing:.04em!important}
