/* attachment item */
body .phantom-attachments ul li:last-child .list-item,
body .phantom-attachments.it-list-wrapper .it-list .list-item {
  border:1px solid #5D91E5;
  border-bottom:1px solid #5D91E5;
  padding: 0 15px;
}

/* 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 {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  border:1px solid #5D91E5;
  background-color: #D3E2FF;
  border-bottom:1px solid #547CDA;
  opacity: 0.8;
  text-decoration: underline;
  color: #5D91E5;

  .text {
    color: #5D91E5;
  }
  svg {
    fill: #5D91E5;
  }
}
