
/* The Medication & Supplements summary card is removed from My Rhythm at her
   request. It is island-rendered and appears on EVERY tab, so it is tagged in JS
   (CSS cannot match on text) and hidden here. The feature itself is untouched —
   page-rhythm-meds still exists and the journey's SUPPORT section still opens it. */
#huRhythmRoot [data-nomeds]{ display:none !important; }
