.about_journal {
  display: none;
}

.journal_index {
  padding: 5px 0px 5px;
}
.published-by-year {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.published-by-year h3 {
  color: #0078D7;
  text-align: left;
}

details {
  margin-bottom: 10px;
  cursor: pointer;
}

details summary {
  font-weight: bold;
  color: #0078D7;
}

details ul {
  list-style: none;
  padding-left: 10px;
}

details ul li a {
  text-decoration: none;
  color: #333;
}

details ul li a:hover {
  color: #0078D7;
  text-decoration: underline;
}
