@charset "UTF-8";
/**
 * Mixins file
 */
.archive-grid .build-wrapper {
  background-color: #D9D9D9;
  border-radius: 5px;
}
.archive-grid .build-wrapper .build-header {
  background-color: #D9D9D9;
  border-radius: 5px;
}
.archive-grid .build-wrapper .build {
  background-color: #CBCBCB;
  border-radius: 5px;
}

.build-wrapper {
  position: relative;
}
.build-wrapper .build-header {
  padding: 20px;
  text-align: left;
  background-color: #e5e5e5;
}
.build-wrapper .build-header,
.build-wrapper .build-header .build-header-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.build-wrapper .build-header .build-status,
.build-wrapper .build-header .build-header-inner .build-status {
  min-width: 75px;
}
.build-wrapper .build-header .verified-build:before,
.build-wrapper .build-header .build-header-inner .verified-build:before {
  content: "✓";
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
  background-color: #2DC071;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
}
.build-wrapper .build-header .china-build,
.build-wrapper .build-header .build-header-inner .china-build {
  display: flex;
}
.build-wrapper .build-header .china-build:before,
.build-wrapper .build-header .build-header-inner .china-build:before {
  content: "";
  display: inline-block;
  background-image: url("../images/china.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
}
.build-wrapper .build-header .testing-build:before,
.build-wrapper .build-header .build-header-inner .testing-build:before {
  content: "?";
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
  background-color: #E3B719;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
}
.build-wrapper .build-header .build-header-left .champ-image {
  width: 85px;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build-header .build-header-left .champ-image {
    width: 100px;
  }
}
.build-wrapper .build-header .build-header-left .champ-image img {
  height: auto;
  border: none;
  width: 75px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build-header .build-header-left .champ-image img {
    width: 80px;
  }
}
.build-wrapper .build-header .build-header-left .build-data {
  align-self: end;
}
.build-wrapper .build-header .build-header-left .build-data .champ-name span,
.build-wrapper .build-header .build-header-left .build-data .build-name h3 {
  margin: 0;
  text-transform: uppercase;
}
.build-wrapper .build-header .build-header-left .build-data .champ-name span {
  font-size: 11px;
}
.build-wrapper .build-header .build-header-left .build-data .testing-build,
.build-wrapper .build-header .build-header-left .build-data .verified-build {
  margin: 5px 0;
}
.build-wrapper .build-header .build-header-right img {
  border: none;
  width: auto;
  height: 35px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build-header .build-header-right img {
    height: 45px;
  }
}
.build-wrapper .build {
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build {
    padding: 20px;
  }
}
.build-wrapper .build img {
  width: auto;
  border-radius: 5px;
  border: 3px solid #01BEFE;
  margin: 2.5px;
  height: 44px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build img {
    height: 60px;
  }
}
.build-wrapper .build p {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  flex-grow: 1;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build p {
    padding-right: 10px;
    max-width: 100px;
    width: auto;
    word-spacing: 100px;
    padding-left: 0px;
  }
}
.build-wrapper .build .build-row {
  margin: 10px 0;
}
.build-wrapper .build .build-row,
.build-wrapper .build .build-row .item-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.build-wrapper .build .build-top-layer {
  flex-wrap: nowrap;
}
.build-wrapper .build .build-top-layer, .build-wrapper .build .build-top-layer > div {
  justify-content: space-between;
}
.build-wrapper .build .build-mid-layer {
  justify-content: start;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build .build-mid-layer p {
    width: 100px;
  }
}
.build-wrapper .build .build-bottom-layer {
  justify-content: space-between;
}
.build-wrapper .build .build-runes-layer {
  position: relative;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build .build-runes-layer p {
    width: 100px;
  }
}
.build-wrapper .build .build-runes-layer img {
  border-radius: 50%;
  height: 55px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .build .build-runes-layer img {
    height: 60px;
  }
}
.build-wrapper .build .build-runes-layer img:not(.rune-keystones) {
  height: 50px;
}
.build-wrapper .screenshot-button {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 576px) {
  .build-wrapper .screenshot-button {
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 20px;
  }
}
.build-wrapper.accordion-content .build-header {
  display: none;
  background-color: #e5e5e5;
}