.content__attachments__list__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content__attachments__list {
  text-transform: uppercase;
}

.content__attachments__list li {
  display: table;
  margin-bottom: 10px;
  height: 70px;
  width: 100%;
}

.content__attachments__list p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.content__attachments__list p:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  position: absolute;
  top: -14px;
  right: -20px;
  z-index: 2;
  height: 70px;
  width: 70px;
  padding: 20px 25px;
}

.content__attachments__list__item {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  color: #1f3f9a;
  background: #ffd711;
  border: 1px solid #ffd711;
  transition: color 0.35s ease, background 0.35s ease;
  border: 0;
  max-width: 0;
}

.content__attachments__list__item:hover {
  color: #1f3f9a;
  background: #ffd711;
}

.content__attachments__list__item:focus {
  outline: 0;
}

.mason--admin .content__attachments__list__item {
  display: block;
  height: 70px;
  padding: 20px;
  max-width: 100%;
}

.content__attachments__list__item:hover .content__attachments__list__item__circle {
  transform: scale(20);
}

.content__attachments__list__item span {
  line-height: 1;
}

.content__attachments__list__item__name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.content__attachments__list__item__desc {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.content__attachments__list__item__circle {
  top: -20px;
  right: -24px;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 1;
  width: 108px;
  height: 108px;
  background: #ffe460;
  border-radius: 50%;
  border: 4px solid #f5cf10;
  transition: transform 1s ease;
}
