.wsc-f1ef74d1-card {
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.wsc-f1ef74d1-card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

a.wsc-f1ef74d1-card:hover {
	text-decoration: none;
	color: inherit;
}

.wsc-f1ef74d1-media {
	position: relative;
	overflow: hidden;
	height: 240px;
	background-color: #f0f0f0;
}

.wsc-f1ef74d1-media::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.wsc-f1ef74d1-image {
	width: 100%;
	height: 100%;
	transition: opacity 0.4s ease;
}

.wsc-f1ef74d1-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wsc-f1ef74d1-media.wsc-f1ef74d1-video-active .wsc-f1ef74d1-image {
	opacity: 0;
}

.wsc-f1ef74d1-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.wsc-f1ef74d1-media.wsc-f1ef74d1-video-active .wsc-f1ef74d1-video {
	opacity: 1;
}

.wsc-f1ef74d1-body {
	padding: 20px;
}

.wsc-f1ef74d1-title {
	margin: 0 0 8px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.wsc-f1ef74d1-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
}
