.huu-uib-pricing-plans-woo {
	--huu-uib-pricing-columns: 3;
	--huu-uib-pricing-columns-tablet: 2;
	--huu-uib-pricing-columns-mobile: 1;
	--huu-uib-pricing-featured: #007721;
}

.huu-uib-pricing-plans-woo .huu-uib-block__inner {
	width: 100%;
}

.huu-uib-pricing-plans-woo .huu-uib-section-intro {
	margin-inline: auto;
	margin-bottom: clamp(24px, 3vw, 42px);
	max-width: 920px;
}

.huu-uib-pricing-plans-woo .huu-uib-section-intro.text-left {
	margin-inline: 0;
}

.huu-uib-pricing-plans-woo__grid {
	display: grid;
	grid-template-columns: repeat(var(--huu-uib-pricing-columns), minmax(0, 1fr));
	align-items: stretch;
}

.huu-uib-pricing-plans-woo__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	height: 100%;
	background: #fff;
	border: 1px solid #dbe4bf;
	border-radius: 28px;
	overflow: hidden;
}

.huu-uib-pricing-plans-woo--equal .huu-uib-pricing-plans-woo__card {
	height: 100%;
}

.huu-uib-pricing-plans-woo__badge-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}

.huu-uib-pricing-plans-woo__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--huu-uib-pricing-featured);
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.huu-uib-pricing-plans-woo__label,
.huu-uib-pricing-plans-woo__title,
.huu-uib-pricing-plans-woo__description,
.huu-uib-pricing-plans-woo__price-box,
.huu-uib-pricing-plans-woo__features,
.huu-uib-pricing-plans-woo__button-wrap {
	position: relative;
	z-index: 1;
}

.huu-uib-pricing-plans-woo__label {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.huu-uib-pricing-plans-woo__title {
	margin: 0 0 14px;
	text-align: center;
	font-size: clamp(28px, 2.8vw, 38px);
	line-height: 1.14;
}

.huu-uib-pricing-plans-woo__description {
	margin: 0 auto 22px;
	max-width: 32ch;
	text-align: center;
	font-size: 18px;
	line-height: 1.65;
}

.huu-uib-pricing-plans-woo__price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 22px;
}

.huu-uib-pricing-plans-woo__price-prefix,
.huu-uib-pricing-plans-woo__price-meta,
.huu-uib-pricing-plans-woo__product-state,
.huu-uib-pricing-plans-woo__editor-warning {
	font-size: 16px;
	line-height: 1.5;
}

.huu-uib-pricing-plans-woo__price-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.huu-uib-pricing-plans-woo__price {
	line-height: 1;
}

.huu-uib-pricing-plans-woo__price-value {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.12em;
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 800;
	line-height: 1;
}

.huu-uib-pricing-plans-woo__price-value .woocommerce-Price-currencySymbol {
	font-size: 0.62em;
}

.huu-uib-pricing-plans-woo__price-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.huu-uib-pricing-plans-woo__features {
	list-style: none;
	padding: 0;
	margin: 0 auto 26px;
	width: min(100%, 28rem);
	display: grid;
	gap: 12px;
}

.huu-uib-pricing-plans-woo__feature {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
}

.huu-uib-pricing-plans-woo__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	line-height: 1.2;
	color: var(--huu-uib-pricing-featured);
}

.huu-uib-pricing-plans-woo__feature-text {
	min-width: 0;
	line-height: 1.55;
}

.huu-uib-pricing-plans-woo__button-wrap {
	margin-top: auto;
	text-align: center;
}

.huu-uib-pricing-plans-woo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.huu-uib-pricing-plans-woo__button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.huu-uib-pricing-plans-woo__empty {
	padding: 22px 24px;
	border: 1px dashed #dbe4bf;
	border-radius: 20px;
	background: #fbfcf7;
}

@media (max-width: 1024px) {
	.huu-uib-pricing-plans-woo__grid {
		grid-template-columns: repeat(var(--huu-uib-pricing-columns-tablet), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.huu-uib-pricing-plans-woo__grid {
		grid-template-columns: repeat(var(--huu-uib-pricing-columns-mobile), minmax(0, 1fr));
	}

	.huu-uib-pricing-plans-woo__description {
		font-size: 16px;
	}

	.huu-uib-pricing-plans-woo__features {
		width: 100%;
	}

	.huu-uib-pricing-plans-woo__button {
		width: 100%;
	}
}
