/* Besana online editor */ .online-editor { width: 80%; height: 300px; margin: 0 auto; padding: 20px; border-radius: 10px; background-color: #f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); font-family: 'Courier New', Courier, monospace; line-height: 1.6; white-space: pre-wrap; overflow-y: auto; } /* Mistake types styles */ .typo-mistake { text-decoration: underline; text-decoration-color: red; cursor: pointer; position: relative; z-index: 3; } .other-mistake { text-decoration: underline; text-decoration-color: blue; }