.html-content {
	overflow: auto;
	line-height: 1.65;
}

.html-content img,
.html-content video,
.html-content iframe,
.html-content svg {
	max-width: 100%;
	height: auto;
}

.html-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

.ui.card.product .badge.admin-only {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7c3aed;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
}

.ui.card.product .badge.admin-only span {
	color: #fff;
}

.html-content pre,
.html-content code {
	overflow: auto;
	word-break: break-word;
}
