.nemesfem-price {
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.nemesfem-price:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.10);
}

.nemesfem-price-name {
	margin-bottom: 8px;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.nemesfem-price-value {
	color: #111827;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.nemesfem-price-unit {
	margin-top: 6px;
	color: #64748b;
	font-size: 13px;
}

.nemesfem-price-date {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
	color: #94a3b8;
	font-size: 12px;
}

.nemesfem-price-error {
	padding: 16px;
	border: 1px solid #fecaca;
	border-radius: 12px;
	background: #fef2f2;
	color: #991b1b;
	font-size: 14px;
}

.nemesfem-chart-wrapper {
	position: relative;
	width: 100%;
	margin: 24px 0;
	padding: 24px;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.nemesfem-chart-container {
	position: relative;
	width: 100%;
	height: 420px;
}

.nemesfem-chart-loading {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	color: #64748b;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 18px;
	transition: opacity 0.2s ease;
}

.nemesfem-chart-loading.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.nemesfem-chart {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {

	.nemesfem-price {
		padding: 20px;
	}

	.nemesfem-price-value {
		font-size: 26px;
	}

	.nemesfem-chart-wrapper {
		padding: 16px;
	}

	.nemesfem-chart-container {
		height: 300px;
	}
}
