.highlight{background-color:#e8f4fc;padding:3px 8px;border-radius:4px;font-weight:500}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:30px 0}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);height:200px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}