.instagram-grid{background-color:#0000;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;height:auto;margin:1.5rem 0;padding:0;display:grid;overflow:hidden}.instagram-grid-container{background-color:#0000;width:100%;max-width:1440px;margin:2rem auto;padding:0 2rem;position:relative;overflow:hidden}.instagram-post{aspect-ratio:1;background-color:#ffdfcf;border-radius:0;width:100%;transition:transform .3s;position:relative;overflow:hidden}.instagram-post:hover{transform:scale(1.02)}.instagram-post .relative{aspect-ratio:1;background-color:#ffdfcf}.post-media{object-fit:cover;background-color:#ffdfcf;width:100%;height:100%;transition:transform .3s}.instagram-post:hover .post-media{transform:scale(1.05)}.post-overlay{opacity:0;background:#5e002be6;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.instagram-post:hover .post-overlay{opacity:1}.post-caption{color:#ffdfcf;text-align:center;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.instagram-post .media-indicator{color:#fff;z-index:10;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;position:absolute;top:.5rem;right:.5rem}.instagram-post.bg-secondary-peach{background-color:#ffdfcf}.instagram-post.bg-secondary-peach svg{opacity:.3;color:#5e002b;transition:opacity .3s}.instagram-post.bg-secondary-peach:hover svg{opacity:.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.instagram-post:before{content:"";z-index:-1;background-color:#ffdfcf;position:absolute;inset:0}@media (max-width:1440px){.instagram-grid-container{max-width:100%}}@media (max-width:1024px){.instagram-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:.75rem}}@media (max-width:768px){.instagram-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.instagram-grid-container{padding:0 .75rem}}@media (max-width:480px){.instagram-grid{grid-template-columns:repeat(2,1fr);gap:.25rem}.instagram-grid-container{padding:0 .5rem}.post-caption{-webkit-line-clamp:3;line-clamp:3;font-size:.8rem}}
