.elementor-15619 .elementor-element.elementor-element-cab8ce0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* 1. This container acts as the 'frame' that hides the edges */
    .pdf-frame-hide {
        width: 100%;
        height: 8000px; /* Adjust this to the total length of your PDF */
        overflow: hidden; 
        position: relative;
        background: #000; /* Matches your profile background */
    }

    /* 2. The iframe is made wider and taller than the frame to hide bars */
    .pdf-frame-hide iframe {
        position: absolute;
        top: -2px;
        left: -2px;
        width: calc(100% + 25px); /* Pushes the vertical bar off-screen */
        height: calc(100% + 25px); /* Pushes the horizontal bar off-screen */
        border: none;
    }