.hg1826-page .pageHeading{align-items:flex-start;gap:16px}
.hg1826-page .pageHeading p{max-width:850px}
.hg1826-toolbar{margin-top:14px}
.hg1826-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}
.hg1826-filter-grid>div{min-width:0}
.hg1826-filter-grid .hg1826-search-field{grid-column:span 2}
.hg1826-filter-grid label{display:block;margin-bottom:5px;font-weight:600}
.hg1826-filter-grid input,.hg1826-filter-grid select{width:100%;box-sizing:border-box}
.hg1826-toolbar .small{margin-top:10px;min-height:20px}
.hg1826-disclaimer{margin:14px 0;padding:11px 14px;border:1px solid #f0d7a0;border-radius:10px;background:#fff8e8;color:#7b5316;font-weight:600}
.hg1826-metrics{grid-template-columns:repeat(6,minmax(145px,1fr));gap:10px;margin-bottom:14px}
.hg1826-metrics .metric{min-height:70px}
.hg1826-table-wrap{overflow:auto}
#hg1826Table{min-width:1420px}
#hg1826Table th,#hg1826Table td{vertical-align:top}
#hg1826Table td:nth-child(1){white-space:nowrap}
#hg1826Table td:nth-child(2){font-family:ui-monospace,SFMono-Regular,Consolas,monospace;white-space:nowrap}
#hg1826Table td:nth-child(7){text-align:right;white-space:nowrap}
#hg1826Table td:nth-child(8){max-width:280px;white-space:normal;word-break:break-word}
#hg1826Table td:nth-child(9){max-width:190px;white-space:normal;word-break:break-word}
.hg1826-status{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 9px;font-size:.88rem;font-weight:700;white-space:nowrap}
.hg1826-status.success{background:#e8f7ee;color:#17663a}
.hg1826-status.failed{background:#fdeceb;color:#a62821}
.hg1826-status.pending{background:#fff6df;color:#835c15}
.hg1826-repeat{display:block;margin-top:4px;color:#6b7280;font-size:.82rem;white-space:nowrap}
.hg1826-detail-card{margin-top:14px}
.hg1826-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}
.hg1826-detail-item{padding:9px 0;border-bottom:1px solid #edf0f4;min-width:0}
.hg1826-detail-item.wide{grid-column:1/-1}
.hg1826-detail-item span{display:block;color:#667085;font-size:.82rem;margin-bottom:3px}
.hg1826-detail-item b{display:block;overflow-wrap:anywhere}
.hg1826-detail-error{color:#a62821}
.hg1826-row-clickable{cursor:pointer}
.hg1826-row-clickable:focus{outline:2px solid #2b6cb0;outline-offset:-2px}
@media (max-width:1100px){
  .hg1826-filter-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}
  .hg1826-filter-grid .hg1826-search-field{grid-column:span 2}
  .hg1826-metrics{grid-template-columns:repeat(3,minmax(145px,1fr))}
}
@media (max-width:700px){
  .hg1826-filter-grid{grid-template-columns:1fr 1fr}
  .hg1826-filter-grid .hg1826-search-field{grid-column:1/-1}
  .hg1826-metrics{grid-template-columns:1fr 1fr}
  .hg1826-detail-grid{grid-template-columns:1fr}
  .hg1826-detail-item.wide{grid-column:auto}
}
