.wsp-papr-support-page {
  background: #f8fafc;
}

.wsp-papr-hero {
  border-top: 4px solid #2563eb;
}

.wsp-papr-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wsp-papr-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .045);
}

.wsp-papr-card-media {
  display: block;
  min-height: 100%;
  background: #e2e8f0;
}

.wsp-papr-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: contain;
  padding: 12px;
  background: #fff;
}

.wsp-lookup-grid .wsp-papr-card {
  grid-template-columns: 1fr;
}

.wsp-lookup-grid .wsp-papr-card-media img {
  min-height: 150px;
  max-height: 190px;
}

.wsp-papr-card-body {
  min-width: 0;
  padding: 18px;
}

.wsp-papr-card h3 {
  margin: 10px 0 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
}

.wsp-papr-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsp-papr-card h3 a:hover,
.wsp-papr-card h3 a:focus-visible {
  color: #ea580c;
  outline: none;
}

.wsp-papr-card p {
  margin: 10px 0 14px;
  color: #475569;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.wsp-papr-buy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wsp-papr-buy-card {
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-papr-buy-card > span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-papr-buy-card h3 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 1.3;
}

.wsp-papr-buy-card code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 13px;
}

.wsp-papr-buy-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
}

.wsp-papr-breakdown-link {
  color: #334155;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.wsp-papr-breakdown-link:hover,
.wsp-papr-breakdown-link:focus-visible {
  color: #ea580c;
  outline: none;
}

.wsp-amazon-disclosure {
  margin: -4px 0 12px;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
}

.wsp-ppe-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 44px;
}

.wsp-ppe-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, .55fr);
  gap: 24px;
  align-items: center;
}

.wsp-ppe-hero-image {
  margin: 0;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
}

.wsp-ppe-hero-image img {
  display: block;
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  padding: 14px;
}

.wsp-ppe-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wsp-ppe-action-row a,
.wsp-ppe-lookup-card {
  color: #111827;
  text-decoration: none;
}

.wsp-ppe-action-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.wsp-ppe-warning {
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(180, 83, 9, .24);
  border-left: 4px solid #d97706;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.wsp-ppe-warning strong {
  color: #451a03;
}

.wsp-ppe-section {
  margin: 24px 0;
}

.wsp-ppe-section-head {
  margin-bottom: 12px;
}

.wsp-ppe-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
  line-height: 1.2;
}

.wsp-ppe-section-head p {
  margin: 7px 0 0;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.wsp-ppe-lookup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wsp-ppe-lookup-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-lookup-card span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.wsp-ppe-lookup-card strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
}

.wsp-ppe-lookup-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.wsp-ppe-lookup-card:hover,
.wsp-ppe-lookup-card:focus-visible,
.wsp-ppe-action-row a:hover,
.wsp-ppe-action-row a:focus-visible {
  border-color: rgba(234, 88, 12, .35);
  background: #fff7ed;
  color: #c2410c;
  outline: none;
}

.wsp-ppe-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .045);
}

.wsp-ppe-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.wsp-ppe-table th,
.wsp-ppe-table td {
  padding: 12px 13px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  text-align: left;
  vertical-align: middle;
}

.wsp-ppe-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-ppe-table td {
  color: #334155;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.wsp-ppe-table code {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 5px;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.wsp-ppe-no-buy {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.wsp-ppe-more-help {
  margin: 26px 0 0;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
}

.wsp-ppe-more-help summary {
  cursor: pointer;
  padding: 15px 16px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}

.wsp-ppe-more-help div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 16px;
}

.wsp-ppe-more-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 6px;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.wsp-papr-helmet-route {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 28px;
}

.wsp-papr-helmet-route-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 8px;
  background: #f8fbff;
}

.wsp-papr-helmet-route h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  line-height: 1.15;
}

.wsp-papr-helmet-route p {
  margin: 10px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.wsp-papr-helmet-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-papr-helmet-links a,
.wsp-amazon-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.wsp-amazon-buy-button {
  border-color: rgba(22, 101, 52, .25);
  background: #dcfce7;
  color: #14532d;
}

.wsp-papr-helmet-links a:hover,
.wsp-papr-helmet-links a:focus-visible,
.wsp-amazon-buy-button:hover,
.wsp-amazon-buy-button:focus-visible {
  border-color: rgba(234, 88, 12, .35);
  background: #fff7ed;
  color: #c2410c;
  outline: none;
}

@media (max-width: 980px) {
  .wsp-papr-feature-grid,
  .wsp-papr-buy-grid,
  .wsp-papr-helmet-route-inner,
  .wsp-ppe-hero,
  .wsp-ppe-lookup-grid {
    grid-template-columns: 1fr;
  }

  .wsp-papr-card {
    grid-template-columns: 1fr;
  }

  .wsp-papr-card-media img {
    max-height: 260px;
  }
}

@media (max-width: 620px) {
  .wsp-papr-buy-grid {
    grid-template-columns: 1fr;
  }

  .wsp-amazon-buy-button,
  .wsp-papr-helmet-links a,
  .wsp-ppe-action-row a,
  .wsp-ppe-more-help a {
    width: 100%;
    min-height: 44px;
  }

  .wsp-ppe-main {
    width: min(100% - 22px, 1180px);
  }

  .wsp-ppe-section-head h2 {
    font-size: 22px;
  }

  .wsp-ppe-table {
    min-width: 680px;
  }
}
