.gallery-item{position:relative;display:grid;grid-template-rows:170px 100px;overflow:hidden;border-radius:.75rem;border-width:1px;background-color:rgb(var(--coords-light));transition:transform .35s cubic-bezier(.25,.1,0,2),filter .35s cubic-bezier(.25,.1,0,2)}.gallery-item>div{padding:var(--spacing-sm)}.gallery-item>div:first-child{display:flex;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.gallery-item>div:last-child{-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);row-gap:var(--spacing-xs);display:grid;grid-template-columns:1fr 30px;align-items:center}.gallery-item>div:last-child>div{font-weight:700}.gallery-item>div:last-child>svg{stroke:rgb(var(--coords-primary))}.gallery-item:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;--tw-drop-shadow:drop-shadow(3px 3px 5px rgba(0,0,0,.3))}.gallery-item:focus,.gallery-item:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.gallery-item:focus{--tw-scale-x:1;--tw-scale-y:1;--tw-drop-shadow:drop-shadow(0 0 #0000)}