/* v20 — real deploy fix for the Merry Christmas case title.
   The issue was caused by the tight global case-title line-height, which made the
   second line visually collide with the first line around the word HAPPY. */
.case-title-inner h1.case-title-christmas-fixed,
.case-title-inner h1[data-title-fix="christmas-happy"] {
  line-height: 1.06 !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  max-width: min(86vw, 980px) !important;
}

.case-title-inner h1.case-title-christmas-fixed *,
.case-title-inner h1[data-title-fix="christmas-happy"] * {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

@media (max-width: 900px) {
  .case-title-inner h1.case-title-christmas-fixed,
  .case-title-inner h1[data-title-fix="christmas-happy"] {
    line-height: 1.08 !important;
  }
}
