.fitment-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.1rem;
  margin-top: 1rem;
}

.fitment-card,
.fitment-state-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 1.1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.fitment-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 240px;
}

.fitment-center { text-align: center; }

.fitment-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.fitment-subline {
  color: #64748b;
  font-size: 0.9rem;
}

.fitment-vehicle {
  font-weight: 700;
  color: #0f172a;
  background: linear-gradient(110deg, rgba(37, 99, 235, 0.1), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  font-size: 0.95rem;
}

.fitment-part-block {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #f1f5f9;
  padding: 0.95rem;
}

.fitment-part-head {
  font-weight: 700;
  font-size: 0.92rem;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.fitment-part-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}
.fitment-part-row:first-of-type { border-top: 0; }

.fitment-part-left {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex: 1;
}

.fitment-match {
  font-size: 0.72rem;
  font-weight: 600;
  color: #15803d;
  background: #dcfce7;
  border-radius: 999px;
  padding: 0.18rem 0.65rem;
}

.fitment-part-number {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.fitment-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0.32rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  background: #fbbf24;
  color: #111827;
  border: 1px solid #d97706;
  white-space: nowrap;
  min-width: 96px;
}
.fitment-buy-btn:hover {
  background: #f59e0b;
  text-decoration: none;
}

.fitment-find-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  margin: 0.65rem auto 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #2563eb, #0ea5e9);
  border: 1px solid rgba(14, 165, 233, 0.6);
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.25);
}
.fitment-find-btn:hover {
  background: linear-gradient(120deg, #1d4ed8, #0284c7);
  text-decoration: none;
}

.fitment-empty-parts {
  color: #64748b;
  font-size: 0.85rem;
}

.fitment-verify-note {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  color: #475569;
  text-align: center;
}

.fitment-state-card {
  grid-column: 1 / -1;
  text-align: center;
  color: #475569;
  padding: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(241, 245, 249, 0.85));
}
.fitment-state-card.loading {
  border-style: dashed;
  color: #1d4ed8;
}
.fitment-state-card.error {
  border-color: rgba(239, 68, 68, 0.35);
  color: #b91c1c;
  background: #fff7f7;
}
  font-size: .82rem;
}

.current-vehicle-display {
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #eef6ff);
}

.current-vehicle-label {
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}

.current-vehicle-text {
  margin-top: 4px;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: #0f172a;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}

.current-vehicle-change {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}
