
.che-source-grid{display:grid;gap:1.5rem}
.che-source-card .che-card-body,.che-search-card .che-card-body{display:flex;flex-direction:column;gap:.75rem}
.che-advanced-search{display:flex;flex-direction:column;gap:1rem}
.che-advanced-search-form{padding:1rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.che-advanced-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:end}
.che-advanced-search-form label{display:block;margin-bottom:.35rem}
.che-advanced-search-form input,.che-advanced-search-form select{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:10px;background:#fff}
.che-advanced-search-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.che-advanced-search-count{margin:0}
