/* Styles carried over from BotleyBlazorDesktop's wwwroot/css/app.css.
   Only the desktop-specific Radzen adjustments are kept: the template
   boilerplate (error UI, validation colors) already exists in app.css,
   and open-iconic is omitted because no component references oi- icons. */

/* T033 (029): reconciled with the Horizon light/dark tokens so dropdown items
   and subtitles follow the active theme instead of being hard-coded black/white
   (white-on-light was invisible). */
.rz-dropdown-item {
    color: var(--hz-text);
}

.rz-text-subtitle2 {
    color: var(--hz-text-muted) !important;
}
