 /* Text Editor Styles */ .mf-input:focus { outline: none; border-color: #4a90e2; } .text-editor:focus { border-color: #1e88e5; box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2); } .text-editor-button:hover { background-color: #e0e0e0; } .text-editor-button.active { background-color: #ddd; color: #1e88e5; } @media (max-width: 600px) 