html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: sans-serif;
    overflow: hidden;
}

body {
}

#controls {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#configurator-container {
    height: calc(100vh - 6rem);
}

motive-configurator {
}

input[type="text"] {
    width: 100%;
    padding: 0.4rem;
    font-size: 1rem;
}

