/* _content/LeadBanque/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u4iqdwdzzd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-u4iqdwdzzd] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/LeadBanque/Components/Layout/NavMenu.razor.rz.scp.css */
.lb-scope-band[b-lxvb7h17mb] {
    margin: 8px 10px 4px;
    padding: 10px 12px;
    background: var(--mud-palette-primary-hover);
    border-left: 3px solid var(--mud-palette-primary);
    border-radius: 0 4px 4px 0;
}
/* _content/LeadBanque/Components/Pages/Leads/Detail.razor.rz.scp.css */
/* Single-lead detail — phone-first tweaks.
   Scoped to this page; only active at phone width (<600px). Desktop is unchanged. */
@media (max-width: 599.98px) {

    /* Header: stack the lead info above its action buttons instead of
       squeezing the button row in beside the company name. */
    .lead-detail-header[b-zqi5qkib8r] {
        flex-direction: column;
        gap: 12px;
    }

    /* Action buttons span the full width and stack into large, easy tap targets. */
    .lead-detail-actions[b-zqi5qkib8r] {
        width: 100%;
    }

    .lead-detail-actions[b-zqi5qkib8r]  .mud-button-root {
        flex: 1 1 100%;
    }
}
