
/* The Pulse Journal card's lilac gradient placeholder becomes her photograph.
   The box is 140x116 (about 1.21) and the photo is square, so it is set as a
   COVER background centred — a square image letterboxed into a landscape box
   would leave bars, and the subject sits centrally so a centre crop keeps the
   journal, mug and candle. */
#huRhythmRoot [data-pjphoto="1"]{
  background-image:url("assets/img/img-89219ae4cbc6.webp") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-color:#E8EDE4 !important;
}
