/* Start custom CSS */.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-list li {
  margin-bottom: 14px;
}

.doc-list a {
  text-decoration: none;
  color: #111;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  display: inline-block;
  transition: all 0.3s ease;
}

.doc-list a:hover {
  color: #ED3A52; /* subtle gold tone */
  border-bottom-color: #ED3A52;
}/* End custom CSS */