.content__attachments {
  clear: both; }

.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content__attachments__list li {
    margin-bottom: 25px; }
    .content__attachments__list li:last-child {
      margin-bottom: 0; }

.content__attachments__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 32.5px;
  text-decoration: none;
  padding-right: 110px;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .content__attachments__list__item__link:hover {
    background-color: #944196; }
    .content__attachments__list__item__link:hover .content__attachments__list__item__title, .content__attachments__list__item__link:hover .content__attachments__list__item__type {
      color: #fff; }
    .content__attachments__list__item__link:hover:after {
      color: #944196;
      background-color: #fff; }
  .content__attachments__list__item__link:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #944196;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 1.5em;
    text-align: center;
    line-height: 80px;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(148, 65, 150, 0.4);
    box-shadow: 0px 8px 24px 0px rgba(148, 65, 150, 0.4);
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease; }

.content__attachments__list__item__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 65px;
  padding: 0 30px;
  color: #944196;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .content__attachments__list__item__title input {
    line-height: 1 !important; }

.content__attachments__list__item__type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #944196; }
