.tire-inflator-media.seo-product-media-carousel {
  min-width: 0;
}

.tire-inflator-media .seo-product-carousel-slide img {
  object-fit: contain;
}

.inflator-feature-grid,
.marketplace-theme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.inflator-feature-card,
.marketplace-theme-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
}

.inflator-feature-card strong,
.marketplace-theme-card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
}

.inflator-feature-card p,
.marketplace-theme-card p {
  margin: 0;
}

.marketplace-evidence-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.marketplace-evidence-score {
  min-width: 190px;
  border: 1px solid rgba(247, 200, 67, 0.35);
  border-radius: 18px;
  background: rgba(247, 200, 67, 0.08);
  padding: 16px 18px;
}

.marketplace-evidence-score strong,
.marketplace-evidence-score span {
  display: block;
}

.marketplace-evidence-score strong {
  color: #f7c843;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1;
}

.marketplace-evidence-score span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.marketplace-evidence-meta,
.marketplace-evidence-disclaimer,
.product-video-disclaimer {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.marketplace-evidence-actions {
  margin-top: 18px;
}

.marketplace-evidence-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.product-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: #08090b;
}

.product-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.product-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.product-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0 18px;
}

.product-faq-list summary {
  cursor: pointer;
  padding: 17px 0;
  color: #fff;
  font-weight: 750;
}

.product-faq-list details p {
  margin: 0;
  padding: 0 0 18px;
}

.tire-inflator-card .marketplace-card-signal {
  color: #f7c843;
}

.accessory-purchase-actions .button.ghost {
  color: #fff;
}

@media (max-width: 760px) {
  .inflator-feature-grid,
  .marketplace-theme-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-evidence-header {
    display: grid;
  }

  .marketplace-evidence-score {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-faq-list summary {
    scroll-behavior: auto;
  }
}
