
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-float {
    float: none;
}

.ql-editor img {
    transition: all 0.3s ease;
    cursor: pointer;
}

.ql-editor img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}