
/* Sulut Monitor Source Health Center v3.5.1 */
.content-grid{align-items:start}
.news-panel{overflow:hidden}
.source-health-panel{display:flex;flex-direction:column;min-height:0;max-height:1040px;overflow:hidden}
.source-health-panel .panel-head{height:auto;min-height:44px;padding:8px 10px;align-items:flex-start}
.source-health-title b{display:block}
.source-health-title span{display:block;color:var(--muted);font-size:8px;margin-top:4px;letter-spacing:.4px}
.sh-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line);background:rgba(88,224,160,.025)}
.sh-stat{padding:10px 8px;border-right:1px solid var(--line);min-width:0}
.sh-stat:last-child{border-right:0}
.sh-stat strong{display:block;font-size:18px;line-height:1;color:var(--text)}
.sh-stat small{display:block;margin-top:5px;font-size:7px;letter-spacing:.7px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sh-stat.online strong{color:var(--green)}
.sh-stat.error strong{color:var(--red)}
.sh-stat.empty strong{color:var(--amber)}
.sh-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:7px;border-bottom:1px solid var(--line);background:#07100e}
.sh-search,.sh-filter{height:30px;border:1px solid var(--line);background:#08110f;color:var(--text);font-size:8px;padding:0 9px;min-width:0}
.sh-search:focus,.sh-filter:focus{outline:none;border-color:var(--green)}
.sh-filter{color:var(--muted);cursor:pointer}
.source-health-panel .health-list{max-height:820px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#2b5146 #07100e}
.source-health-panel .health-row{min-height:48px;padding:8px 10px;transition:background .15s ease,border-color .15s ease}
.source-health-panel .health-row:hover{background:#0d1d19}
.source-health-panel .health-row b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.source-health-panel .health-row small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.source-health-panel .health-row.sh-hidden{display:none}
.sh-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-top:1px solid var(--line);background:#07100e;color:var(--muted);font-size:7px;letter-spacing:.5px}
.sh-footer button{border:1px solid var(--line);background:#0a1713;color:var(--green);font-size:7px;padding:6px 8px;cursor:pointer}
.sh-footer button:hover{border-color:var(--green)}
.sh-empty{padding:28px 12px;text-align:center;color:var(--muted);font-size:8px}
@media(max-width:1050px){
  .source-health-panel{max-height:none}
  .source-health-panel .health-list{max-height:520px}
}
@media(max-width:650px){
  .sh-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sh-stat:nth-child(2){border-right:0}
  .sh-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
