.ocx-card {
	background-color: var(--content-bg-color, #ffffff);
	padding: 1rem;
	margin-bottom: 2rem;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	border-radius: var(--border-radius, 6px);

	p:first-child {
		margin-top: 0;
	}

	p:last-child {
		margin-bottom: 0;
	} 
}