/* Small additions that use the site's existing colours and spacing. */
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 2000; background: #fff; color: var(--primary-dark); padding: 10px 16px; border: 2px solid var(--primary); }
.skip-link:focus { top: 12px; }
main { min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.content-grid > *, .main-content { min-width: 0; }
.main-content p { text-align: left; }
.buyer-section { margin: 38px 0; padding-top: 28px; border-top: 1px solid var(--border); }
.buyer-section h2 { margin: 0 0 18px; font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
.buyer-section h3 { margin: 24px 0 10px; }
.buyer-section p { margin: 0 0 16px; max-width: 78ch; }
.buyer-section .buyer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 18px 0; padding: 0; }
.buyer-links a { text-decoration: underline; text-underline-offset: 4px; }
.buyer-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--border); border-radius: var(--radius-lg); }
.buyer-table { width: 100%; border-collapse: collapse; text-align: left; }
.buyer-table th, .buyer-table td { padding: 14px 18px; vertical-align: top; border-bottom: 1px solid var(--border); }
.buyer-table thead th { background: var(--bg-alt); color: var(--primary-dark); }
.buyer-table tbody th { width: 28%; font-weight: 600; }
.buyer-table tr:last-child > * { border-bottom: 0; }
.buyer-table a { text-decoration: underline; text-underline-offset: 3px; }
.buyer-question { padding: 17px 0; border-bottom: 1px solid var(--border); }
.buyer-question summary { cursor: pointer; font-weight: 600; color: var(--dark); }
.buyer-question p { margin: 12px 0 0; }
.buyer-question:last-child { margin-bottom: 24px; }
.page-contents { padding: 18px 22px; margin: 0 0 28px; background: var(--bg-alt); border-left: 3px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; }
.page-contents strong { display: block; margin-bottom: 8px; }
.page-contents ul { display: flex; flex-wrap: wrap; gap: 6px 22px; padding: 0; margin: 0; list-style: none; }
.page-contents a { font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
main :is(h2,h3)[id] { scroll-margin-top: 110px; }
.buyer-start { padding-top: 34px; padding-bottom: 38px; }
.buyer-start .buyer-section { margin: 0; border-top: 0; padding-top: 0; }
.buyer-section .btn { margin-top: 8px; }
.main-content > img:first-of-type { width: 100%; }
.specs-table { table-layout: auto; }
.specs-table th, .specs-table td { overflow-wrap: anywhere; }
.breadcrumb .container { overflow-wrap: anywhere; }
@media (max-width: 1024px) {
  .content-grid > .main-content { order: -1; }
  .content-grid > .sidebar { order: 1; }
}
@media (max-width: 600px) {
  .buyer-table th, .buyer-table td { padding: 12px; font-size: .9rem; }
  .buyer-table tbody th { width: 34%; }
  .buyer-section { margin: 28px 0; padding-top: 22px; }
  .page-contents { padding: 15px; }
  .buyer-section .buyer-links { gap: 10px 18px; }
  .top-bar .container { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
