/* Instagram — banner zone
   IG brand pink bg, floating IG icons (via _social_anim_bg.html), iframe
   centered with white border + shadow. iframe scaled with Math.min so the
   whole post is always visible. */

.ig-banner-wrap {
    width: 100cqw;
    height: 100cqh;
    position: relative;
    overflow: hidden;
    background: #1A1A1A;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-banner-wrap iframe {
    position: relative;
    z-index: 1;
    width: 540px !important;
    height: 700px !important;
    max-width: none !important;
    max-height: none !important;
    border: 1cqmin double #DD2A7B !important;
    border-radius: 0 !important;
    box-shadow: 0 0.4cqmin 1.2cqmin rgba(0,0,0,0.18), 0 1.2cqmin 3cqmin rgba(0,0,0,0.22);
    transform-origin: center center;
    background: #fff;
    flex-shrink: 0;
}

.ig-banner-wrap,
.ig-banner-wrap * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
