/* live product interface in the dashboard card (replaced the laptop art, 24.09.2026) */
.tech-visual--live { overflow: clip; }
@media (max-width: 767px) {
  .tech-visual--live { aspect-ratio: auto; max-width: none; width: 100%; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; overflow: clip; }
}
