/* attachment item */
body .phantom-attachments ul li:last-child .list-item,
body .phantom-attachments.it-list-wrapper .it-list .list-item {
  padding: 0 15px;
  margin-top: 0;
}

body .phantom-attachments.it-list-wrapper .it-list .list-item:hover {
  box-shadow: none;
}

/* text attachment */
body .it-list-wrapper.phantom-attachments .it-list .list-item .text,
body .it-list-wrapper.phantom-attachments .it-list .list-item:hover .text {
  color: #000;
}

/* hover  */
body .it-list-wrapper.phantom-attachments .it-list .list-item:hover {
  text-decoration: underline;
}
