/* Kad2U V93 — READABLE TEXT COLOR MAPPING
   ---------------------------------------------------------
   Scope: color/readability only. No layout/background changes.

   Rules:
   - Long/body copy uses the customer's Text Color.
   - Primary/Button remain for headings, dates and highlights.
   - Accent is decorative only; it is no longer used for the main invitation sentence.
   --------------------------------------------------------- */

.ewc-public-page{
  --ewc-v93-body-text: var(--ewc-theme-text, var(--text, #3D3D3D));
  --ewc-v93-body-text-rgb: var(--ewc-theme-text-rgb, var(--text-rgb, 61,61,61));
}

/* Main hero invitation sentence — this was incorrectly mapped to Accent in V87. */
.ewc-public-page .ewc-invitation-text{
  color: rgba(var(--ewc-v93-body-text-rgb), .88) !important;
}

/* Keep ordinary explanatory/body copy readable against light or decorative themes. */
.ewc-public-page .ewc-section p,
.ewc-public-page .ewc-invite-wording,
.ewc-public-page .ewc-prayer-text,
.ewc-public-page .ewc-memory-upload p,
.ewc-public-page .ewc-empty-gallery p,
.ewc-public-page .ewc-muted-copy,
.ewc-public-page .ewc-detail-row,
.ewc-public-page .ewc-contact-card p,
.ewc-public-page .ewc-location-section p{
  color: rgba(var(--ewc-v93-body-text-rgb), .84) !important;
}

/* Small metadata stays softer, but still derives from Text Color rather than Accent. */
.ewc-public-page .ewc-date-card span,
.ewc-public-page .ewc-countdown span,
.ewc-public-page .ewc-footer{
  color: rgba(var(--ewc-v93-body-text-rgb), .72) !important;
}

/* Preserve intended theme hierarchy. */
.ewc-public-page .ewc-hero .ewc-kicker,
.ewc-public-page .ewc-countdown strong,
.ewc-public-page .ewc-date-card--split .ewc-date-day{
  color: var(--ewc-theme-primary, var(--primary, #C786A1)) !important;
}

.ewc-public-page .ewc-section-label,
.ewc-public-page .ewc-small-title{
  color: var(--ewc-theme-button, var(--button, var(--primary, #C786A1))) !important;
}
