.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-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-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;
  }
}
