/* My Account → Contract Pricing: minor spacing on top of the theme's
   inherited fps-account__ table styling. */
.fps-account__intro { margin: 0 0 1.25rem; }
.fps-account__contract-product { margin-bottom: 1.75rem; }
.fps-account__contract-product-name { margin: 0 0 .5rem; font-size: 1.05rem; }
.fps-account__contract-table { max-width: 420px; }
.fps-account__empty { margin-top: 1rem; }

/* Single product page: volume-pricing tier table shown to B2B accounts. */
.fps-b2b-tier-table { border-collapse: collapse; margin: 12px 0 18px; }
.fps-b2b-tier-table th,
.fps-b2b-tier-table td { border: 1px solid #e0e0e0; padding: 6px 16px; text-align: left; }
.fps-b2b-tier-table thead th { background: #f6f7f7; font-weight: 600; }
