.atk-parts {
  margin: 24px 0;
  padding: 16px 0 8px;
  border-top: 1px solid #d9d9d9;
}
.atk-parts__heading {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.atk-parts__intro,
.atk-parts__note {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #444;
}
.atk-parts__note {
  margin-top: 8px;
  color: #666;
}
.atk-parts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.atk-parts__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.atk-parts__card:hover {
  border-color: #bbb;
}
.atk-parts__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  margin-bottom: 8px;
  background: #fafafa;
}
.atk-parts__img img {
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
}
.atk-parts__brand {
  font-size: 12px;
  color: #666;
  margin: 0 0 4px;
}
.atk-parts__title {
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 6px;
  font-weight: 600;
}
.atk-parts__mpn,
.atk-parts__price {
  font-size: 13px;
  margin: 0 0 4px;
}
.atk-parts__price {
  margin-top: auto;
  font-weight: 600;
}
.atk-parts__cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}
.atk-parts__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}
.atk-parts--group > .atk-parts {
  border-top: none;
  margin-top: 8px;
  padding-top: 8px;
}
.atk-parts--group {
  margin: 24px 0;
  padding: 16px 0 8px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 640px) {
  .atk-parts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
