body:has(.wsp-customer-page) { background: #f7f8fa; }
.wsp-customer-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 36px;
  color: #20272c;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
.wsp-customer-page * { box-sizing: border-box; letter-spacing: 0; }
.wsp-customer-intro { padding: 26px 0 20px; }
.wsp-customer-page h1 { margin: 0 0 6px; font-size: 34px; line-height: 1.15; color: #20272c; }
.wsp-customer-page h2 { margin: 0 0 12px; font-size: 21px; color: #20272c; }
.wsp-customer-intro > p { margin: 6px 0 14px; font-size: 17px; }
.wsp-customer-page a { color: #185687 !important; text-underline-offset: 3px; }
.wsp-customer-page a:focus-visible, .wsp-customer-page button:focus-visible, .wsp-customer-page input:focus-visible, .wsp-customer-page select:focus-visible { outline: 3px solid #166ba3; outline-offset: 3px; }
.wsp-customer-choices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.wsp-customer-choice { display: flex; flex-direction: column; gap: 6px; padding: 20px 16px; min-height: 126px; border: 1px solid #cdd4d9; border-top: 4px solid #226490; border-radius: 6px; background: #fff; text-decoration: none; }
.wsp-customer-choice--problems { border-top-color: #af423f; }
.wsp-customer-choice--alloys { border-top-color: #357553; }
.wsp-customer-choice--ppe { border-top-color: #896320; }
.wsp-customer-choice strong { font-size: 20px; line-height: 1.25; color: #20272c; }
.wsp-customer-choice span { font-size: 14px; color: #505b63; line-height: 1.45; font-weight: 400; }
.wsp-customer-choice:hover, .wsp-customer-link-grid a:hover, .wsp-customer-symptom:hover { background: #f0f5f8; }
.wsp-customer-section { padding: 22px 0; border-top: 1px solid #dce1e4; }
.wsp-customer-search { max-width: 780px; }
.wsp-customer-search label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.wsp-customer-search > div { display: flex; gap: 8px; }
.wsp-customer-search input { flex: 1; min-width: 0; width: 100%; min-height: 48px; padding: 10px 12px; font: inherit; border: 1px solid #83939e; border-radius: 4px; background: #fff; color: #20272c; }
.wsp-customer-search button { flex-shrink: 0; min-height: 48px; padding: 10px 16px; font: 600 15px Arial, sans-serif; border: 1px solid #185687; border-radius: 4px; background: #185687; color: #fff; cursor: pointer; }
.wsp-customer-inline-links { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 22px; margin-top: 10px; }
.wsp-customer-inline-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; }
.wsp-customer-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 20px; }
.wsp-customer-link-grid a { display: flex; align-items: center; min-height: 48px; padding: 10px 0; border-bottom: 1px solid #dce1e4; font-weight: 600; }
.wsp-customer-filter { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 16px 0; font-size: 14px; }
.wsp-customer-filter select, .wsp-customer-filter button { min-height: 44px; padding: 8px 12px; border: 1px solid #89969e; border-radius: 4px; background: #fff; color: #20272c; font: inherit; }
.wsp-customer-filter button { cursor: pointer; }
.wsp-customer-symptoms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.wsp-customer-symptom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; min-height: 58px; border-bottom: 1px solid #dce1e4; scroll-margin-top: 100px; }
.wsp-customer-symptom span { color: #56616a; font-size: 12px; text-align: right; }
.wsp-customer-symptom[hidden], [data-wsp-problem-empty][hidden] { display: none; }
.wsp-customer-check-note { padding: 14px 0; color: #505b63; font-size: 14px; border-top: 1px solid #dce1e4; }
.wsp-customer-crosslink { font-size: 14px !important; }
@media (max-width: 767px) {
  .wsp-customer-page h1 { font-size: 28px; }
  .wsp-customer-intro { padding: 20px 0 16px; }
  .wsp-customer-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
  .wsp-customer-choice { min-height: 122px; padding: 14px 12px; }
  .wsp-customer-choice strong { font-size: 18px; }
  .wsp-customer-choice span { font-size: 13px; }
  .wsp-customer-section { padding: 18px 0; }
  .wsp-customer-search > div { flex-wrap: wrap; }
  .wsp-customer-search input { flex-basis: 100%; }
  .wsp-customer-search button { width: 100%; }
  .wsp-customer-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px; }
  .wsp-customer-symptoms { grid-template-columns: minmax(0, 1fr); }
  .wsp-customer-filter [role="status"] { flex-basis: 100%; }
}
