.sf-materials-page .sheet-nav { flex-wrap: wrap; }
.sf-materials-page .sheet-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.sf-materials-page .sf-budget-hold { max-width: 100ch; border-inline-start: 3px solid #9a8156; padding-inline-start: 14px; }
.sf-materials-page .sf-product-holds { margin-block: 12px; font-size: .8125rem; }
.sf-materials-page .sf-product-holds summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; text-decoration: underline; text-underline-offset: .18em; }
.sf-materials-page .sf-product-holds summary::before { content: "+"; margin-inline-end: 8px; text-decoration: none; }
.sf-materials-page .sf-product-holds[open] summary::before { content: "−"; }
.sf-materials-page .sf-product-holds summary:focus-visible { outline: 2px solid #145d99; outline-offset: 2px; }
.sf-materials-page .sf-product-holds h5 { margin-block: 12px 0; font-size: .8125rem; }
.sf-materials-page .sf-product-holds ul { padding-inline-start: 18px; }
.sf-materials-page .product-price strong { font-size: .875rem; }
@media print {
  .sf-materials-page .bathroom-links { display: none; }
  .sf-materials-page .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-materials-page .product-card { break-inside: avoid; }
}
