/* Preserve the entire authored cover, including labels close to its edges. */
.art-cover img,
.art-cover--comparison img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Category badges use the existing palette of their actual parent hubs. */
.art-tag[href="/davinci-resolve-fairlight-audio/"] {
  color: var(--yellow);
}
.art-tag[href="/davinci-resolve-tutorial/"] { color: var(--green); }
.art-tag[href="/fix-davinci-resolve/"] { color: var(--red); }
.art-tag[href="/davinci-resolve-export-settings/"] { color: var(--orange); }
.art-tag[href="/davinci-resolve-color-grading/"] { color: var(--pink); }
.art-tag[href="/davinci-resolve-fusion/"],
.art-tag[href="/davinci-resolve-comparisons/"] { color: var(--violet); }

/* Match the Download & Install hub and its homepage route. */
.art-tag[href="/davinci-resolve-download/"] { color: #39dfc0; }
.download-hubup a:hover { color: #39dfc0; }
