.nelio-content-social-message-editor {

	&__message-editor {
		position: relative;
		margin-bottom: 0.5em;

		textarea {
			height: 5em;
			overflow-y: always;
			resize: none;
		}

		&--is-merged-with-social-profile-selector {

			textarea {
				border-top-left-radius: 0;
				border-top-right-radius: 0;
				margin-top: 0;
			}
		}
	}
}
