/* Shared disclaimer styling — self-contained so it looks right on both the
   Dashboard and Coach Hazel regardless of each page's own tokens. */
.ydg-disc-note{
  font-family:'Inter',-apple-system,"Segoe UI",sans-serif;
  font-size:12px; line-height:1.55; color:#8a887e; margin:0; max-width:760px;
}
.ydg-disc-privacy{ margin-top:9px; }
.ydg-disc-privacy strong{ color:#57564d; }

.ydg-disc-banner{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  background:#16140F; color:#f3f1e9; box-shadow:0 -6px 24px rgba(0,0,0,.28);
}
.ydg-disc-banner__inner{
  max-width:1000px; margin:0 auto; padding:14px 22px;
  display:flex; align-items:center; gap:20px;
}
.ydg-disc-banner__text{
  margin:0; font-family:'Inter',-apple-system,"Segoe UI",sans-serif;
  font-size:13px; line-height:1.55;
}
.ydg-disc-banner__btn{
  flex:none; background:#126433; color:#fff; border:none; border-radius:999px;
  padding:10px 22px; font-size:14px; font-weight:600; font-family:inherit; cursor:pointer;
  transition:background .15s;
}
.ydg-disc-banner__btn:hover{ background:#0c4423; }
.ydg-disc-banner__btn:focus-visible{ outline:2px solid #fff; outline-offset:2px; }

@media (max-width:640px){
  .ydg-disc-banner__inner{ flex-direction:column; align-items:flex-start; gap:11px; padding:14px 18px; }
  .ydg-disc-banner__btn{ align-self:flex-end; }
}
