.profile-games__filter {
  margin-bottom:var(--padding);
  display:flex;
  flex-wrap:wrap;
  gap:1.2rem
}
.profile-games__filter--right {
  display:flex;
  gap:1.2rem;
  flex-grow:1;
  justify-content:flex-end
}
.profile-games__filter--right .v-date {
  flex-grow:1;
  max-width:200px
}
@media screen and (max-width:767px) {
  .profile-games__filter--right .v-date {
    max-width:initial
  }
}
.profile-games__filter .select {
  width:225px
}
@media (max-width:979px) {
  .profile-games__filter .select {
    width:100%
  }
}
.profile-games__filter .button {
  padding-left:3.2rem;
  padding-right:3.2rem
}
.profile-meta {
  margin:30px auto 0
}
.profile-game {
  display:flex
}
.profile-game__icon {
  background:radial-gradient(73.33% 73.33% at 50% 50%,#9db1ff 0,#6d3eff 100%);
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--b-radius);
  margin-right:12px;
  color:#fff
}
.profile-game__title {
  font-weight:600;
  font-size:14px;
  line-height:17px
}
.profile-game__action {
  font-weight:600;
  font-size:12px;
  line-height:14px;
  color:var(--primary-500);
  padding:0
}
