/* ─────────────────────────────────────────────────────────────────────
 * Product tile composite — minor positioning rules layered on top of
 * the existing .hp2-services__card* visual chrome (which defines image
 * aspect, title, description, footer in homepage-v2.css).
 *
 * The lower-level partials (rating-pill, verified-badge, price-tag,
 * action-button, meta-chips, identity-row) own their own visuals via
 * their respective component CSS files. This file only adds the spacing
 * between the composite's internal sections.
 *
 * Source: app/Views/partials/product-tile.php
 * ───────────────────────────────────────────────────────────────────── */

.sat-product-tile__meta {
    margin-bottom: 0.5rem;
}

.sat-product-tile__seller {
    margin: 0.25rem 0 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-primary);
}
