.shootcal-instagram-feed-shell,.shootcal-instagram-feed-loader{width:100%}.shootcal-instagram-feed{display:grid;grid-template-columns:repeat(var(--scif-columns,3),minmax(0,1fr));gap:clamp(4px, 0.75vw, 10px);width:100%}.shootcal-instagram-feed__item{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:#eee;color:#fff;text-decoration:none}.shootcal-instagram-feed__image{display:block;width:100%;height:100%;max-width:none;object-fit:cover;transition:transform 180ms ease,opacity 180ms ease}.shootcal-instagram-feed__item:hover .shootcal-instagram-feed__image,.shootcal-instagram-feed__item:focus-visible .shootcal-instagram-feed__image{transform:scale(1.025);opacity:.92}.shootcal-instagram-feed__item:focus-visible{outline:3px solid currentColor;outline-offset:2px}.shootcal-instagram-feed__type{position:absolute;z-index:1;top:8px;right:8px;padding:3px 6px;border-radius:999px;background:rgb(0 0 0 / 68%);color:#fff;font:600 11px/1.2 system-ui,sans-serif;letter-spacing:.02em}.shootcal-instagram-feed__type--carousel{display:inline-flex;padding:0;background:none;color:rgb(25 25 25 / 62%);filter:drop-shadow(0 0 2px rgb(255 255 255 / 55%));transition:color 180ms ease}.shootcal-instagram-feed__item:hover .shootcal-instagram-feed__type--carousel,.shootcal-instagram-feed__item:focus-visible .shootcal-instagram-feed__type--carousel{color:rgb(10 10 10 / 85%)}.shootcal-instagram-feed__type--carousel svg{display:block;width:16px;height:16px}.shootcal-instagram-feed__empty{margin:0;padding:.75rem;border:1px solid currentColor;font-size:.9375rem}.shootcal-instagram-feed__follow{margin:10px 0 0;text-align:center}.shootcal-instagram-feed__follow-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:4px;background:#408bd1;color:#fff;font:600 14px/1.2 system-ui,sans-serif;text-decoration:none}.shootcal-instagram-feed__follow-link:hover,.shootcal-instagram-feed__follow-link:focus-visible{background:#2f73b2;color:#fff}.shootcal-instagram-feed__follow-link:focus-visible{outline:3px solid currentColor;outline-offset:2px}@media (max-width:800px){.shootcal-instagram-feed{grid-template-columns:repeat(var(--scif-columns-tablet,3),minmax(0,1fr))}}@media (max-width:520px){.shootcal-instagram-feed{grid-template-columns:repeat(var(--scif-columns-mobile,2),minmax(0,1fr))}.shootcal-instagram-feed__item--mobile-hidden{display:none}}@media (prefers-reduced-motion:reduce){.shootcal-instagram-feed__image{transition:none}}