
.che-document-grid{display:grid;gap:1.5rem}
.che-document-card .che-card-body{display:flex;flex-direction:column;gap:.75rem}
.che-document-transcript{padding:1rem 1.25rem;border-left:4px solid #8b5cf6;background:#faf7ff}
.che-document-card .che-button--small,.che-button{display:inline-block;padding:.5rem .85rem;border-radius:999px;background:#111827;color:#fff;text-decoration:none}
.che-document-card .che-pill{display:inline-block;font-size:.85rem;padding:.2rem .6rem;border-radius:999px;background:#f3f4f6}

.che-document-source{font-size:.92rem;color:#374151}
.che-document-search{display:flex;flex-direction:column;gap:1rem}
.che-document-search-form{padding:1rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.che-document-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:end}
.che-document-search-form label{display:block;margin-bottom:.35rem}
.che-document-search-form input,.che-document-search-form select{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:10px;background:#fff}
.che-document-search-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.che-button--light{background:#f3f4f6;color:#111827}
.che-document-search-count{margin:0}
.che-empty-state{padding:1rem 1.25rem;border:1px dashed #cbd5e1;border-radius:14px;background:#fafafa}
