/* v16: responsive thumbnails and browser-native downloads. */
.file-storage-prototype .fs-entry-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;overflow:hidden;border-radius:6px}
.file-storage-prototype .fs-entry-icon>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;background:#eef3f7}
.file-storage-prototype .file-storage-list.is-grid .file-storage-row{overflow:hidden}
.file-storage-prototype .file-storage-list.is-grid .file-storage-name{width:100%;min-width:0;align-items:center}
.file-storage-prototype .file-storage-list.is-grid .fs-entry-icon{width:62px;height:58px;margin-top:4px}
.file-storage-prototype .file-storage-list.is-grid .fs-entry-icon .fs-file.folder{margin-top:10px}
.file-storage-prototype .file-storage-list.is-grid .fs-entry-icon .fs-file:not(.folder){margin-top:1px}
.file-storage-prototype .file-storage-list.is-grid .file-storage-name b{display:block;width:100%;max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:1.5}
.file-storage-prototype .file-storage-actions .fs-action-link{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#1686ef;text-decoration:none;cursor:pointer}
.file-storage-prototype .file-storage-actions .fs-action-link:hover{background:#e7f2ff;color:#0870de}
.file-storage-prototype .fs-native-download{justify-content:center;text-decoration:none}
.file-storage-prototype .fs-context-link{display:flex;width:100%;height:37px;align-items:center;gap:9px;border-radius:6px;color:#365467;text-decoration:none;padding:0 10px;box-sizing:border-box}
.file-storage-prototype .fs-context-link:hover{background:#edf7f4;color:#008f69}
