
.insta-gallery-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.insta-post { position: relative; cursor: pointer; width: 200px; }
.insta-post img.thumb { width: 100%; border-radius: 10px; }
.likes { position: absolute; bottom: 8px; left: 8px; color: white; background: rgba(0,0,0,0.5); padding: 4px 8px; border-radius: 20px; }
#popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.popup-content { background: white; padding: 20px; border-radius: 10px; max-width: 90%; max-height: 90%; display: flex; flex-direction: row; gap: 20px; }
.popup-img img { max-width: 400px; border-radius: 10px; }
.popup-text { max-width: 400px; }
