.instagram-carousel-wrapper{width:100%;margin:30px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.instagram-carousel-container{position:relative;overflow:hidden;background:#f8f8f8;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.carousel-inner{display:flex;transition:transform 0.5s ease-in-out;gap:12px;padding:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.carousel-inner::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 calc(25% - 9px);min-width:0}.instagram-carousel-wrapper[data-columns="3"] .carousel-item{flex:0 0 calc(33.333% - 8px)}.instagram-carousel-wrapper[data-columns="4"] .carousel-item{flex:0 0 calc(25% - 9px)}.instagram-carousel-wrapper[data-columns="5"] .carousel-item{flex:0 0 calc(20% - 9.6px)}.instagram-carousel-wrapper[data-columns="6"] .carousel-item{flex:0 0 calc(16.666% - 10px)}.post-card{position:relative;width:100%;padding-bottom:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgb(0 0 0 / .08);transition:transform 0.3s ease,box-shadow 0.3s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.post-image-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;text-decoration:none;cursor:pointer}.post-image{width:100%;height:100%;object-fit:cover;display:block}.post-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.post-card:hover .post-overlay{opacity:1}.post-stats{display:flex;gap:20px;color:#fff;font-weight:600;font-size:14px}.stat-item{display:flex;align-items:center;gap:6px}.icon-heart,.icon-comment{width:18px;height:18px;display:inline-block}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .9);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;color:#333;transition:all 0.3s ease;padding:0}.carousel-control:hover{background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.carousel-control svg{width:20px;height:20px}.carousel-control-prev{left:12px}.carousel-control-next{right:12px}.carousel-indicators{display:flex;justify-content:center;gap:8px;padding:16px 0;flex-wrap:wrap}.indicator{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all 0.3s ease;padding:0}.indicator:hover{background:#bbb}.indicator.active{background:#0073aa;width:24px;border-radius:4px}.instagram-follow-section{display:flex;justify-content:center;margin-top:20px}.instagram-follow-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:14px;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(102 126 234 / .4)}.instagram-follow-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(102 126 234 / .6);color:#fff;text-decoration:none}.instagram-icon{width:18px;height:18px;display:inline-block}@media (max-width:1024px){.instagram-carousel-wrapper[data-columns="6"] .carousel-item{flex:0 0 calc(25% - 9px)}.instagram-carousel-wrapper[data-columns="5"] .carousel-item{flex:0 0 calc(25% - 9px)}.instagram-carousel-wrapper[data-columns="4"] .carousel-item{flex:0 0 calc(33.333% - 8px)}.instagram-carousel-wrapper[data-columns="3"] .carousel-item{flex:0 0 calc(50% - 6px)}}@media (max-width:768px){.carousel-item{flex:0 0 calc(50% - 6px)!important}.carousel-control{width:36px;height:36px}.carousel-control svg{width:18px;height:18px}.carousel-control-prev{left:8px}.carousel-control-next{right:8px}.post-stats{gap:15px;font-size:12px}}@media (max-width:480px){.carousel-item{flex:0 0 calc(100% - 0px)!important}.carousel-inner{gap:8px;padding:8px}.carousel-control{width:32px;height:32px}.carousel-control svg{width:16px;height:16px}.carousel-control-prev{left:4px}.carousel-control-next{right:4px}.post-stats{gap:10px;font-size:11px}.instagram-follow-btn{padding:10px 16px;font-size:12px}.carousel-indicators{padding:12px 0;gap:6px}.indicator{width:6px;height:6px}.indicator.active{width:18px}}.carousel-control:focus,.indicator:focus{outline:2px solid #0073aa;outline-offset:2px}@keyframes slideIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.carousel-item{animation:slideIn 0.5s ease-out}