.remix-gallery { max-width: 1120px; margin: 0 auto; padding: 2rem 1rem; }
.remix-gallery-search { margin: 2rem 0 1rem; }
.remix-gallery-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.remix-gallery-search input { flex: 1; min-width: 180px; }
.remix-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; margin: 1rem 0 2rem; }
.remix-gallery-tile { display: flex; flex-direction: column; min-width: 0; overflow-wrap: anywhere; }
.remix-gallery-tile h2 { font-size: 1.25rem; margin-bottom: 0; }
.remix-gallery-tile > a { margin-top: auto; align-self: flex-start; }
.remix-gallery-cover { display: grid; place-items: center; min-height: 110px; border: 1px solid currentColor; border-radius: 8px; background: color-mix(in srgb, currentColor 5%, transparent); }
.remix-gallery-cover span { font-size: 3rem; }
