.journal-spec {
  margin-top: 30px;
}

.journal-spec table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.journal-spec td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.button-wrap {
  margin-top: 15px;
  text-align: center;
}

.open-access-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e3d59;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.open-access-button:hover {
  background-color: #163042;
}

.open-access-policy {
  margin-top: 40px;
  background-color: #f9f9f9;
  padding: 20px;
  border-left: 5px solid #1e3d59;
  border-radius: 5px;
}

.open-access-policy h2 {
  color: #1e3d59;
}

.open-access-policy a {
  color: #1e3d59;
  font-weight: bold;
  text-decoration: underline;
}
