.wsp-symptom-page,
.wsp-symptom-shortcuts-shell {
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.wsp-symptom-page {
  background: #0f172a;
  color: #f8fafc;
  min-height: 70vh;
}

.wsp-symptom-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.wsp-symptom-breadcrumb a {
  color: #ffedd5;
  text-decoration: none;
}

.wsp-symptom-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 30px;
}

.wsp-symptom-kicker,
.wsp-symptom-shortcuts-kicker {
  margin: 0 0 8px;
  color: #fb923c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-symptom-hero h1 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1;
}

.wsp-symptom-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.6;
}

.wsp-symptom-filter-row,
.wsp-symptom-chip-list,
.wsp-symptom-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wsp-symptom-filter-row {
  margin-top: 20px;
}

.wsp-symptom-filter-row a,
.wsp-symptom-chip-list span,
.wsp-symptom-link-list a,
.wsp-symptom-link-list span {
  border-radius: 999px;
  padding: 8px 11px;
  color: #ffedd5;
  background: rgba(251, 146, 60, .14);
  font-size: 13px;
  text-decoration: none;
}

.wsp-symptom-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 28px;
}

.wsp-symptom-section > h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 24px;
}

.wsp-symptom-two-col,
.wsp-symptom-grid,
.wsp-symptom-index-grid,
.wsp-symptom-card-grid {
  display: grid;
  gap: 14px;
}

.wsp-symptom-two-col {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}

.wsp-symptom-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsp-symptom-index-grid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  padding-bottom: 42px;
}

.wsp-symptom-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.wsp-symptom-panel,
.wsp-symptom-card,
.wsp-symptom-index-card {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
}

.wsp-symptom-panel {
  padding: 18px;
}

.wsp-symptom-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
}

.wsp-symptom-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.5;
}

.wsp-most-common-causes {
  border-left: 5px solid #fb923c;
  background: rgba(251, 146, 60, .1);
}

.wsp-symptom-panel details {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 12px;
  background: rgba(15, 23, 42, .55);
}

.wsp-symptom-panel summary {
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.wsp-symptom-panel details p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.wsp-symptom-card,
.wsp-symptom-index-card {
  display: grid;
  gap: 7px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
}

.wsp-symptom-card:hover,
.wsp-symptom-index-card:hover {
  border-color: rgba(251, 146, 60, .6);
  color: #fff;
  text-decoration: none;
}

.wsp-symptom-card strong,
.wsp-symptom-index-card strong {
  color: #fff;
  font-size: 16px;
}

.wsp-symptom-card span,
.wsp-symptom-index-card span {
  color: #fb923c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-symptom-card p,
.wsp-symptom-index-card p,
.wsp-symptom-muted {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.5;
}

.wsp-symptom-shortcuts-shell {
  background: #111827;
  color: #f8fafc;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.wsp-symptom-shortcuts {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0;
}

.wsp-symptom-shortcuts-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.wsp-symptom-shortcuts h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
}

.wsp-symptom-shortcuts p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.5;
}

.wsp-symptom-all-link {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 13px;
  color: #111827;
  background: #fb923c;
  font-weight: 900;
  text-decoration: none;
}

.wsp-symptom-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.wsp-symptom-shortcut-card {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  text-decoration: none;
}

.wsp-symptom-shortcut-card:hover {
  border-color: rgba(251, 146, 60, .55);
  color: #fff;
  text-decoration: none;
}

.wsp-symptom-shortcut-card span {
  color: #fdba74;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 780px) {
  .wsp-symptom-two-col,
  .wsp-symptom-grid {
    grid-template-columns: 1fr;
  }

  .wsp-symptom-shortcuts-head {
    display: grid;
    align-items: start;
  }

  .wsp-symptom-all-link {
    justify-self: start;
  }
}
