/* ==== Custom Sidebar Style for OJS 3 (Dian Medical Journal) ==== */

.sidebar-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Header */
.sidebar-header {
  background-color: #114D91;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 0;
  font-size: 15px;
}

/* Menu Links */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.sidebar-menu li:last-child {
  border-bottom: none;
}

.sidebar-menu a {
  display: block;
  text-decoration: none;
  color: #114D91;
  font-weight: 600;
  background-color: #e6eef7;
  padding: 12px 15px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 6px;
}

.sidebar-menu a:hover {
  background-color: #114D91;
  color: #ffffff;
  border-left: 4px solid #0a3263;
  transform: translateX(4px);
}

/* ISSN box */
.sidebar-issn {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #333;
}

.sidebar-issn div {
  background-color: #e6eef7;
  color: #114D91;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #114D91;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar-menu a {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/* ==== Tool List Sidebar (Dian Medical Journal) ==== */

.tool-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  text-align: center;
}

.tool-item:last-child {
  border-bottom: none;
}

.tool-logo {
  max-width: 120px;
  height: auto;
  margin: 10px auto;
  display: block;
}

.tool-item h4 {
  color: #114D91;
  margin: 10px 0 5px;
  font-weight: bold;
}

.tool-item p {
  font-size: 14px;
  color: #444;
  margin: 0 0 8px;
  line-height: 1.6;
}

.tool-link {
  color: #114D91;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.tool-link:hover {
  color: #0a3263;
  text-decoration: underline;
}

.quick-access-box {
  border: 2px solid #f3bc45;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  background-color: #fffef9;
  font-family: Arial, sans-serif;
}

.quick-access-header {
  background-color: #f3bc45;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 1px;
}

.quick-access-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-access-menu li {
  border-bottom: 1px solid #f3bc45;
}

.quick-access-menu li:last-child {
  border-bottom: none;
}

.quick-access-menu a {
  display: block;
  color: #114D91;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 600;
  transition: all 0.3s;
}

.quick-access-menu a:hover {
  background-color: #f3bc45;
  color: #fff;
}
