.pdf-compress-landscape-layout { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(520px, 1.45fr); gap: 22px; align-items: stretch; } .pdf-compress-left-panel, .pdf-compress-right-panel { min-width: 0; display: flex; flex-direction: column; } .pdf-compress-left-panel .file-drop-area { flex-shrink: 0; min-height: 230px; display: flex; flex-direction: column; justify-content: center; } .pdf-compress-left-panel .file-list { margin-top: 16px; max-height: 320px; overflow-y: auto; padding-right: 4px; } .pdf-compress-options-card { flex: 1; } .pdf-compress-right-panel .compress-options { height: 100%; }