body.wsp-ppe-compare-page {
  background: #f8fafc;
  color: #111827;
}

.wsp-ppe-compare-main {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 56px;
}

.wsp-ppe-compare-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.wsp-ppe-compare-breadcrumbs a {
  color: #334155;
  text-decoration: none;
}

.wsp-ppe-compare-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.wsp-ppe-compare-eyebrow {
  margin: 0 0 8px;
  color: #b45309;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-ppe-compare-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
}

.wsp-ppe-compare-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

.wsp-ppe-compare-actions,
.wsp-ppe-card-links,
.wsp-ppe-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-ppe-compare-actions {
  margin-top: 18px;
}

.wsp-ppe-compare-actions a,
.wsp-ppe-card-links a,
.wsp-ppe-related-links a,
.wsp-ppe-buy-placeholder {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.wsp-ppe-compare-actions a:first-child {
  border-color: rgba(234, 88, 12, .3);
  background: #fff7ed;
  color: #c2410c;
}

.wsp-ppe-buy-placeholder {
  background: #f8fafc;
  color: #64748b;
}

.wsp-ppe-compare-note {
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  background: #f8fbff;
}

.wsp-ppe-compare-note h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
}

.wsp-ppe-compare-note ol,
.wsp-ppe-compare-note ul {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.wsp-ppe-section {
  margin-top: 18px;
}

.wsp-ppe-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.wsp-ppe-section-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
}

.wsp-ppe-section-heading p {
  max-width: 690px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.wsp-ppe-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wsp-ppe-card,
.wsp-ppe-row {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-card h3,
.wsp-ppe-row h3 {
  margin: 0;
  color: #0f172a !important;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-ppe-card h3 a,
.wsp-ppe-row h3 a {
  color: #0f172a !important;
  text-decoration: none;
}

body.wsp-ppe-compare-page .wsp-ppe-card h3,
body.wsp-ppe-compare-page .wsp-ppe-row h3,
body.wsp-ppe-compare-page .wsp-ppe-card h3 a,
body.wsp-ppe-compare-page .wsp-ppe-row h3 a {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

.wsp-ppe-card p,
.wsp-ppe-row p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-ppe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wsp-ppe-meta span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.wsp-ppe-comparison-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.wsp-ppe-row {
  box-shadow: none;
}

.wsp-ppe-field-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wsp-ppe-field-list div {
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
}

.wsp-ppe-field-list strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
}

.wsp-ppe-field-list span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.wsp-ppe-cross-scroll {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-cross-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.wsp-ppe-cross-table th,
.wsp-ppe-cross-table td {
  vertical-align: top;
  padding: 12px;
  border-right: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  text-align: left;
}

.wsp-ppe-cross-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-ppe-cross-table tbody th {
  width: 210px;
  background: #fff7ed;
}

.wsp-ppe-cross-table tbody th strong,
.wsp-ppe-part-result strong,
.wsp-ppe-compact-grid strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.25;
}

.wsp-ppe-cross-table tbody th span,
.wsp-ppe-part-result span,
.wsp-ppe-compact-grid span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.wsp-ppe-part-stack {
  display: grid;
  gap: 8px;
}

.wsp-ppe-part-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.wsp-ppe-part-result-with-image {
  grid-template-columns: auto minmax(0, 1fr);
}

.wsp-ppe-part-result img,
.wsp-ppe-compact-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 6px;
  background: #fff;
}

.wsp-ppe-part-result code,
.wsp-ppe-compact-grid code {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 5px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.wsp-ppe-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.wsp-ppe-inline-actions a,
.wsp-ppe-compact-grid a {
  color: #b45309;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.wsp-ppe-inline-actions .wsp-ppe-buy-link,
.wsp-ppe-card-links .wsp-ppe-buy-link,
.wsp-ppe-cross-table .wsp-ppe-buy-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 8px;
  border: 1px solid rgba(194, 65, 12, .22);
  border-radius: 6px;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 950;
  line-height: 1.15;
}

.wsp-ppe-empty {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 6px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.wsp-ppe-details-list {
  display: grid;
  gap: 10px;
}

.wsp-ppe-match-list {
  display: grid;
  gap: 12px;
}

.wsp-ppe-match-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-match-card > header {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: #fff7ed;
}

.wsp-ppe-match-card > header span {
  color: #b45309;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.wsp-ppe-match-card > header h3 {
  margin: 0;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-ppe-match-card > header p {
  max-width: 900px;
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.wsp-ppe-match-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.wsp-ppe-match-vendor {
  min-width: 0;
  padding: 12px;
  border-right: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.wsp-ppe-match-vendor-label {
  margin-bottom: 8px;
  color: #334155;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.wsp-ppe-approved-details {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-approved-details summary {
  cursor: pointer;
  padding: 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 950;
}

.wsp-ppe-approved-details .wsp-ppe-cross-scroll {
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-radius: 0;
  box-shadow: none;
}

.wsp-ppe-details-list details {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.wsp-ppe-details-list summary {
  cursor: pointer;
  padding: 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.wsp-ppe-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.wsp-ppe-compact-grid article {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}

@media (max-width: 900px) {
  .wsp-ppe-compare-hero,
  .wsp-ppe-card-grid,
  .wsp-ppe-comparison-grid,
  .wsp-ppe-field-list,
  .wsp-ppe-match-grid,
  .wsp-ppe-compact-grid {
    grid-template-columns: 1fr;
  }

  .wsp-ppe-match-vendor {
    border-right: 0;
  }

  .wsp-ppe-section-heading {
    display: grid;
  }
}
