.j3-cge-item {
	position: relative;
	overflow: hidden;
	padding: var(--j3-cge-box-padding, 16px);
}


.j3-cge-link-overlay {
	position: absolute;
	inset: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.j3-cge-image {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.j3-cge-content:before {
    content: "";
    width: 2px;
    background: #F78F1E;
    position: absolute;
    left: calc(-1 * var(--j3-cge-box-padding-left, 16px));
    height: 100%;
}

.j3-cge-content {
	position: relative;
	z-index: 2;
}

.j3-cge-title {
	font-weight: 600;
	font-size: 16px;
}

.j3-cge-title a,
.j3-cge-title {
	color: inherit;
	text-decoration: none;
}

.j3-cge-title a:hover {
	text-decoration: underline;
}

.j3-cge-description {
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}


