
.msport-rv2-parts-list .msport-rv2-notice {
  margin-bottom: 12px;
}

.msport-rv2-parts-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.msport-rv2-part-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 180px;
  gap: 14px;
  align-items: start;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(19,26,39,.14);
  border-radius: 14px;
  padding: 16px;
  color: #111;
  overflow: hidden;
}

.msport-rv2-part-card-ref {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 34px;
  height: 24px;
  padding: 0 8px;
  border-radius: 8px;
  background: rgba(15, 47, 93, .92);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.msport-rv2-part-card-thumb-wrap {
  padding-top: 16px;
}

.msport-rv2-part-card-thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #d8dce3;
  background: #f8fafc;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.msport-rv2-part-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.msport-rv2-part-card-thumb--placeholder {
  color: #7b8796;
  font-size: 12px;
  font-weight: 700;
  border-style: dashed;
}

.msport-rv2-part-card-main {
  min-width: 0;
}

.msport-rv2-part-card-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.14;
  color: #111;
  font-weight: 800;
  word-break: break-word;
}

.msport-rv2-part-card-meta {
  display: grid;
  gap: 6px;
}

.msport-rv2-part-card-meta-row {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  word-break: break-word;
}

.msport-rv2-part-card-meta-label {
  font-weight: 800;
  color: #111;
  margin-right: 6px;
}

.msport-rv2-part-card-side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.msport-rv2-part-card-stock,
.msport-rv2-part-card-buy {
  display: block;
}

.msport-rv2-stock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.msport-rv2-stock-badge.is-in {
  background: #1d5c32;
  color: #fff;
}

.msport-rv2-stock-badge.is-out {
  background: #a51f17;
  color: #fff;
}

.msport-rv2-part-price-inc {
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
  color: #111;
}

.msport-rv2-part-price-ex {
  font-size: 12px;
  line-height: 1.35;
  color: #555;
  font-weight: 700;
}

.msport-rv2-buy-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.msport-rv2-buy-btn.is-ready {
  background: #e62e04;
  border: 1px solid #e62e04;
  color: #fff;
}

.msport-rv2-buy-btn.is-view {
  background: #fff;
  border: 2px solid #e62e04;
  color: #e62e04;
}

.msport-rv2-buy-btn.is-disabled {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #6b7280;
}


.msport-rv2-thumb-zoom {
  cursor: zoom-in;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.msport-rv2-thumb-zoom:hover,
.msport-rv2-thumb-zoom:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  border-color: rgba(15, 47, 93, .38);
  outline: none;
}

.msport-rv2-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 8, 18, .66);
}

.msport-rv2-image-lightbox__stage {
  max-width: min(560px, 88vw);
  max-height: min(560px, 82vh);
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.97);
  box-shadow: 0 24px 54px rgba(0,0,0,.32);
  padding: 14px;
}

.msport-rv2-image-lightbox__stage img {
  display: block;
  width: 100%;
  max-height: calc(82vh - 28px);
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .msport-rv2-part-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .msport-rv2-part-card-side {
    grid-column: 1 / -1;
    padding-top: 4px;
  }
}
