/* Trophy icons for result modals — host at /assets/docs/trophy-icons.css (no Font Awesome CDN). */
.fa.fa-trophy {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.fa.fa-trophy.winner-icon::before,
.fa.fa-trophy.winner-icon {
  color: #1d7f1e;
}

.fa.fa-trophy.loser-icon::before,
.fa.fa-trophy.loser-icon {
  color: #ca1010;
  transform: rotate(180deg);
}

.fa.fa-trophy.winner-icon::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 0l72 144 160 24-116 112 28 160-144-76-144 76 28-160-116-112 160-24z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 0l72 144 160 24-116 112 28 160-144-76-144 76 28-160-116-112 160-24z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.fa.fa-trophy.loser-icon::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 0l72 144 160 24-116 112 28 160-144-76-144 76 28-160-116-112 160-24z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M256 0l72 144 160 24-116 112 28 160-144-76-144 76 28-160-116-112 160-24z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}
