.cm-tout {
	--tw-border-opacity: 1;

	overflow: hidden;
	display: flex;
	height: 100%;
	border-width: 1px;
	border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
	font-family: Mulish, Helvetica, Arial, sans-serif;
	border-radius: 0.25rem;
	flex-direction: column;
	row-gap: 1rem;
}

.cm-tout .cm-tout__image {
	position: relative;
	overflow: hidden;
	padding-bottom: 110%;
}

.cm-tout .cm-tout__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
	object-fit: cover;
}

.cm-tout .cm-tout__content {
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
	row-gap: 0.5rem;
}

.cm-tout .cm-tout__content .cm-tout__heading {
	--tw-text-opacity: 1;

	margin: 0;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
	.cm-tout .cm-tout__content .cm-tout__heading {
		font-size: 20px;
		line-height: 24px;
	}
}

.cm-tout .cm-tout__content .cm-tout__caption {
	--tw-text-opacity: 1;

	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.cm-tout .cm-tout__cta {
	margin-top: auto;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 14px;
	line-height: 20px;
}

.cm-tout .cm-tout__cta a {
	display: block;
	line-height: 1.25;
}

.cm-tout .cm-tout__cta a > span:first-child {
	font-weight: 700;
	text-decoration-line: underline;
}
