/**
 * Eyecazi Portfolio (Manual) — highlight pill (child theme).
 * Keeps parent theme CSS updates clean.
 */
.portfolio-meta .portfolio-category .dr-epm-highlight {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  padding: 6px 20px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  clear: both;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  background-color: var(--primary);
  cursor: default;
}

.portfolio-meta .portfolio-category .dr-epm-highlight:hover {
  background-color: var(--accent);
}
