*{padding:0;margin:0;box-sizing:border-box}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fffc;z-index:9999}.loading{font-family:rubik,sans-serif;font-size:24px;font-weight:700}.instagram-feed{display:grid;font-family:rubik,sans-serif;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:20px}.instagram-post{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;padding:10px;display:flex;flex-direction:column}.instagram-post img{width:100%;height:300px;object-fit:cover;border-radius:8px}.instagram-post p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;font-size:14px;margin:10px 0;color:#333}.single-content p{margin-bottom:0!important}.instagram-post a{display:inline-block;margin-top:auto;color:#0095f6;text-decoration:none;font-weight:700}.instagram-post a:hover{cursor:pointer}@media (max-width: 767px){.instagram-feed{grid-template-columns:repeat(2,1fr)}.instagram-feed{padding:10px;gap:10px}.instagram-post{padding:5px}.instagram-post img{height:130px}.instagram-post p{-webkit-line-clamp:2;line-height:1;font-size:10px}.instagram-post a{text-decoration:none;font-weight:700;font-size:.6rem}}@media (min-width: 1440px){.instagram-feed{justify-content:space-between}}
