.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-e8d5a3e3-6669-0d2c-9e67-5cc2cd71fcbf {
font-size: 18px !important;
}
/* 1. PDF가 들어있는 가장 바깥쪽 상자 높이 강제 확대 */
.video, .aspect-ratio, .aspect-ratio-16-to-9 {
    padding-bottom: 0 !important; /* 기존의 16:9 비율 제한 해제 */
    height: 90vh !important;    /* 화면 높이의 90%만큼 시원하게 키움 */
    max-height: none !important;
}

/* 2. PDF 뷰어 프레임 자체의 높이 조절 */
iframe, #viewerContainer {
    height: 100% !important;
    width: 100% !important;
    min-height: 800px !important; /* 최소 높이를 800픽셀로 고정 */
}

/* 3. 내부 툴바 제거 재시도 (스샷에 찍힌 ID 기준) */
#toolbarContainer {
    display: none !important;
}