.photo-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.photo-gallery-item{position:relative;border:var(--border-width-thin) solid var(--gray-300);border-radius:var(--radius-sm);overflow:hidden}.photo-gallery-img{width:100%;height:auto;object-fit:cover}.photo-gallery-actions{display:flex;justify-content:space-between;padding:var(--space-xs);background:var(--gray-50);border-top:1px solid var(--gray-200)}.photo-gallery-actions__button{background:var(--white);border:var(--border-width-thin) solid var(--gray-300);padding:var(--space-xs) 10px;cursor:pointer;font-size:.875rem}.photo-gallery-actions__button:hover{background:var(--gray-100)}