.elementor-widget-jdw-product-country-flags {
	width: 100%;
}

.elementor-widget-jdw-product-country-flags .jdw-product-country-flags {
	--jdw-pcf-top-spacing: 24px;
	--jdw-pcf-list-top-spacing: 16px;
	--jdw-pcf-title-color: #b1b1b1;
	--jdw-pcf-image-height: 24px;
	--jdw-pcf-image-margin: 11.2px;
	--jdw-pcf-image-opacity: .3;
	--jdw-pcf-image-hover-opacity: 1;
	box-sizing: border-box;
	margin-top: var(--jdw-pcf-top-spacing) !important;
}

.elementor-widget-jdw-product-country-flags .platforms-title {
	display: inline-block;
	margin: 0;
	color: var(--jdw-pcf-title-color);
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .12rem;
	text-transform: uppercase;
}

.elementor-widget-jdw-product-country-flags .platforms-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: var(--jdw-pcf-list-top-spacing) 0 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-jdw-product-country-flags .list-inline-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.elementor-widget-jdw-product-country-flags .platform-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: var(--jdw-pcf-image-height);
	margin: 0 var(--jdw-pcf-image-margin);
	opacity: var(--jdw-pcf-image-opacity);
	transition: opacity .3s ease;
}

.elementor-widget-jdw-product-country-flags .platform-image:hover {
	opacity: var(--jdw-pcf-image-hover-opacity);
}

@media (max-width: 1024px) {
	.elementor-widget-jdw-product-country-flags .jdw-product-country-flags {
		display: none !important;
	}
}
