.document-list{
  padding: 1rem;
}

.document-list p{
  margin: 0.5rem 0;
}

.document-list a{
  text-decoration: none;
}

.document-list a:hover{
  text-decoration: underline;
}

.document-container{
    padding: 5px;
}

.truncate-text{
  white-space: normal; 
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 70%;
  display: block;
}

.icon-pdf { width: 30px; height: auto; }
.icon-word { width: 24px; height: auto; }
.icon-excel { width: 30px; height: auto; }
.icon-powerpoint { width: 28px; height: auto; }
.icon-link{ width: 25px; height: auto; }