/* _content/Ayva.Marketing.AI.Legacy/Pages/Index.razor.rz.scp.css */
/* Legacy Marketing.AI landing page (/ai/app) — CSS isolation.

   The restored 2024 surface is a Bootstrap/MudBlazor light card, so the
   horizontal-rule dividers were previously a hardcoded `#E0E0E0` literal.
   Per the no-hardcoded-styling standard the colour now comes from a theme
   token instead of an inline hex value.

   NOTE: --border-color is tuned for the dark glassmorphism theme. A
   dedicated light-surface divider token would render with more contrast on
   this legacy light card; that token lives in the shared
   wwwroot/assets/css/ayva-theme.css (out of this module's scope) and is
   recorded as a deferred cross-cutting change. */
.legacy-divider[b-q68gvt4kom] {
    background-color: var(--border-color);
    border: 0;
    height: 1px;
    opacity: 1;
}
