/* Smart TV Remote detail page */

.tvremote-accent .page-hero::before {
  background:
    radial-gradient(ellipse 70% 60% at 80% 0%, rgba(37, 99, 235, 0.3), transparent),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(6, 182, 212, 0.12), transparent),
    var(--ink);
}

.tvremote-accent .tag-pill {
  color: #67e8f9;
  background: rgba(6, 182, 212, 0.15);
}

.lightbox-open {
  cursor: zoom-in;
}
