/* Variante Desktop compatta: il blocco di accesso diretto coincide con la ricerca. */
.cfo-command-search-shell.cfo-command-search-shell--compact {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cfo-command-search-shell--compact .cfo-command-results {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
}
