/**
 * Redpoint Loop Card Order — compact specs line (loop cards + single product PDP).
 * Loop: .redpoint-loop-specs. PDP: .redpoint-single-product-compact-specs (same typography).
 *
 * Do not use display:none here to hide excerpts — loop cards are cleaned server-side
 * (see redpoint-loop-card-order.php; ACF overview blank in grid context).
 */

.redpoint-loop-specs,
.redpoint-single-product-compact-specs {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  height: 1.35em;
  min-height: 1.35em;
  max-height: 1.35em;
}

.redpoint-loop-specs .redpoint-loop-specs__inner,
.redpoint-single-product-compact-specs .redpoint-single-product-compact-specs__inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Dark surfaces / WoodMart dark cards */
.products.dark-images .redpoint-loop-specs,
.wd-dark .redpoint-loop-specs,
[class*="color-scheme-dark"] .redpoint-loop-specs,
.products.dark-images .redpoint-single-product-compact-specs,
.wd-dark .redpoint-single-product-compact-specs,
[class*="color-scheme-dark"] .redpoint-single-product-compact-specs {
  color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 480px) {
  .redpoint-loop-specs,
  .redpoint-single-product-compact-specs {
    font-size: 0.77em;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}

/* PDP: slightly more breathing room under title (theme title block varies). */
.single-product .redpoint-single-product-compact-specs {
  margin-top: 6px;
  margin-bottom: 12px;
}
