
/* LIFE VAULT on a white canvas, at her request.
   THREE layers were tinted, not one: the page itself (#F8F7F4), the island's own
   `.min-h-screen` wrapper (#FFFCF7) and the "My vault" panel (#FBF8F2). Whitening
   only the page would have left two visible bands, the same pattern as Tap & Talk
   and the profile. */
#page-life-vault,
#page-life-vault #lifeVaultReact .min-h-screen{
  background-color:#FFFFFF !important;
}
/* "My vault" keeps a definition instead of a fill, so its rows still lift off the
   canvas now that both are white */
#page-life-vault #lvxSec .lvx-att{
  background-color:#FFFFFF !important;
  border-color:#E8E4DC !important;
}
/* the item cards inside it need their own edge for the same reason */
#page-life-vault #lvxSec .lvx-item{ border-color:#E8E4DC !important; }
/* DELIBERATELY LEFT: the cream `#F1EEDC` Life Vault + Life Log panel and the sage /
   peach status cards in the island are intentional colour, not canvas. */

/* the island below carries its own generous top padding on top of the landing's
   bottom margin — halved so the page does not open with two large gaps */
#page-life-vault #lifeVaultReact .min-h-screen{ padding-top:12px !important; }
