.tny-price-gate {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.28em;
	align-items: baseline;
	max-width: 100%;
	color: #4d574f;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	white-space: normal;
}

.tny-price-gate .tny-price-gate__link {
	color: #2f6f32;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.tny-price-gate .tny-price-gate__link:hover {
	color: #235826;
}

.tny-price-gate .tny-price-gate__link:focus-visible {
	border-radius: 2px;
	outline: 3px solid rgba(47, 111, 50, 0.24);
	outline-offset: 3px;
}

.products .tny-price-gate,
.wc-block-grid__products .tny-price-gate,
.related.products .tny-price-gate,
.upsells.products .tny-price-gate {
	justify-content: center;
}

.tny-review-gate {
	max-width: 620px;
	margin: 12px 0 4px;
	padding: 22px;
	border: 1px solid rgba(47, 111, 50, 0.2);
	border-radius: 8px;
	background: #f7faf7;
	color: #343b35;
	font-family: inherit;
}

.tny-review-gate strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.35;
}

.tny-review-gate p {
	margin: 0 0 16px;
	color: #59625a;
	line-height: 1.6;
}

.tny-review-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tny-review-gate__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid #2f6f32;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tny-review-gate__button--primary,
.tny-review-gate__button--primary:hover {
	background: #2f6f32;
	color: #fff;
}

.tny-review-gate__button--secondary {
	background: #fff;
	color: #2f6f32;
}

.tny-review-gate__button--secondary:hover {
	background: #edf5ee;
	color: #235826;
}

.tny-review-gate__button:focus-visible {
	outline: 3px solid rgba(47, 111, 50, 0.24);
	outline-offset: 3px;
}

body:not(.logged-in) #reviews .comment-form-cookies-consent {
	display: none;
}

@media (max-width: 680px) {
	.tny-price-gate {
		font-size: 13px;
	}

	.tny-review-gate {
		padding: 18px;
	}

	.tny-review-gate__actions {
		flex-direction: column;
	}

	.tny-review-gate__button {
		width: 100%;
	}
}
