/* Hemdox Markdown View — front-end styles */

.hemdox-md-button-wrap {
	margin: 20px 0;
}

.hemdox-md-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 8px;
	background: #111827;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.hemdox-md-button:hover {
	background: #000000;
	color: #ffffff !important;
}

.hemdox-product-card {
	margin: 28px 0;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.hemdox-product-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.hemdox-product-price {
	margin: 0 0 15px;
	font-size: 16px;
}

.hemdox-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 8px;
	background: #16a34a;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 600;
}

.hemdox-product-button:hover {
	background: #15803d;
}
