.container{
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.buttonBar{
    display: flex;
    padding:8px 0px;
    gap:0px 8px;
}

.editorButton{
    background-color: white;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.editorButtonSvg{
    width: 20px;
    height: 20px;
}

.body{
    width: 100%;
    height: 240px;
    resize: none;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #E5E5E5;
}