.attachment {
  margin-bottom: 1em;
}

.attachment__del,
label.attachment__label__del {
  position: relative;
  display: inline-block;
  width: 0;
  float: none;
}

.attachment__item {
  display: inline-block;
	font-size: 120%;
}

.attachment__del::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -50px;
  width: 22px;
  height: 22px;
  background: url("../img/svg/delete_nonactive.svg") no-repeat;
  background-size: cover;
}

.attachment__label__del::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -25px;
  width: 22px;
  height: 22px;
  background: url("../img/svg/delete_nonactive.svg") no-repeat;
  background-size: cover;
}

.attachment__label__del:hover::after,
.attachment__del:hover::after {
  background: url("../img/svg/delete_hover.svg") no-repeat;
}
