/* Retter-Portal v1.3.54
   Qualifikationsübersicht: nur noch ein zentraler Filterbereich. */

html body .v154-qualification-card-stat{
  cursor:default;
}
html body .v154-qualification-card-stat:hover{
  transform:none;
  border-color:var(--line-soft);
  background:linear-gradient(180deg,rgba(30,41,59,.50),rgba(15,23,42,.78));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
html body .v154-results-card{
  display:grid;
  gap:16px;
}
html body .v154-results-card>.card-head{
  margin-bottom:0;
}
html body .v154-single-filter{
  margin:0;
  padding:14px;
  border:1px solid var(--line-soft);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(30,41,59,.35),rgba(15,23,42,.55));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
html body[data-theme="light"] .v154-qualification-card-stat:hover{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border-color:rgba(148,163,184,.28);
  box-shadow:0 10px 24px rgba(148,163,184,.10),inset 0 1px 0 rgba(255,255,255,.8);
}
html body[data-theme="light"] .v154-single-filter{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border-color:rgba(148,163,184,.28);
  box-shadow:0 10px 24px rgba(148,163,184,.08),inset 0 1px 0 rgba(255,255,255,.8);
}
@media(max-width:760px){
  html body .v154-single-filter{
    padding:12px;
  }
}
