.spdm-product-data {
	direction: rtl;
	width: 100%;
	max-width: none;
	margin: 38px 0;
	color: inherit;
	font-family: inherit;
}

.spdm-product-data,
.spdm-product-data * {
	box-sizing: border-box;
}

.spdm-product-data__title {
	margin: 0 0 20px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.25;
}

.spdm-product-data__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	min-width: 0;
	gap: 18px;
}

.spdm-product-data__wide {
	grid-column: auto;
}

.spdm-product-data__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	min-width: 0;
	gap: 14px;
	direction: ltr;
}

.spdm-product-data__highlight,
.spdm-product-data__panel {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-color: color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 13px;
	background: transparent;
	background: color-mix(in srgb, currentColor 3%, transparent);
	color: inherit;
}

.spdm-product-data__highlight {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px;
	direction: rtl;
	text-align: center;
}

.spdm-product-data__highlight strong {
	display: block;
	margin-bottom: 3px;
	color: var(--e-global-color-accent, currentColor);
	font-size: clamp(28px, 4vw, 36px);
	line-height: 1.1;
}

.spdm-product-data__highlight span {
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	opacity: 0.72;
}

.spdm-product-data__panel {
	padding: 22px;
}

.spdm-product-data__panel h3 {
	margin: 0 0 13px;
	color: inherit;
	font-size: 19px;
	line-height: 1.35;
}

.spdm-product-data__panel p {
	margin: 0;
	color: inherit;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.78;
}

.spdm-product-data__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.spdm-product-data table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
}

.spdm-product-data th,
.spdm-product-data td {
	padding: 10px 7px;
	border: 0;
	border-bottom: 1px solid rgba(127, 127, 127, 0.24);
	border-bottom-color: color-mix(in srgb, currentColor 16%, transparent);
	text-align: right;
	vertical-align: top;
}

.spdm-product-data thead th {
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	opacity: 0.65;
}

.spdm-product-data tbody th {
	color: inherit;
	font-weight: 600;
}

.spdm-product-data tbody td {
	color: inherit;
	opacity: 0.78;
}

.spdm-product-data tbody tr:last-child th,
.spdm-product-data tbody tr:last-child td {
	border-bottom: 0;
}

.spdm-product-data__source {
	margin-top: 12px !important;
	color: inherit !important;
	font-size: 11px !important;
	opacity: 0.62 !important;
}

.spdm-product-data__feeding-note {
	margin-top: 14px !important;
}

@media (max-width: 720px) {
	.spdm-product-data {
		margin: 28px 0;
	}

	.spdm-product-data__grid {
		grid-template-columns: 1fr;
	}

	.spdm-product-data__wide {
		grid-column: auto;
	}

	.spdm-product-data__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spdm-product-data__highlight,
	.spdm-product-data__panel {
		padding: 18px;
	}
}

@media (max-width: 420px) {
	.spdm-product-data__highlights {
		grid-template-columns: 1fr;
	}
}
