
#smartchef-container {
    border: 1px solid #ccc;
    padding: 1em;
    max-width: 420px;
    background: #f9f9f9;
}
#smartchef-result {
    margin-top: 1em;
    font-family: sans-serif;
}
#smartchef-result h3 {
    margin-bottom: 0.5em;
}
#smartchef-result ul {
    padding-left: 1.2em;
    margin: 0.5em 0;
}
#smartchef-result li {
    margin-bottom: 0.2em;
}
