﻿.link-list {
  margin-bottom: 1rem;
}
.link-list .item {
  padding-block: 10px;
  border-bottom: 1px dashed #eee;
}
.link-list .item:last-of-type {
  border-bottom: 0;
}
.link-list .item .title {
  display: table;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
}
.link-list .item .title i {
  transition: 0.15s translate;
}
.link-list .item .title:hover i {
  translate: 10px;
}
