.related-documents {
  border: 2px solid #F5F5F5;
  color: #454E53;
  margin-bottom: 20px;
}
.related-documents .doc-title h2 {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.related-documents .doc-items {
  padding: 20px;
  font-size: 0.875rem;
}
.related-documents .box-icon-doc {
  vertical-align: middle;
  padding: 7px 12px;
  border-color: #D5D5D5;
  background-color: rgba(213, 213, 213, 0.5);
  font-weight: bold;
  color: #1e52d5;
  font-size: 0.75rem;
  width: max-content;
  text-decoration: none!important;
}
.related-documents .box-icon-doc svg {
  fill: #D52B1E;
}
.related-documents .box-title-doc {
  margin-bottom: 10px;
}
.related-documents a {
  text-decoration: none;
}
.related-documents strong {
  font-weight: lighter !important;
}
.related-documents {
  width: 100%;
  min-width: 100px;
  padding: 0px 15px 15px;
  margin: 0px;
  background-color: #f5f5f5;
  color: #454d52;
  border: 1px solid #dadada;
}
@media (min-width: 768px) {
  .related-documents {
    max-width: 210px;
  }
}
.related-documents:empty {
  background: none;
}
.related-documents .doc-title {
  padding: 0px;
}
.related-documents .doc-title h2 {
  text-transform: uppercase;
  font-size: 0.875rem !important;
  font-weight: 200;
  line-height: normal;
  padding: 0px !important;
  margin-bottom: 10px;
}
.related-documents .doc-items {
  padding: 0px  !important;
}
.related-documents .doc-items .box-title-doc {
  font-size: 0.8125rem;
  color: #1e52d5;
  padding: 0px  !important;
}
.related-documents .doc-items .box-icon-doc {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #454d52;
  width: auto;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px 2px 2px 10px;
  font-size: 0.75rem;
  vertical-align: middle;
  font-weight: lighter;
}
.related-documents .doc-items .box-icon-doc:hover {
  text-decoration: underline;
}
