.file-content-wrapper-root .header-wrapper{color:var(--color-neutral-100);background-color:var(--color-secondary-200);flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.file-content-wrapper-root .header-wrapper .title{font-size:24px;font-weight:600}.file-content-wrapper-root .likes-and-download{flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;display:flex}.file-content-wrapper-root .likes-and-download .fullscreen-btn,.file-content-wrapper-root .likes-and-download .download-btn{background-color:var(--color-secondary-100);border:1px solid var(--color-secondary-400);cursor:pointer;border-radius:10px;padding:8px 10px}.file-content-wrapper-root .likes-and-download .fullscreen-btn:hover,.file-content-wrapper-root .likes-and-download .download-btn:hover{background-color:var(--color-secondary-200)}.file-content-wrapper-root .content-wrapper{background-color:var(--color-secondary-300);border-radius:8px;height:100%;max-height:520px;padding:10px 20px;position:relative;overflow-y:auto}.file-content-wrapper-root .content-wrapper .pdf-wrapper,.file-content-wrapper-root .content-wrapper img{width:100%}.file-content-wrapper-root .content-wrapper .pdf-frame{border:0;width:100%;height:480px}.file-content-wrapper-root.fullscreen{z-index:1000;background-color:var(--color-secondary-200);width:100vw;height:100vh;position:fixed;inset:0}.file-content-wrapper-root.fullscreen .header-wrapper{padding:20px}.file-content-wrapper-root.fullscreen .content-wrapper{width:100%;max-height:none;padding-bottom:100px}.file-content-wrapper-root.fullscreen .content-wrapper .pdf-frame{height:calc(100vh - 160px)}
