.wall-composition-frame { background: #f1f1f0; }
.sample-decoration { pointer-events: none; }
.sample-decoration[hidden] { display: none !important; }
.sample-thumb { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; padding: 0; background: #f1f1f0; border: 1px solid rgba(212,175,55,.2); border-radius: 3px; cursor: pointer; }
.sample-thumb:has(.active), .sample-thumb:hover, .sample-thumb:focus-visible { border-color: #d4af37; }
.thumbnails .sample-thumb img { display: block; width: 100%; height: 100%; aspect-ratio: auto; border: 0; opacity: 1; }
