
.journal-identity {
  font-family: Arial, sans-serif;
  background-color: #e6e6e6;
  padding: 20px;
  max-width: 900px;
  margin: 30px auto;
  border-radius: 6px;
  color: #660000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.journal-identity h2 {
  background-color: #d6d6d6;
  padding: 12px;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  border-left: 5px solid #660000;
  border-radius: 3px;
}

.journal-identity table {
  width: 100%;
  border-collapse: collapse;
}

.journal-identity td {
  padding: 10px 8px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.journal-identity td:first-child {
  font-weight: bold;
  width: 220px;
  color: #333;
}

.journal-identity td a {
  color: #800000;
  text-decoration: underline;
}

.journal-identity td a:hover {
  color: #b30000;
  text-decoration: none;
}

  .custom-menu {
    border: 1px solid #000080;
    width: 100%;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .custom-menu-title {
    background-color: #d3d3d3;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 15px;
    border-bottom: 1px solid #000080;
  }

  .custom-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .custom-menu-list li {
    border-bottom: 1px solid #000080;
  }

  .custom-menu-list li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: darkred;
  }

  .custom-menu-list li a:hover {
    background-color: #e6e6e6;
  }

 .custom-block {
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
  }

  .custom-block .title {
    background-color: #d3d3d3;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 5px;
  }

  .custom-block .content {
    text-align: center;
    padding: 5px;
  }

  .custom-block img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
  }

.editorial-section {
    margin-bottom: 40px;
  }

  .editorial-section h2 {
    background-color: #d3d3d3;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #000080;
    color: #000;
  }

  .editor-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }

  .editor-card img {
    width: 100px;
    height: auto;
    margin-right: 15px;
    border-radius: 5px;
  }

  .editor-info {
    flex: 1;
  }

  .editor-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #000080;
  }

  .editor-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #333;
  }

  .editor-links a {
    margin-right: 10px;
    font-size: 13px;
    color: darkred;
    text-decoration: none;
  }

  .editor-links a:hover {
    text-decoration: underline;
  }

  .pkp_structure_head {
    background-color: #07132B;
  }
  .pkp_site_nav_menu {
    background: #07132B;
  }
