.social-feeds-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px;padding:2rem 0}.social-feed-column{display:flex;flex:1;justify-content:center;max-width:500px;min-width:300px}.social-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;height:600px;overflow:hidden;width:100%}.social-header{align-items:center;background-color:transparent;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;flex-shrink:0;gap:12px;justify-content:center;padding:1.5rem}.facebook-header h3{color:#1877f2;font-family:Helvetica,Arial,sans-serif}.facebook-header h3,.instagram-header h3{font-size:1.4rem;font-weight:700;margin:0}.instagram-header h3{color:#e1306c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.social-content{background-color:#f4f8fb;display:flex;flex:1;flex-direction:column;overflow:hidden}.facebook-feed-content{display:block}.facebook-feed-content .fb-page,.facebook-feed-content .fb-page iframe,.facebook-feed-content .fb-page span{width:100%!important}.instagram-static-content{justify-content:space-between}.ig-photo-container{height:280px;overflow:hidden;width:100%}.ig-photo-container img{height:100%;object-fit:cover;width:100%}.ig-action-container{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center}.ig-action-container .handle{color:#000;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.ig-action-container .desc{color:#707070;font-size:1rem;margin-bottom:1.5rem}.btn-instagram{background-color:#ff5100;border-radius:50px;box-shadow:0 4px 6px rgba(255,81,0,.2);color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:12px 28px;text-decoration:none;transition:all .3s ease}.btn-instagram:hover{background-color:#e04800;box-shadow:0 6px 12px rgba(255,81,0,.3);color:#fff;transform:translateY(-2px)}@media (max-width:767px){.social-feeds-wrapper{align-items:center;flex-direction:column}.social-feed-column{width:100%}.social-card{height:auto;min-height:500px}}