/* Final high-specificity override:
   the field-group color system gives comic-cut-info rows a purple accent with
   a more specific !important selector, so this row needs to beat that rule. */
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue.ccg-comic-cut-info{
  --cc-highlight-accent: #00b7ff !important;
  --ccg-accent: #00b7ff !important;
}

.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue .cc-highlight-icon,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue .cc-highlight-icon .material-symbols-outlined,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue .cc-highlight-label,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue.ccg-comic-cut-info .cc-highlight-icon,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue.ccg-comic-cut-info .cc-highlight-icon .material-symbols-outlined,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue.ccg-comic-cut-info .cc-highlight-label{
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: #00b7ff !important;
  -webkit-text-fill-color: #00b7ff !important;
  fill: #00b7ff !important;
  text-shadow: 0 0 18px rgba(0,183,255,.46) !important;
}

.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue .cc-highlight-value,
.card .cc-highlights-panel .cc-highlight-row.cc-highlight-sets-featuring-this-issue.ccg-comic-cut-info .cc-highlight-value{
  color: rgba(255,255,255,.96) !important;
  -webkit-text-fill-color: rgba(255,255,255,.96) !important;
  text-shadow: none !important;
}
