/* Global Custom CSS - Persistent across theme changes */
:root {
  --primary-color: #003d7a;
}
body .site-title a {
  color: var(--primary-color);
  font-size: 0.8em;
  white-space: nowrap;
}
.site-branding .site-identity .site-description {
    font-size: 13px;
}
.custom-logo {
  max-height: 60px;
  width: auto;
}
.site-branding {
  display: flex;
  gap: 10px;
  text-align: left;
}
.site-branding .site-identity .site-title {
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
.post-item .post-item-content .entry-title a,
.post-item.overlay-post .post-item-content .entry-title a:focus,
.post-item.overlay-post .post-item-content .entry-title a:hover,
.post-item.overlay-post .post-item-content .entry-title a {
  text-decoration: none;
}

a.overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.single #primary > article {
  max-width: 1000px;
  margin: auto;
}