.meyne-featured-comment {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 12px 0;
	position: relative;
}

/* STACKED */

.meyne-featured-comment--stacked {
	display: block;
	text-align: center;
}

.meyne-featured-comment--stacked .meyne-fc-rating {
	color: var(--global-palette1);
	margin-bottom: 4px;
}

.meyne-featured-comment--stacked .meyne-fc-author {
	font-family: var(--sans-serif);
	font-size: 12px;
	font-weight: 700;
}

.double-featured-comment h2 {
	background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/pink-underline.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.double-featured-comment h2 span {
	display: inline-block;
	content:'';
	background-image: url(/wp-content/plugins/handle-the-heat-plugin/images/heart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 48px;
	height: 42px;
	margin-bottom: -10px;
}

@media (max-width: 766px) {
	.double-featured-comment .kt-row-column-wrap.kt-has-2-columns > .wp-block-kadence-column:first-child {
		position: relative;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.double-featured-comment .kt-row-column-wrap.kt-has-2-columns > .wp-block-kadence-column:first-child::after {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 2px;
		background-image: url('/wp-content/plugins/handle-the-heat-plugin/images/divider-line-horizontal.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		pointer-events: none;
	}
}

@media (min-width: 767px) {
	.meyne-featured-comment--stacked .meyne-fc-content {
		padding: 0 20px;
	}

	.double-featured-comment .kt-row-column-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 2px; 
		transform: translateX(-50%);
		background: url('/wp-content/plugins/handle-the-heat-plugin/images/divider-line.svg') center center / contain no-repeat;
		pointer-events: none;
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.meyne-featured-comment--stacked .meyne-fc-content {
		font-size: 16px;
	}
}

/* INLINE */

.meyne-featured-comment--inline {
	border-radius: 15px; 
	margin: 70px 0 8px;
	background: #FCEEE9;
	align-items: center;
}

.meyne-featured-comment--inline .meyne-fc-body {
	padding: 8px 18px 20px;
}

.meyne-featured-comment--inline .meyne-fc-side {
	position: absolute;
	text-align: center;
	max-width: 120px;
	top: -40px;
	left: 50%;
	transform: translate(-50%);
}

@media (min-width: 767px) {
	.meyne-featured-comment--inline {
		margin: 14px 25px 24px 0;
		padding: 30px;
	}
	
	.meyne-featured-comment--inline .meyne-fc-image img {
		border-radius: 15px;
	}

	.meyne-featured-comment--inline .meyne-fc-body {
		padding: 16px 0;
	}

	.meyne-featured-comment--inline .meyne-fc-content {
		padding-right: 70px;
	}

	.meyne-featured-comment--inline .meyne-fc-side {
		right: -30px;
		left: auto;
		top: 10px;
		padding: 5px;
	}
	
	.meyne-featured-comment--inline .meyne-fc-label {
		margin-top: 0;
	}
	
	.meyne-featured-comment--inline .meyne-fc-side::after {
		content: '';
		position: absolute;
		right: 5px;
		top: 98%;
		width: 25px;
		height: 20px;
		background: var(--global-palette1);
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}
}

.meyne-featured-comment--inline .meyne-fc-content {
	font-size: 19px;
    line-height: 1.2;
    font-style: italic;
}

.meyne-featured-comment--inline .meyne-fc-author {
	font-family: var(--sans-serif);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.meyne-fc-image {
	flex: 0 0 auto;
}

.meyne-fc-image img {
	display: block;
	width: 100%;
	max-width: 180px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	height: auto;
	border-radius: 15px 0 0 15px;
}

@media (max-width: 767px) {
	.meyne-featured-comment:not(.meyne-featured-comment--stacked) {
		flex-wrap: wrap;
	}

	.meyne-fc-image {
		width: 100%;
		flex: 0 0 100%;
	}

	.meyne-fc-image img {
		display: block;
		width: 100%;
		max-width: none;
		aspect-ratio: 4 / 3;
		object-fit: cover;		
		height: auto;
		border-radius: 15px 15px 0 0;
	}
}

.meyne-fc-body {
	flex: 1 1 auto;
	min-width: 0;
}

.meyne-fc-content > *:first-child {
	margin-top: 0;
}

.meyne-fc-content > *:last-child {
	margin-bottom: 0;
}

.meyne-fc-author {
	margin-top: 0.5rem;
}

.meyne-fc-side {
	position: relative;
	flex: 0 0 auto;
	min-width: 140px;
	text-align: right;
	background: var(--global-palette1);
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}

.meyne-fc-label {
	margin-top: 0.25rem;
	font-size: 9px;
	font-family: var(--sans-serif);
	text-transform: uppercase;
	font-weight: 700;
}

.meyne-fc-rating {
	line-height: 1;
}

.meyne-fc-stars {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	line-height: 1;
	white-space: nowrap;
}

.meyne-fc-stars__bg {
	opacity: 0.2;
}

.meyne-fc-stars__fg {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.meyne-featured-comment:not(.meyne-featured-comment--stacked) {
		flex-wrap: wrap;
	}
}