/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout styles live in wwwroot/css/app.css so shared components use one visual system. */
/* /Layout/NavMenu.razor.rz.scp.css */
/* Navigation styles live in wwwroot/css/app.css. */
/* /Shared/WordAutocomplete.razor.rz.scp.css */
.autocomplete-wrapper[b-ggrytkne77] {
    position: relative;
}

.autocomplete-input[b-ggrytkne77] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.autocomplete-suggestions[b-ggrytkne77] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
}

    .autocomplete-suggestions li[b-ggrytkne77] {
        padding: 8px 12px;
        cursor: pointer;
    }

        .autocomplete-suggestions li:hover[b-ggrytkne77] {
            background-color: #f0f0f0;
        }
