.form-columncontrol__wrapper{display:flex;flex-direction:column;justify-content:space-between}
@media only screen and (min-width:600px){.form-columncontrol__wrapper{--kone-layout-column-control-gutter:24px;flex-direction:row;gap:var(--kone-layout-column-control-gutter)}
}
@media only screen and (min-width:1024px){.form-columncontrol__wrapper{--kone-layout-column-control-gutter:40px}
}
.form-columncontrol__column{flex:1 1 100%}
@media only screen and (min-width:600px){.form-columncontrol__column{flex:1 1 50%}
}
.form-columncontrol__column .cmp-button:focus,.form-columncontrol__column .cmp-button:focus-visible{outline-offset:4px;outline:2px solid var(--color-interactive-focus)}