@mikemccaffrey
What if you add :where() to it?

.something:not(:where(#thisonething))

I had absolutely no idea that the :has() and :not() pseudo selectors in #CSS take on the specificity of whatever selector you pass into them, which is batshit crazy.

I've never encountered issues, because 99% of the time I'm just passing a single class into :not(), but if you do something like this, it is nearly impossible to override:

.something:not(#thisonething)

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascade/Specificity#the_is_not_has_and_css_nesting_exceptions

Specificity - CSS | MDN

Specificity is the algorithm used by browsers to determine the CSS declaration that is the most relevant to an element, which in turn, determines the property value to apply to the element. The specificity algorithm calculates the weight of a CSS selector to determine which rule from competing CSS declarations gets applied to an element.

MDN Web Docs

Isoleucine

ScienceAlert: Cutting Back on One Amino Acid Increases Lifespan of Mice Up to 33%
https://www.sciencealert.com/cutting-back-on-one-amino-acid-increases-lifespan-of-mice-up-to-33

#thisonething #isoleucine

Cutting Back on One Amino Acid Increases Lifespan of Mice Up to 33%

Research in mice shows limited intakes of one particular essential amino acid can slow the impacts of aging and even lengthen their lifespan.

ScienceAlert