.elementor-widget-jdw-news-featured-card {
	width: 100%;
	height: 100%;
}

.elementor-widget-jdw-news-featured-card .news-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: var(--jdw-news-featured-radius, 12px);
	overflow: hidden;
	background: var(--jdw-news-featured-bg, #fff);
	box-shadow: var(--jdw-news-featured-shadow, 0 1px 3px rgba(0, 0, 0, .08));
	color: inherit;
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease;
}

.elementor-widget-jdw-news-featured-card .news-card:hover,
.elementor-widget-jdw-news-featured-card .news-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: var(--jdw-news-featured-shadow-hover, 0 8px 24px rgba(0, 0, 0, .12));
	text-decoration: none;
}

.elementor-widget-jdw-news-featured-card .news-card-img {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: var(--jdw-news-featured-image-min-height, 300px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.elementor-widget-jdw-news-featured-card .news-card-body {
	flex: 0 0 auto;
	padding: 20px 24px;
}

.elementor-widget-jdw-news-featured-card .news-card-date {
	margin: 0 0 6px;
	color: var(--jdw-news-featured-date-color, #9ca3af);
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.76;
	letter-spacing: 0;
}

.elementor-widget-jdw-news-featured-card .news-card-title {
	margin: 0 0 6px;
	color: var(--jdw-news-featured-title-color, #111827);
	font-family: var(--e-global-typography-primary-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}

.elementor-widget-jdw-news-featured-card .news-card-excerpt {
	margin: 0;
	color: var(--jdw-news-featured-excerpt-color, #6b7280);
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "Microsoft YaHei", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
}

.elementor-widget-jdw-news-featured-card .jdw-news-featured-card__empty {
	padding: 24px;
	border: 1px dashed #d1d5db;
	border-radius: 12px;
	color: #6b7280;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.elementor-widget-jdw-news-featured-card .news-card-img {
		min-height: 200px;
	}
}

@media (max-width: 480px) {
	.elementor-widget-jdw-news-featured-card .news-card-img {
		min-height: 170px;
	}

	.elementor-widget-jdw-news-featured-card .news-card-body {
		padding: 14px 14px 18px;
	}

	.elementor-widget-jdw-news-featured-card .news-card-date {
		font-size: 11px;
	}

	.elementor-widget-jdw-news-featured-card .news-card-title {
		font-size: 13px;
		line-height: 1.5;
	}
}
