.bx-call-message__scope {
	--call-message__padding-top_body: 14px;
	--call-message__padding-right_body: 14px;
	--call-message__padding-bottom_body: 14px;
	--call-message__padding-left_body: 14px;
	--call-message__padding_body:
		var(--call-message__padding-top_body)
		var(--call-message__padding-right_body)
		var(--call-message__padding-bottom_body)
		var(--call-message__padding-left_body)
	;

	--call-message__border-radius: 10px;

	--call-message__text_primary-color: #333;

	--call-message__font-color_date: rgba(82, 92, 105, 0.40);
}

.bx-call-message__container {
	display: flex;
	flex-direction: column;
	padding: var(--call-message__padding_body);
	border-radius: var(--call-message__border-radius);
}

.bx-call-message__content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.bx-call-message__content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.bx-call-message__icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.bx-call-message__icon--primary {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.49 9.162l2.02 1.47c.611.449.659 1.338.095 1.845-2.113 1.959-5.633 2.719-10.268-2.034C-1.298 5.692-.376 2.29 1.737.332c.563-.507 1.46-.423 1.888.194L5.038 2.53c.495.736.182 1.739-.577 2.23l-.849.55a.427.427 0 00-.144.566 13.974 13.974 0 004.536 4.677.47.47 0 00.58-.12l.599-.824c.524-.718 1.59-.97 2.307-.447z' fill='%2311A9D9'/%3E%3C/svg%3E");
}

.bx-call-message__icon--secondary {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.49 9.162l2.02 1.47c.611.449.659 1.338.095 1.845-2.113 1.959-5.633 2.719-10.268-2.034C-1.298 5.692-.376 2.29 1.737.332c.563-.507 1.46-.423 1.888.194L5.038 2.53c.495.736.182 1.739-.577 2.23l-.849.55a.427.427 0 00-.144.566 13.974 13.974 0 004.536 4.677.47.47 0 00.58-.12l.599-.824c.524-.718 1.59-.97 2.307-.447z' fill='%23959CA4'/%3E%3C/svg%3E");
}

.bx-call-message__icon--danger {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.49 9.162l2.02 1.47c.611.449.659 1.338.095 1.845-2.113 1.959-5.633 2.719-10.268-2.034C-1.298 5.692-.376 2.29 1.737.332c.563-.507 1.46-.423 1.888.194L5.038 2.53c.495.736.182 1.739-.577 2.23l-.849.55a.427.427 0 00-.144.566 13.974 13.974 0 004.536 4.677.47.47 0 00.58-.12l.599-.824c.524-.718 1.59-.97 2.307-.447z' fill='%23FF5752'/%3E%3C/svg%3E");
}

.bx-call-message__icon--active {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.49 9.162l2.02 1.47c.611.449.659 1.338.095 1.845-2.113 1.959-5.633 2.719-10.268-2.034C-1.298 5.692-.376 2.29 1.737.332c.563-.507 1.46-.423 1.888.194L5.038 2.53c.495.736.182 1.739-.577 2.23l-.849.55a.427.427 0 00-.144.566 13.974 13.974 0 004.536 4.677.47.47 0 00.58-.12l.599-.824c.524-.718 1.59-.97 2.307-.447z' fill='%238DBB00'/%3E%3C/svg%3E");
}

.bx-call-message__text {
	font: 13px/normal var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-medium, 500);
	color: var(--call-message__text_primary-color);
	margin-bottom: 2px;
}

.bx-call-message__date {
	color: var(--call-message__font-color_date);
}

.bx-call-message__reaction-list {
	margin-top: 0;
}
