/* NEXTON product-rail — section-scoped tweaks only.
   Card, rail, nav button, and header styles live in common.css / theme.css.
   This file only aligns the header-right actions group and the decorative dots. */

.product-rail__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .product-rail__actions { width: 100%; justify-content: space-between; }
}
