/* Scoped to the four flooring/painting guides reviewed on 2026-09-12. */
.tier-table-wrap { overflow-x: auto; }
.tier-table { width: 100%; max-width: 100%; table-layout: fixed; }
.tier-table th, .tier-table td { overflow-wrap: anywhere; }
.tier-table tbody th, .tier-table td.tier-table__range { white-space: normal; }
@media (min-width: 641px) {
  .tier-table thead th:nth-child(1) { width: 44%; }
  .tier-table thead th:nth-child(2) { width: 26%; }
  .tier-table thead th:nth-child(3) { width: 30%; }
}
@media (max-width: 640px) {
  .tier-table caption { display: block; width: 100%; box-sizing: border-box; }
}
@layer sr-design-c {
  .sr-sticky-cta a.sr-sticky-cta__main { color: #fff !important; }
}
