/* Keep the enlarged desktop preview inside its right-hand grid column. */
.grid > [class~="md:col-span-8"][style*="scale"] {
  transform-origin: right top !important;
}

button[class~="text-muted-foreground/70"],
button.bg-secondary.text-muted-foreground {
  color: hsl(var(--foreground) / .8);
}
