
/* drop the hero preview panes — the thumbnails and the canvas are enough */
#platesGallery .pg-preview,
#componentsGallery .pg-preview { display:none !important; }
#platesGallery .pg-name,
#componentsGallery .pg-name { margin:0 0 10px !important; font-size:12px !important; }

/* thumbnails get the reclaimed room */
.pg-grid{
  max-height:min(62vh,620px) !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:8px !important;
  padding-right:4px !important;
}
.pg-grid::-webkit-scrollbar{ width:7px; }
.pg-grid::-webkit-scrollbar-track{ background:transparent; }
.pg-grid::-webkit-scrollbar-thumb{ border-radius:20px; background:linear-gradient(180deg,#e6cd8f,#c6a253); }
.pg-grid{ scrollbar-width:thin; scrollbar-color:#c6a253 transparent; }
