.cke .wol-editor-background {
    display: flex;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .5rem 0 .25rem;
    white-space: normal;
}
.cke .wol-editor-background label,
.cke .wol-editor-background select {
    font: inherit;
    font-size: 1rem;
    color: #333;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
}
.cke .wol-editor-background select {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .25rem .5rem;
    width: auto;
    height: auto;
}
.cke .wol-editor-background input[type="color"] {
    width: 2.5rem;
    height: 2rem;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.cke .wol-editor-background [hidden] { display: none; }
.cke .wol-editor-background span {
    font-size: .875rem;
    color: #555;
    white-space: normal;
    min-width: 0;
}
.cke .wol-editor-background select:focus-visible,
.cke .wol-editor-background input:focus-visible {
    outline: 2px solid #315581;
    outline-offset: 2px;
}
