.ck-toolbar {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.ck-toolbar, .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border: 1px solid rgba(194, 194, 194, 0.52) !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-top: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    min-height: 100px;
}

.emailEditor .ck.ck-editor__main>.ck-editor__editable {
    min-height: 250px !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-blurred) {
    border: 1px solid rgba(194, 194, 194, 0.52) !important;
    border-top: none !important;
}

.ck.ck-editor__main>.ck-editor__editable p, p {
    margin: 3px 0px !important;
}
