.sc-card-537cdba2 {
	border: 1px dashed #ccc;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sc-image-wrap-537cdba2 {
	position: relative;
	width: 100%;
}

.sc-image-wrap-537cdba2 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.sc-badge-537cdba2 {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #ffd700;
	color: #000;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px; /* Or use a starburst clip-path if needed */
    clip-path: polygon(50% 0%, 61% 15%, 79% 10%, 83% 28%, 100% 35%, 90% 50%, 100% 65%, 83% 72%, 79% 90%, 61% 85%, 50% 100%, 39% 85%, 21% 90%, 17% 72%, 0% 65%, 10% 50%, 0% 35%, 17% 28%, 21% 10%, 39% 15%);
}

.sc-badge-537cdba2 i {
	font-size: 20px;
}

.sc-badge-537cdba2 svg {
	width: 20px;
	height: 20px;
	fill: #000;
}

.sc-content-537cdba2 {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sc-title-537cdba2 {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.sc-desc-537cdba2 {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.5;
	flex-grow: 1;
}

.sc-link-537cdba2 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	color: #000;
	margin-top: auto;
}
