.source-freshness{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:13px}.fresh{display:grid;grid-template-columns:10px 1fr auto;gap:7px;align-items:center;background:#f3f6f6;padding:10px;border-radius:8px}.fresh i{width:9px;height:9px;border-radius:50%;background:var(--green)}.fresh.fail i{background:var(--red)}.fresh span{font-weight:700}.fresh small{grid-column:2/4;color:var(--muted)}.active-toolbar{display:flex;gap:10px;margin-bottom:10px}.active-toolbar input,.active-toolbar select{padding:10px;border:1px solid var(--line);border-radius:8px;background:white}.active-toolbar input{flex:1}.source-tag{display:inline-block;padding:4px 7px;border-radius:20px;font-size:9px;font-weight:800;background:#e7f1f2;color:var(--blue)}.source-tag.projeu{background:#eee9fa;color:#654d9b}.source-tag.stratws{background:#fff2df;color:#9b5e0a}.empty-source{text-align:center!important;color:var(--muted);padding:35px!important}@media(max-width:700px){.source-freshness{grid-template-columns:1fr}.active-toolbar{display:grid}}
