.gcx-product-section {
	--gcx-text-color: inherit;
	--gcx-muted-border-color: rgba(0, 0, 0, 0.08);
	color: var(--gcx-text-color);
	margin: 0 0 1.25rem;
}

.gcx-product-badges {
	--gcx-badge-border-color: currentColor;
	--gcx-badge-background: transparent;
	--gcx-badge-color: inherit;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.75rem 0 1rem;
}

.gcx-product-badge {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--gcx-badge-border-color);
	border-radius: 4px;
	padding: 0.2rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.3;
	color: var(--gcx-badge-color);
	background: var(--gcx-badge-background);
}

.gcx-base-price {
	--gcx-base-price-color: inherit;
	margin: 0.12rem 0 1rem;
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.25;
	color: var(--gcx-base-price-color);
}

.gcx-base-price .woocommerce-Price-amount,
.gcx-base-price .woocommerce-Price-currencySymbol {
	font-size: inherit;
	line-height: inherit;
}

.gcx-base-price__reference {
	white-space: nowrap;
}

.gcx-nutrition-table-wrap {
	--gcx-nutrition-border-color: rgba(0, 0, 0, 0.08);
	--gcx-nutrition-header-background: #147a48;
	--gcx-nutrition-header-color: #fff;
	--gcx-nutrition-row-background: #fff;
	--gcx-nutrition-row-alt-background: rgba(0, 0, 0, 0.035);
	--gcx-nutrition-cell-border-color: rgba(0, 0, 0, 0.07);
	--gcx-nutrition-text-color: inherit;
	--gcx-nutrition-footnote-color: inherit;
	width: 100%;
	margin: 1rem 0 1.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--gcx-nutrition-border-color);
	border-radius: 6px;
	background: var(--gcx-nutrition-row-background);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gcx-nutrition-footnote {
	margin: 0.75rem 0 1.5rem;
	color: var(--gcx-nutrition-footnote-color, inherit);
	font-size: 0.9rem;
	line-height: 1.45;
}

.gcx-nutrition-footnote p {
	margin: 0 0 0.25rem;
}

.gcx-nutrition-image {
	margin: 1rem 0 1.5rem;
}

.gcx-nutrition-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.woocommerce-product-gallery .gcx-nutrition-gallery-image img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
}

.gcx-nutrition-table {
	display: table !important;
	width: 100%;
	min-width: 620px;
	margin: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--gcx-nutrition-text-color);
}

.gcx-nutrition-table thead {
	display: table-header-group !important;
}

.gcx-nutrition-table tbody {
	display: table-row-group !important;
}

.gcx-nutrition-table tr {
	display: table-row !important;
}

.gcx-nutrition-table th,
.gcx-nutrition-table td {
	display: table-cell !important;
	padding: 0.85rem 1rem;
	border: 0;
	border-bottom: 1px solid var(--gcx-nutrition-cell-border-color);
	vertical-align: middle;
	text-align: left;
	word-break: normal;
}

.gcx-nutrition-table thead th {
	font-weight: 700;
	color: var(--gcx-nutrition-header-color);
	background: var(--gcx-nutrition-header-background);
}

.gcx-nutrition-table tbody th {
	font-weight: 700;
	color: inherit;
	background: transparent;
}

.gcx-nutrition-table tbody tr:nth-child(even) {
	background: var(--gcx-nutrition-row-alt-background);
}

.gcx-nutrition-table tbody tr:last-child th,
.gcx-nutrition-table tbody tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 640px) {
	.gcx-nutrition-table-wrap {
		margin-left: -0.25rem;
		margin-right: -0.25rem;
	}

	.gcx-nutrition-table {
		min-width: 560px;
		font-size: 0.88rem;
	}

	.gcx-nutrition-table th,
	.gcx-nutrition-table td {
		padding: 0.7rem 0.8rem;
	}
}
