body {
    background-color: #FAFAFA !important;
}


.bg-header {
    background: linear-gradient(135deg, #0A1D56, #007BFF);
}

.ck-editor__editable {
    min-height: 400px !important;
}

.ck-content figure.image {
    position: relative;
    display: inline-block;
}

.ck-content figure.image .remove-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.ck-content figure.image:hover .remove-btn {
    display: block;
}

figure  {
    margin: 10px  0!important;
}

.c-my-10 {
    margin: 20px 0 !important;
}
