  div.subtitle, h2.subtitle { }
  div.content-text { }
  div.content-text ul { }

  .content-text aside.tip { }
  .content-text aside.warning { }

  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }

  .button-wrap .back-button { }
  .button-wrap .back-button svg path { }

  a.tile { }
  a.tile svg path { }

  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }

  div.dropdown-wrap { }
  div.dropdown-wrap li { }

/* Remove strike-through on checked checklist items */
.checklist-item.checked [class*="ItemText"],
.checklist-item.checked [class*="ItemText"]::before,
.checklist-item.checked [class*="ItemText"]::after {
  background-image: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}
.checklist-item.checked {
  text-decoration: none !important;
  text-decoration-line: none !important;
}
.checklist-item.checked [class*="ItemText"] {
  opacity: 1 !important;
}
/* Keep checked checklist items from fading/turning grey */
.stonly-checklist-items .checklist-item.checked {
  opacity: 1 !important;         /* fixes parent-level fading */
  filter: none !important;
}

.stonly-checklist-items .checklist-item.checked [class*="ItemText"],
.stonly-checklist-items .checklist-item.checked .gAiXz {
  color: #26282e !important;        /* or use #26282e to match Stonly body text */
  opacity: 1 !important;         /* fixes text-level fading */
  filter: none !important;
}

