
.cms-edit-button, .cms-save-button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.cms-save-button {
    right: 120px;
}

[contenteditable="true"] {
    outline: 2px dashed #007bff;
    outline-offset: 2px;
}
