/* Flat blue trophy, keeping the original contest list columns. */
#contest-list .el-image.trophy {
  display: inline-block;
  box-sizing: border-box;
  width: 80px !important;
  height: 64px !important;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: url('/local/blue-trophies-flat-20260919.svg') center / contain no-repeat;
  vertical-align: middle;
  cursor: default;
}
#contest-list .el-image.trophy > * { display: none !important; }
#contest-list .el-image.trophy::before { content: none; }
