.c-example-image-editor-page-component {
    max-width: 800px;
}

.c-example-image-editor-page-component__image-editor {
    background: grey;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.c-example-image-editor-page-component__rendered-tote-bag-image {
    display: block;
}

.c-example-image-editor-page-component__button_container {
    display: flex;
    flex-wrap: wrap;
}

.c-example-image-editor-page-component__button_container button {
    margin-right: 1em;
    margin-bottom: 1em;
}

.c-example-image-editor-page-component__border-control {
    margin-bottom: 0;
}

.c-example-image-editor-page-component__border-inputs {
    display: flex;
    margin-top: 0.75em;
    align-items: flex-start;
    flex-direction: column;
}

.c-example-image-editor-page-component__border-control > legend {
    font-weight: bold;
}

.c-example-image-editor-page-component__slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-example-image-editor-page-component__units {
    margin-top: 1em;
    display: flex;
}

.c-example-image-editor-page-component__units > * {
    display: block;
    margin-right: 1em;
}
