/* CurioSpark v8.36.2 — Family Portal Welcome Copy + Purple Frame
   Scope: Family Portal presentation and approved parent-facing copy only.
   No scripts, auth, APIs, registration, payment, calendar, or role behavior are changed. */

/* Match the collage frame precisely to the primary Family Details button color. */
body.visual-composition-refresh .fp-dashboard-welcome.fp-welcome-v8362 figure {
  border: 3px solid var(--purple) !important; /* #5F2579 */
  background: var(--purple) !important;
  box-shadow: 0 14px 32px rgba(95, 37, 121, .24);
}

body.visual-composition-refresh .fp-dashboard-welcome.fp-welcome-v8362 figcaption {
  background: var(--purple) !important; /* #5F2579 */
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
}

/* Keep the approved welcome copy warm, readable, and compact. */
body.visual-composition-refresh .fp-welcome-v8362 .fp-community-copy {
  max-width: 62ch;
}

body.visual-composition-refresh .fp-welcome-v8362 .fp-community-copy h2 {
  max-width: 12ch;
  margin-bottom: .7rem;
}

body.visual-composition-refresh .fp-welcome-v8362 .fp-community-copy p:not(.eyebrow) {
  max-width: 60ch;
  margin: 0 0 .72rem;
}

body.visual-composition-refresh .fp-welcome-v8362 .fp-dashboard-actions {
  margin-top: 1.15rem;
}

body.visual-composition-refresh .fp-connect-card .fp-groupme-note {
  color: var(--purple);
  font-weight: 700;
}

@media (max-width: 900px) {
  body.visual-composition-refresh .fp-welcome-v8362 .fp-community-copy h2 {
    max-width: none;
  }

  body.visual-composition-refresh .fp-dashboard-welcome.fp-welcome-v8362 figure {
    border-width: 2px !important;
  }
}
