
/* Planner card from her artwork: white, with the illustration in the corner. */
#lvxSec .lvx-bc.is-plan{
  background-color:#FFFFFF !important;
  border-color:#ECE7DD !important;
  background-image:url('assets/img/img-ef06772d3ff4.webp');
  background-repeat:no-repeat;
  /* The card is only ~348px wide here, not the full-width one in her mock, so
     the illustration sits smaller and the text is kept clear of it. */
  background-position:right 12px bottom 10px;
  background-size:72px auto;
  padding-bottom:14px;
}
#lvxSec .lvx-bc.is-plan .lvx-bc-note{ padding-right:78px; }
#lvxSec .lvx-bc.is-plan .lvx-bc-foot{ padding-right:78px; }
#lvxSec .lvx-bc.is-plan .lvx-bc-n{
  font-family:'Playfair Display',Georgia,serif !important;
  letter-spacing:.02em;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
#lvxSec .lvx-bc.is-plan .lvx-bc-c{
  color:#4A6B3F !important; -webkit-text-fill-color:#4A6B3F !important; }
@media (max-width:620px){
  #lvxSec .lvx-bc.is-plan{ background-size:64px auto; }
}
