.format-chat{
	.cms-post-content{
		> p{
			&:nth-child(odd){
				text-align: start;
				display: inline-block;
				background: var(--color-accent);
				color: $white;
				padding: 10px 15px;
			}
			&:nth-child(even){
				text-align: end;
			}
		}
	}
}