.feedim-gallery{display:grid;gap:8px;margin-bottom:1rem}.feedim-gallery-item{position:relative;overflow:hidden;border-radius:14px;background:var(--bg-secondary);aspect-ratio:1 / 1}.feedim-gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.feedim-gallery-item:hover .feedim-gallery-img{transform:scale(1.05)}.feedim-gallery-count-1{grid-template-columns:1fr}.feedim-gallery-count-1 .feedim-gallery-item{aspect-ratio:16 / 9}.feedim-gallery-count-2{grid-template-columns:1fr 1fr}.feedim-gallery-count-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.feedim-gallery-count-3 .feedim-gallery-item:nth-child(1){grid-row:span 2}.feedim-gallery[class*="feedim-gallery-count-"]:not(.feedim-gallery-count-1):not(.feedim-gallery-count-2):not(.feedim-gallery-count-3){grid-template-columns:1fr 1fr}.feedim-more-overlay::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.5)}.feedim-more-text{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;color:#ffffff;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,0.2);opacity:0.7;user-select:none;z-index:1}