/* Facebook — sidebar Zone
   FB plugin renders content at fixed pixel width (URL param), so we
   render iframe at FB native plugin size and use JS transform:scale
   from top-left origin to cover the zone */

.fb-sidebar-wrap {
    width: 100cqw;
    height: 100cqh;
    position: relative;
    overflow: hidden;
    background: #fff;
    container-type: size;
}

.fb-sidebar-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 500px !important;
    height: 700px !important;
    max-width: none !important;
    max-height: none !important;
    border: none !important;
    border-radius: 0 !important;
    transform-origin: 0 0;
}

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