/* HONGYUAN_PRODUCT_LIST_CARD_COMPACT_V01 */
html[data-hongyuan-product-list-page="1"] .hongyuan-product-card-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}
html[data-hongyuan-product-list-page="1"] .hongyuan-product-card-specs article { padding: 10px 11px !important; }
@media (max-width: 760px) {
  html[data-hongyuan-product-list-page="1"] .hongyuan-product-card-specs { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
