.ck.ck-style-grid .ck-style-grid__button__preview {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 2.25rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: .25rem;
    background: #fff;
}

.ck.ck-style-grid .ck-style-grid__button__preview > * {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.25rem;
    padding: .35rem .5rem;
    box-sizing: border-box;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-brand-rainbow {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(
        to bottom,
        #505dbb 0 16%,
        #cbcff0 16% 26.5%,
        #97a0e1 26.5% 37%,
        #d6edf9 37% 47.5%,
        #aedcf3 47.5% 58%,
        #d1f2df 58% 68.5%,
        #a3e6c0 68.5% 79%,
        #d2f2ee 79% 89.5%,
        #a5e5de 89.5% 100%
    );
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-lilac-light {
    background-color: #cbcff0;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-lilac {
    background-color: #97a0e1;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-blue-light {
    background-color: #d6edf9;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-blue {
    background-color: #aedcf3;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-green-light {
    background-color: #d1f2df;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-green {
    background-color: #a3e6c0;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-teal-light {
    background-color: #d2f2ee;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-bg-brand-teal {
    background-color: #a5e5de;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-no-wrap,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-no-wrap {
    white-space: nowrap;
    background-color: #f5f7fa;
    position: relative;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-no-wrap::after,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-no-wrap::after {
    content: "No wrap";
    display: inline-block;
    margin-left: .5rem;
    padding: .1rem .35rem;
    border-radius: .25rem;
    background: #505dbb;
    color: #fff;
    font-size: .6875rem;
    line-height: 1.2;
    font-weight: 600;
    vertical-align: middle;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-border-none {
    box-shadow: none;
    background-color: #fff;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-border-light {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.ck.ck-style-grid .ck-style-grid__button__preview table.table-border-strong {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-all,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-none,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-top,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-right,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-bottom,
.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-left {
    border-color: rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-width: 0;
    background-color: #fff;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-all {
    border-width: 1px;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-none {
    border-width: 0;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-top {
    border-top-width: 1px;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-right {
    border-right-width: 1px;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-bottom {
    border-bottom-width: 1px;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-left {
    border-left-width: 1px;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-strong {
    position: relative;
    background-color: #f5f7fa;
}

.ck.ck-style-grid .ck-style-grid__button__preview .cell-border-strong::after {
    content: "2px";
    display: inline-block;
    margin-left: .5rem;
    padding: .1rem .35rem;
    border-radius: .25rem;
    background: #505dbb;
    color: #fff;
    font-size: .6875rem;
    line-height: 1.2;
    font-weight: 600;
    vertical-align: middle;
}