<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ck.ck-input-text.resize {
    min-width: 100px;
    width: 100px;
}

.ck-content .image {
    transition: width 0.5s, height 0.5s;
}

.ck-content .image img {
    transition: width 0.5s, height 0.5s;
}

</pre></body></html>