.tax-product_cat .term-description .st-content-table-scroll {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 18px 0;
	overflow-x: auto;
	overflow-y: hidden;
	border: 1px solid #dfe6e2;
	border-radius: 10px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.tax-product_cat .term-description .st-content-table-scroll:focus-visible {
	outline: 3px solid rgba(8, 117, 61, 0.35);
	outline-offset: 3px;
}

.tax-product_cat .term-description .st-content-table-scroll > table {
	width: 100% !important;
	min-width: 600px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: #fff;
}

.tax-product_cat .term-description .st-content-table-scroll > table th,
.tax-product_cat .term-description .st-content-table-scroll > table td {
	box-sizing: border-box;
	padding: 11px 12px !important;
	vertical-align: top;
	white-space: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.tax-product_cat .term-description .st-content-table-scroll {
		margin: 16px 0;
	}

	.tax-product_cat .term-description .st-content-table-scroll > table {
		font-size: 16px !important;
		line-height: 1.55 !important;
	}

	.tax-product_cat .term-description .st-content-table-scroll > table th,
	.tax-product_cat .term-description .st-content-table-scroll > table td {
		font-size: 16px !important;
		line-height: 1.55 !important;
	}
}
