.game-min {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 10px 15px 10px;
  border-radius: 20px;
  border: 1px solid #2A2F3C;
  background: linear-gradient(180deg, #2A2E3A 0%, #1E2432 100%);
  position: relative;
  justify-content: space-between;
}

.game-min_main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.game-min_img, .game-min_img img {
  border-radius: 15px;
  width: 100%;
}

.game-min_info {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.game-min_names {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.game-min_title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.game-min_names p {
  color: #7D8494;
  font-size: 13px;
}

.game-min_rate {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 1px solid #343B4E;
  background: linear-gradient(180deg, #293146 0%, #20283B 100%);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.game-min_rate span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 90%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}


.game_min-actions > * {
  width: 100%;
  max-width: unset !important;
}



@media (max-width: 767px) {
  .game-min_rate span {
    font-size: 16px;
    line-height: 90%;
  }

  .game-min_names {
    justify-content: space-around;
  }

  .game-min_badge {
    font-size: 10px;
  }

  .game-min_title {
    font-size: 14px;
  }
  .game-min_names p {
    font-size: 11px;
  }


  .game-min_rate {
    border-radius: 10px;
  }
}




@media (max-width: 480px) {
  .game-min_action * {
    font-size: 13px !important;
  }

  .game-min_rate {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .game-min_rate span {
    font-size: 18px;
  }

  .game_min-actions i {
    display: none;
    height: 0;
  }
}


@media (max-width: 380px) {
  .game-min_rate {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .game-min_rate span {
    font-size: 16px;
  }
}
