/* HG Edu v18.34-RC1 - Student list query states and pagination only. */
#hg1834StudentStatus{
  margin:12px 0;
  padding:11px 13px;
  border:1px solid rgba(148,163,184,.35);
  border-radius:8px;
  background:rgba(148,163,184,.08);
}
#hg1834StudentStatus[data-kind="loading"]{color:#2563eb}
#hg1834StudentStatus[data-kind="success"]{color:var(--good,#15803d)}
#hg1834StudentStatus[data-kind="error"]{color:var(--bad,#b91c1c)}
#hg1834StudentPager{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
#hg1834StudentPager[hidden],#tblStudents[hidden],#hg1834StudentStatus[hidden]{display:none}
#v1674_export_students:disabled{cursor:not-allowed;opacity:.55}

/* Student page hierarchy: filters first, management tools secondary. */
#v1673_filter_card>h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
}
#hg21StudentTools>h2{
  margin:0 0 6px;
  font-size:15px;
  line-height:1.3;
}
@media (min-width:901px){
  #v1673_filter_card>.row{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
