url-or-page-controller {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #E4F5FC;
}

url-or-page-controller .w-field--choice_field .w-field__input > div {
    display: flex;
}

url-or-page-controller .w-field--choice_field .w-field__input > div > * + * {
    margin-left: 20px;
}

url-or-page-controller .w-field--choice_field .w-field__input label {
    display: flex;
    align-items: center;
    justify-content: center;
}
