
/* fix ui */
.layout-builder__add-block{background-color: #eff6fcd1;}
.layout-noTitle-fix {
    margin-top: 0px;
}
.layout-builder__add-block {
    flex: 0 !important;
}
#drupal-off-canvas-wrapper .form-select option {
    color: #000000 !important;
}
#drupal-off-canvas-wrapper *, #drupal-off-canvas-wrapper *:not(div) {
    color: #ffffff !important;
}

.layout__region .block h2:not(.content h2){
    margin-top: 0;
	font-weight: bolder;
    font-size: 20px;
}

.layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
    min-width: 700px;
}
