.wsp-fitment-shell {
  background: #0f172a;
  color: #f8fafc;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.wsp-fitment-summary-shell {
  background: #111827;
}

.wsp-fitment-relationships-shell {
  background: #0f172a;
}

.wsp-fitment {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.wsp-fitment a {
  color: inherit;
}

.wsp-fitment-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.wsp-fitment-summary-shell .wsp-fitment {
  padding: 20px 0;
}

.wsp-fitment-summary-shell .wsp-fitment h2 {
  font-size: clamp(22px, 3vw, 30px);
}

.wsp-fitment-secondary-header {
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 16px;
}

.wsp-fitment-kicker {
  margin: 0 0 7px;
  color: #fb923c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-fitment h2,
.wsp-fitment h3 {
  color: #fff;
}

.wsp-fitment h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.08;
}

.wsp-fitment h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-fitment-summary {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.6;
}

.wsp-fitment-verify {
  border: 1px solid rgba(251, 146, 60, .4);
  border-radius: 14px;
  padding: 16px;
  background: rgba(251, 146, 60, .12);
}

.wsp-fitment-verify strong {
  display: block;
  margin-bottom: 6px;
  color: #fed7aa;
  font-size: 15px;
}

.wsp-fitment-verify p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.5;
}

.wsp-fitment-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.wsp-fitment-fact {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, .055);
}

.wsp-fitment-fact span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wsp-fitment-fact strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.wsp-fitment-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.wsp-fitment-warning-grid-lower {
  margin: 16px 0 0;
}

.wsp-fitment-warning {
  border: 1px solid rgba(250, 204, 21, .3);
  border-left: 5px solid #facc15;
  border-radius: 12px;
  padding: 12px 13px;
  background: rgba(250, 204, 21, .09);
}

.wsp-fitment-warning[data-level="replacement"] {
  border-color: rgba(251, 146, 60, .32);
  border-left-color: #fb923c;
  background: rgba(251, 146, 60, .1);
}

.wsp-fitment-warning[data-level="multi-part"] {
  border-color: rgba(96, 165, 250, .3);
  border-left-color: #60a5fa;
  background: rgba(96, 165, 250, .09);
}

.wsp-fitment-warning strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.wsp-fitment-warning span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
}

.wsp-fitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wsp-fitment-more {
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  overflow: hidden;
}

.wsp-fitment-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 14px 16px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 900;
}

.wsp-fitment-more summary::-webkit-details-marker {
  display: none;
}

.wsp-fitment-more summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #111827;
  background: #fed7aa;
  font-size: 18px;
  line-height: 1;
}

.wsp-fitment-more[open] summary::after {
  content: "-";
}

.wsp-fitment-more summary small {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 700;
}

.wsp-fitment-more .wsp-fitment-grid {
  padding: 0 16px 16px;
}

.wsp-fitment-panel {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 15px;
  background: rgba(17, 24, 39, .9);
}

.wsp-fitment-panel > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.5;
}

.wsp-fitment-card-list {
  display: grid;
  gap: 10px;
}

.wsp-fitment-card {
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 11px;
  padding: 12px;
  background: rgba(255, 255, 255, .045);
}

.wsp-fitment-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.wsp-fitment-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.45;
}

.wsp-fitment-tags,
.wsp-fitment-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.wsp-fitment-tag {
  border-radius: 999px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
}

.wsp-fitment-links a {
  border-radius: 999px;
  padding: 6px 9px;
  color: #ffedd5;
  background: rgba(251, 146, 60, .14);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.wsp-fitment-links a:hover {
  background: rgba(251, 146, 60, .24);
}

.wsp-fitment-checklist {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .wsp-fitment-header,
  .wsp-fitment-grid,
  .wsp-fitment-warning-grid {
    grid-template-columns: 1fr;
  }

  .wsp-fitment-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wsp-fitment {
    width: min(100% - 22px, 1240px);
    padding: 22px 0;
  }

  .wsp-fitment-quick {
    grid-template-columns: 1fr;
  }
}
