.arx-popup-variable {
    max-width: 440px;
    padding: 20px;
}
.arx-popup-body-variable  {
    display: flex;
    flex-wrap: wrap;
}
.arx-popup-body-variable .arx-button-popup,
.arx-content .arx-variable {
    font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background-color: #dae9ff;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    color: #111;
    line-height: 1;
    min-height: initial;
    padding: 4px 10px;
    white-space: nowrap;
    text-transform: none;
    font-weight: normal;
}
.arx-popup-body-variable .arx-button-popup {
    margin-top: 5px;
    margin-right: 10px;
}
.arx-popup-body-variable .arx-button-popup:hover {
    background-color: #e4e4e4;
}
