/* Account Console — header logo replaced by configurable text
   (APP CONSOLE1, deploy.env AT3_CONSOLE_TITLE).
   le-net-proven pattern: brand img content swapped for a text SVG. */
img[src*="logo"], .pf-v5-c-brand {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 20'%3E%3Ctext x='75' y='16' text-anchor='middle' font-family='Inter,system-ui,sans-serif' font-size='13' font-weight='800' letter-spacing='2' fill='rgba(255,255,255,0.85)'%3EAPP CONSOLE1%3C/text%3E%3C/svg%3E") !important;
    height: 20px !important;
    max-width: 150px !important;
}
@media (max-width: 768px) {
    .pf-v5-c-masthead { flex-wrap: nowrap !important; }
    .pf-v5-c-masthead__main { flex-shrink: 0 !important; min-width: 0 !important; }
    .pf-v5-c-masthead__content { flex-wrap: nowrap !important; }
}
