:host {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    natural-input {
        display: inline-flex;
        flex: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    natural-input:last-of-type {
        flex: 1;
        min-width: 250px;
    }
}
