.ce_cronos_app {
	border: 3px solid lightgray;
	border-radius: 1px;
	background-color: white;
}

.ce_cronos_app .product_link {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 2em;
	padding: 1em;
}

.ce_cronos_app .text_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ce_cronos_app .product_description {
	display: flex;
}

.ce_cronos_app .product_name {
	font-weight: bold;
}

.ce_cronos_app .product_type {
	border-bottom: 2px solid var(--cronos-color);
	font-size: 14px;
	font-weight: 100;
	width: fit-content;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.ce_cronos_app:not(.highlight) .image_container {
	flex: 0 0 100px;
}

.ce_cronos_app:not(.highlight) .image_container img {
	width: auto;
	height: 100px;
}

.ce_cronos_app.ce_cronos_app.highlight {
	height: 100%;
}

.ce_cronos_app.ce_cronos_app.highlight .image_container .badge {
	position: absolute;
	bottom: 30%;
	right: 0;
	width: 49%;
}

.ce_cronos_app.ce_cronos_app.highlight .image_container .badge:nth-of-type(2) {
    left: 0;
}

.ce_cronos_app:not(.highlight) .image_container .badge {
	position: absolute;
	bottom: 25%;
	right: 0;
	width: 80%;
}

.ce_cronos_app:not(.highlight) .image_container .badge:nth-of-type(2) {
    bottom: -5%;
}

.ce_cronos_app:not(.highlight) .image_container .badge img {
	width: auto;
	height: auto;
}

.ce_cronos_app.highlight .product_link {
	flex-direction: column;
}

.ce_cronos_app.highlight .product_description {
	flex-direction: column;
}

.ce_cronos_app.highlight .product_name {
	font-size: 1.5em;
}

.ce_cronos_app.highlight .product_link {
	padding: 1.5em;
}

.ce_cronos_app.highlight .product_type {
	margin-bottom: 20px;
}
.ce_cronos_app.highlight .text_container {
	padding-bottom: 1.5em;
}
.ce_cronos_app.highlight .read_more {
	text-transform: uppercase;
	position: absolute;
	bottom: 1.5em;
}
