[data-dom-id-20411] textarea {
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 15px;
    height: 80px;
    outline: none;
    padding: 10px 14px;
    resize: vertical;
    transition: border-color 0.15s, box-shadow 0.15s;
    width: 100%;
}
