.penci-header-wrap .menu-item a {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.35px !important;
  color: var(--site-primary-color) !important;
  text-transform: none !important;
}

.penci-header-wrap #menu-footer {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.5rem 1.5rem;

  li {
    margin-right: 0 !important;
  }
}

.pb-logo-mobile.penci-header-image-logo a {
  display: flex;
  align-items: center;
}

.penci-header-wrap .penci-header-image-logo img {
  max-height: 1.25rem !important;
  max-width: 100% !important;
  height: 100% !important;
  width: auto !important;

  @media screen and (min-width: 768px) {
    max-height: 2rem !important;
  }
}

.header-classic .post-title:not(.post-image .post-title),
.post-pagination .prev-title,
.post-pagination .next-title,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5 {
  color: var(--text-heading-color) !important;
}

.penci-grid li .item .entry-title a {
  display: block !important;
}

.penci-grid li .item .cat a {
  text-transform: none !important;
}

.cat > a.penci-cat-name:after {
  content: "|" !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  border: none !important;
  transform: none !important;
  top: 0 !important;
  margin-top: 0 !important;
}
