.zhub-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px;max-height:55vh;overflow:auto;padding:2px}.zhub-library-card{border:1px solid #e5edf7;border-radius:14px;background:#fff;padding:8px;cursor:pointer;transition:.15s}.zhub-library-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(20,40,70,.12)}.zhub-library-thumb{width:100%;height:96px;object-fit:cover;border-radius:10px;background:#f3f6fb}.zhub-library-file{width:100%;height:96px;border-radius:10px;background:#f3f6fb;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#6c757d;gap:6px}.zhub-library-file i{font-size:28px}.zhub-library-file span{font-size:11px;text-transform:uppercase}.zhub-library-name{font-size:12px;line-height:1.25;margin-top:6px;word-break:break-word}.zhub-library-provider{font-size:11px;color:#6c757d}.zhub-library-actions{margin-top:6px}.zhub-library-insert-btn{white-space:nowrap}.zhub-library-editor-bar{display:flex;justify-content:flex-end;margin-bottom:.35rem}

.zhub-upload-progress{border:1px solid #d9e7ff;background:#f8fbff;border-radius:14px;padding:10px 12px}.zhub-upload-progress .progress{height:12px;border-radius:999px;background:#e8eef7;overflow:hidden}.zhub-upload-progress .progress-bar{border-radius:999px}.zhub-upload-progress-success{border-color:#bfe8cf;background:#f4fff8}.zhub-upload-progress-error{border-color:#f3c2c2;background:#fff7f7}

/* B74: Admin file library item cards should look like col-4 gallery tiles, not horizontal flat rows. */
.file-library-admin-card .file-library-admin-thumb {
    width: 100%;
    min-height: 180px;
    max-height: 220px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .file-library-admin-card .file-library-admin-thumb {
        height: 190px;
    }
}
