/* LinkedIn — split zone
   LI brand light bg, floating LI icons (via _linkedin_anim_bg.html), iframe
   centered with LI-blue double border + shadow. Scaled with Math.min so
   the whole post is always visible (capped at 90% of wrap). */

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

.li-split-wrap iframe {
    position: relative;
    z-index: 1;
    width: 504px !important;
    height: 655px !important;
    max-width: none !important;
    max-height: none !important;
    border: 1cqmin double #0A66C2 !important;
    border-radius: 0 !important;
    box-shadow: 0 0.4cqmin 1.2cqmin rgba(0,0,0,0.08), 0 1.2cqmin 3cqmin rgba(0,0,0,0.12);
    transform-origin: center center;
    background: #fff;
    flex-shrink: 0;
}

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