.forum__posting {
&__content {
margin: 2px;
display: flex;
flex-direction: column;
}
&__errors {
font-weight: 700;
color: #a00;
padding: 0 2px 1px;
margin-bottom: 2px;
border-bottom: 1px solid #9475b2;
&__title {
&__input {
width: 100%;
&__text {
min-width: 100%;
max-width: 100%;
min-height: 200px;
&__buttons {