.journal-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.journal-list thead {
  background-color: #005baa;
  color: white;
}

.journal-list th, .journal-list td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.journal-list th {
  text-align: left;
  letter-spacing: 0.5px;
}

.journal-list td {
  color: #333;
}

.journal-list td:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.journal-list tbody tr:hover {
  background-color: #f9f9f9;
}

.journal-list td:first-child:hover {
  background-color: transparent;
  color: #222;
  cursor: default;
}

.journal-list tbody tr:last-child td {
  border-bottom: none;
}

.journal-detail {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
}

.journal-detail {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    font-family: "Segoe UI", sans-serif;
}

.cover-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.journal-title {
    font-size: 30px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 25px;
    text-align: center;
}

.journal-info {
    font-size: 16px;
    color: #333;
}

.journal-meta {
    margin-bottom: 14px;
    line-height: 1.6;
}

.journal-meta strong {
    display: inline-block;
    width: 130px;
    color: #000;
}

.journal-search-form {
    margin-bottom: 40px;
    text-align: center;
}

.journal-search-form input[type="text"] {
    padding: 10px;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.journal-search-form button {
    padding: 10px 20px;
    background-color: #003366;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.journal-search-form button:hover {
    background-color: #0055aa;
}

.journal-detail {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cover-image img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.journal-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.journal-info {
    display: grid;
    gap: 10px;
    font-size: 18px;
}

.journal-meta strong {
    color: #003366;
}
