/* 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:0px solid #5D91E5;

}

body .phantom-attachments.it-list-wrapper li:last-child .list-item{
  border-bottom:1px solid #5D91E5;
}

/* hover  */
body .it-list-wrapper.phantom-attachments .it-list .list-item:hover {
  border-color: #5D91E5;
  background-color: #D3E2FF;
  opacity: 0.8;
  color: #5D91E5;

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