@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ahcwvxswmj] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ahcwvxswmj] {
    flex: 1;
}

.navbar-brand[b-ahcwvxswmj] {
    font-weight: bold;
}

.footer[b-ahcwvxswmj] {
    border-top: 1px solid #dee2e6;
}

.footer-content[b-ahcwvxswmj] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.version-info[b-ahcwvxswmj] {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .footer-content[b-ahcwvxswmj] {
        flex-direction: column;
        gap: 0;
    }
    
    .version-info[b-ahcwvxswmj]::before {
        content: "";
        display: none;
    }
    
    /* Remove the dash separator on small screens if it's purely visual text, 
       but since it's in HTML " - ", we can't easily remove it via CSS unless we structured it differently.
       Actually, flex-direction column will put them on new lines, the dash might look weird.
       Let's adjust HTML to handle the separator better or clearer CSS.
    */
}

#blazor-error-ui[b-ahcwvxswmj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ahcwvxswmj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Pages/DettaglioRicettaPubblica.razor.rz.scp.css */
/* DettaglioRicettaPubblica - Stili */
/* /Components/Pages/ProfiloAutore.razor.rz.scp.css */
/* ProfiloAutore - Stili */
/* /Components/Pages/ProfiloUtente.razor.rz.scp.css */
/* ProfiloUtente - Stili */

.profilo-container[b-645athdws5] {
    max-width: 540px;
    margin: 0 auto;
}

/* Anteprima avatar */
.avatar-preview[b-645athdws5] {
    width: 100px;
    height: 100px;
}

.avatar-img[b-645athdws5] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid var(--accent-primary);
}

.avatar-placeholder[b-645athdws5] {
    width: 100px;
    height: 100px;
    background: var(--bg-card);
    border: 3px dashed var(--border-color);
    font-size: 2.5rem;
    color: var(--text-muted);
}

/* Avatar edit area */
.avatar-edit-preview[b-645athdws5] {
    width: 120px;
    height: 120px;
}

.avatar-img-edit[b-645athdws5] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid var(--accent-primary);
    border-radius: 50%;
}

.avatar-placeholder-edit[b-645athdws5] {
    width: 120px;
    height: 120px;
    background: var(--bg-card);
    border: 3px dashed var(--border-color);
    font-size: 3rem;
    color: var(--text-muted);
}

/* Anteprima card */
.anteprima-card[b-645athdws5] {
    border-left: 4px solid var(--accent-primary);
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .profilo-container[b-645athdws5] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
/* /Components/Pages/RicettePubbliche.razor.rz.scp.css */
/* RicettePubbliche - Stili */
