.wp-block-separator {
	border-top: 1px dashed #ccc !important;
}
.wp-block-column.before {
	position: relative;
	border: solid 3px #333;
    padding: 15px 10px;
}
.wp-block-column.before::before {
	position: absolute;
	content: "Before";
	padding: 0 5px;
	top: 4%;
	left: 0%;
	transform: translate(0, -50%);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #333;
	color: #fff;
	background-color: #333;
}
.wp-block-column.after {
	position: relative;
	border: solid 3px #91be1e;
	padding: 15px 10px;
}
.wp-block-column.after::before {
	position: absolute;
	content: "After";
	padding: 0 5px;
	top: 4%;
	left: 0%;
	transform: translate(0, -50%);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #91be1e;
	color: #fff;
	background-color: #91be1e;
}
.wp-block-group.border {
	margin-top: 15px;
	padding: 15px;
	border: solid 1px #c3c3c3;
}
.topics_detail.category a {
	color: #91be1e;
	text-decoration: underline;
}
p.inline a {
	display: inline;
	color: #91be1e;
	text-decoration: underline;
}