.component-builder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.component-section {
    width: 100%;
}

/* Small */
.component-section--small {
    width: 100%;
    max-width: 600px;
}

/* Large */
.component-section--large {
    width: 100%;
    max-width: 900px;
}

/* Full Width */
.component-section--full-width {
    width: 100%;
    max-width: 100%;
}