.pkp_site_name .is_img img {
  max-height: 179px;
}

.pkp_site_nav_menu {
  display: block;
  background-color: #10259d;
  padding-left: 10px;
  /* color: white; */
}
.ojs-custom-speed-card,
.homepage_about {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid #0056b3; /* Matches typical OJS academic blue - change hex if needed */
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: inherit; /* Inherits your OJS theme font */
}

.ojs-card-title {
  color: #1f2937;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 6px;
}

.ojs-metrics-list {
  list-style: none !important; /* Overrides default theme bullets */
  padding: 0 !important;
  margin: 0 !important;
}

.ojs-metrics-list li {
  padding-left: 18px;
  margin-bottom: 10px;
  color: #4b5563;
  line-height: 1.4;
  font-size: 0.88rem;
}

/* Subtle bullet coloring */
.ojs-metrics-list li::before {

  color: #0056b3;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -2px;
}

.ojs-metrics-list strong {
  color: #111827;
  font-weight: 600;
  display: block; /* Stacks the number on top of the text for narrow sidebars */
  margin-bottom: 2px;
}

.ojs-metrics-list li:last-child {
  margin-bottom: 0;
}

.pkp_block .content ul li {
  line-height: 1.43rem;
  padding: 0;
}

.pkp_brand_footer a {
  display: none;
}

.pkp_structure_footer_wrapper {
  background: #10259d;
}

.pkp_footer_content {
  color: white;
  text-align: -webkit-match-parent;
  /* align-content: revert-layer; */
}

.pkp_navigation_primary > li > a {
  color: white;
}
