/* _content/EnishiSolo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f3ae2c65sy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f3ae2c65sy] {
    flex: 1;
}

.sidebar[b-f3ae2c65sy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f3ae2c65sy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f3ae2c65sy]  a, .top-row[b-f3ae2c65sy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f3ae2c65sy]  a:hover, .top-row[b-f3ae2c65sy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f3ae2c65sy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f3ae2c65sy] {
        justify-content: space-between;
    }

    .top-row[b-f3ae2c65sy]  a, .top-row[b-f3ae2c65sy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f3ae2c65sy] {
        flex-direction: row;
    }

    .sidebar[b-f3ae2c65sy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f3ae2c65sy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f3ae2c65sy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f3ae2c65sy], article[b-f3ae2c65sy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f3ae2c65sy] {
    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-f3ae2c65sy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EnishiSolo/Components/Sections/Confirmation.razor.rz.scp.css */
.disabled[b-tpabq6laiu] {
    opacity: 0.75;
}

.confirmation-dialog[b-tpabq6laiu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
    text-align: center;
}

    .confirmation-dialog.show[b-tpabq6laiu] {
        opacity: 1;
        visibility: visible;
    }

    .confirmation-dialog .dialog-content[b-tpabq6laiu] {
        background: white;
        border-radius: 0.5rem;
        width: 100%;
        max-width: 640px;
        max-height: 90%;
        overflow: auto;
        margin: 0px 8px;
    }

        .confirmation-dialog .dialog-content .dialog-body[b-tpabq6laiu] {
            padding: 2rem;
        }

        .confirmation-dialog .dialog-content img[b-tpabq6laiu] {
            width: 100%;
            object-fit: cover;
        }

.options-list[b-tpabq6laiu] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

    .options-list li + li[b-tpabq6laiu] {
        margin-top: 0.75rem;
    }

.option-btn[b-tpabq6laiu] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    /* Verde pastello */
    .option-btn.yes[b-tpabq6laiu] {
        background-color: #d4edda;
        color: #155724;
    }

        .option-btn.yes:hover[b-tpabq6laiu] {
            background-color: #c3e6cb;
        }

    /* Rosso pastello */
    .option-btn.no[b-tpabq6laiu] {
        background-color: #f8d7da;
        color: #721c24;
    }

        .option-btn.no:hover[b-tpabq6laiu] {
            background-color: #f1b0b7;
        }

.close-btn[b-tpabq6laiu] {
    margin-top: 1.5rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
}

textarea[b-tpabq6laiu] {
    width: 100%;
    border-radius: 8px;
    border: 1px solid gray;
    padding: 8px;
}
/* _content/EnishiSolo/Components/Sections/WhatCanDoInOmegna.razor.rz.scp.css */
.hsl-about-section-wrapper[b-onx03mbizt] {
    background: white;
}

a[b-onx03mbizt] {
    text-decoration: underline;
    color: #848892;
    transition: all 0.2s;
}

.about-title h2[b-onx03mbizt] {
    margin-bottom: 60px !important;
    padding-bottom: 8px !important;
    font-size: 28px !important;
}

ul[b-onx03mbizt] {
    list-style: none;
    font-size: 16px;
}

li[b-onx03mbizt] {
    margin-bottom: 4px;
}
