.marathon-title .tank-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--m-accent-1), var(--m-accent-2));
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(90, 161, 255, 0.12), 0 2px 6px rgba(0, 0, 0, 0.35) inset;

  & img {
    width: 44px;
    height: 44px;
  }
}

.bonn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-inline: 3px;
  background-image: url(../../assets/img/bonns.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}