﻿.content_area {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FAFAFA;
	position: relative;
	word-break:break-word;
}

.icon_reaction {
	position: absolute;
	right: 8px;
}

.reaction {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	width: fit-content;
}

.content_area > p{
	margin-bottom: 0 !important;
}