body { font-family: sans-serif; margin: 0; padding: 0; background: #f8f9fa; }
.tags-nav { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.tags-nav a { background: #ddd; padding: 6px 14px; border-radius: 20px; text-decoration: none; font-size: 14px; color: #333; }
#unsplash-search-results, #recent-images { column-count: 3; column-gap: 20px; }
.image-box { break-inside: avoid; margin-bottom: 20px; position: relative; border-radius: 8px; overflow: hidden; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.image-box img { width: 100%; display: block; }
.image-buttons { position: absolute; bottom: 10px; right: 10px; }
.image-buttons a { background: white; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; }
.image-buttons img { width: 24px; height: 24px; }
#load-more { display: block; margin: 30px auto; padding: 10px 20px; font-size: 16px; background: #111; color: white; border: none; border-radius: 4px; cursor: pointer; }
