.wsp-simple-support-page {
  background: #0d0c0c;
}

.wsp-simple-support-main {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 30px 0 22px;
  color: #f8fafc;
}

.wsp-simple-support-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 750;
}

.wsp-simple-support-breadcrumbs a {
  color: #fb923c;
  text-decoration: none;
}

.wsp-simple-support-hero {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #18181b;
}

.wsp-simple-support-eyebrow {
  margin: 0 0 9px;
  color: #fdba74;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-simple-support-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.wsp-simple-support-hero p {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.55;
}

.wsp-simple-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wsp-simple-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(251, 146, 60, .48);
  border-radius: 8px;
  background: rgba(251, 146, 60, .16);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.wsp-simple-hero-actions a:hover,
.wsp-simple-hero-actions a:focus-visible {
  background: #f97316;
  color: #111113;
  outline: none;
}

.wsp-simple-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  background: #0d0c0c;
}

.wsp-simple-route-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #111113;
}

.wsp-simple-route-card h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.wsp-simple-route-card p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.45;
}

.wsp-simple-route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-simple-route-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(251, 146, 60, .42);
  border-radius: 6px;
  background: rgba(251, 146, 60, .12);
  color: #fed7aa;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
}

.wsp-simple-route-links a:hover,
.wsp-simple-route-links a:focus-visible {
  background: #f97316;
  color: #111113;
  outline: none;
}

.wsp-simple-product-focus {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #111113;
}

.wsp-simple-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.wsp-simple-product-media img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

.wsp-simple-product-copy {
  min-width: 0;
}

.wsp-simple-product-kicker {
  margin: 0 0 8px;
  color: #fdba74;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-simple-product-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.wsp-simple-product-copy p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.55;
}

.wsp-simple-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wsp-simple-spec-list li {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  background: rgba(255, 255, 255, .04);
}

.wsp-simple-spec-list strong,
.wsp-simple-spec-list span {
  display: block;
  line-height: 1.3;
}

.wsp-simple-spec-list strong {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-simple-spec-list span {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.wsp-simple-lens-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.wsp-simple-lens-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  min-width: 0;
  min-height: 172px;
  padding: 14px;
  border: 1px solid rgba(251, 146, 60, .34);
  border-radius: 8px;
  background: #18181b;
}

.wsp-simple-lens-card span,
.wsp-simple-lens-card strong,
.wsp-simple-lens-card small {
  display: block;
}

.wsp-simple-lens-card span {
  color: #fdba74;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-simple-lens-card strong {
  margin-top: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.wsp-simple-lens-card small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.wsp-simple-lens-card .wsp-amazon-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #d97706;
  border-radius: 7px;
  background: #fbbf24;
  color: #111113 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.wsp-simple-lens-card .wsp-amazon-buy-button:hover,
.wsp-simple-lens-card .wsp-amazon-buy-button:focus-visible {
  background: #f97316;
  color: #111113 !important;
  outline: none;
}

.wsp-simple-hub-source {
  width: min(1180px, calc(100vw - 36px));
  margin: 4px auto 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #111113;
  color: rgba(255, 255, 255, .7);
}

.wsp-simple-hub-source summary {
  cursor: pointer;
  padding: 15px 18px;
  color: #fff;
  font-weight: 900;
}

.wsp-simple-hub-source summary span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.wsp-simple-hub-source-inner {
  padding-bottom: 8px;
}

.wsp-simple-support-page .wsp-support-context {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto 34px;
}

.wsp-simple-support-page .wsp-more-support {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .wsp-simple-support-main,
  .wsp-simple-hub-source,
  .wsp-simple-support-page .wsp-support-context {
    width: min(100% - 24px, 1180px);
  }

  .wsp-simple-support-main {
    padding-top: 18px;
  }

  .wsp-simple-support-hero,
  .wsp-simple-route-card {
    padding: 16px;
  }

  .wsp-simple-support-hero h1 {
    font-size: 2rem;
  }

  .wsp-simple-hero-actions a {
    flex: 1 1 140px;
    justify-content: center;
    text-align: center;
  }

  .wsp-simple-route-grid {
    grid-template-columns: 1fr;
  }

  .wsp-simple-product-focus {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .wsp-simple-product-media {
    min-height: 160px;
    padding: 14px;
  }

  .wsp-simple-spec-list,
  .wsp-simple-lens-grid {
    grid-template-columns: 1fr;
  }

  .wsp-simple-route-card h2 {
    font-size: 18px;
  }

  .wsp-simple-route-card p {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .wsp-simple-route-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .wsp-simple-route-links a {
    width: 100%;
    min-height: 32px;
    justify-content: center;
    padding: 8px 10px;
    text-align: center;
  }
}
