.elementor-1137 .elementor-element.elementor-element-7966c94{--display:flex;}/* Start custom CSS for html, class: .elementor-element-38ff8bf *//* Main Editor */
#editor {
    font-size: 17px;
    line-height: 1.8;
    min-height: 300px;
    padding: 12px;
    border: 1px solid #aaa;
    border-radius: 6px;
    background: #ffffff;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Buttons */
button {
    padding: 6px 12px;
    margin: 3px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f7f7f7;
}

button:hover {
    background: #e9e9e9;
}

/* Input box */
#username {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Word counter */
#wordCount {
    font-weight: bold;
    color: #333;
}

/* Save status message */
#saveStatus {
    font-size: 14px;
    color: green;
    margin-top: 6px;
}/* End custom CSS */