/* ============================================================================
   Costco97 — New Products archive deltas (everything else comes from
   deals-archive.css; from New Products Archive.dc.html).
   ========================================================================== */

/* Blue "Updated daily" dot with a soft halo (deals uses the green live dot). */
.c97np-live__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c97-blue); display: inline-block; box-shadow: 0 0 0 4px rgba(0, 96, 169, .14); }

/* Cross-link to the deals archive. */
.c97np-cross { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 24px; flex-wrap: wrap; }
.c97np-cross a { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 500; color: var(--c97-blue); }

/* Card price row extras. */
.c97np-item { font-size: 12px; color: #a1a1a8; }
.c97np-inwarehouse { font-size: 14px; font-weight: 500; color: var(--c97-muted-2); }
.c97np-cross a.c97-btn { color: #fff; font-weight: 600; }
.c97np-cross a.c97-btn:hover { text-decoration: none; }
