/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2022 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.list-rank .item-rank {
  display: flex;
  flex-wrap: wrap;
  border: 1px dashed #c4c4c4;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  height: 160px;
}
.list-rank .item-rank figure {
  width: 30%;
  margin-right: 5%;
}
.list-rank .item-rank figure h4 {
  color: #ff9800;
}
.list-rank .item-rank figure img {
  width: 100%;
  border: 2px solid #ff9800;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
}
.list-rank .item-rank .information {
  width: 65%;
}
.list-rank .item-rank .information h2 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ff5722;
}
.list-rank .item-rank .information ul {
  padding-left: 0;
  font-size: 13px;
  line-height: 20px;
}
