.hdp-pt {
	--hdp-pt-border: #e5e7eb;
	--hdp-pt-border-strong: #d3dde3;
	--hdp-pt-featured: #E8F6FC;
	--hdp-pt-section-bg: #f5f9fb;
	--hdp-pt-section-text: #5b6b78;
	--hdp-pt-muted: #69727d;
	--hdp-pt-cta: #F26101;
	--hdp-pt-ink: #1C303F;
	--hdp-pt-label-fr: 1.4fr;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.hdp-pt *,
.hdp-pt *::before,
.hdp-pt *::after {
	box-sizing: border-box;
}

.hdp-pt__grid {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--hdp-pt-border-strong);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.45;
	color: #1C303F;
}

/* Shared column template: feature + N packages */
.hdp-pt__header,
.hdp-pt__row {
	display: grid;
	grid-template-columns: minmax(0, var(--hdp-pt-label-fr)) repeat(var(--hdp-pt-cols, 3), minmax(0, 1fr));
	align-items: stretch;
}

.hdp-pt__header>*,
.hdp-pt__row>* {
	min-width: 0;
	border-bottom: 1px solid #e9eff3;
}

.hdp-pt__feature-column,
.hdp-pt__label {
	padding: 11px 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	background: #fff;
}

.hdp-pt__package-column,
.hdp-pt__package-value {
	padding: 11px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-left: 1px solid var(--hdp-pt-border);
	background: #fff;
}

.hdp-pt__package-column.is-featured,
.hdp-pt__package-value.is-featured {
	background: var(--hdp-pt-featured);
}

.hdp-pt__package-column,
.hdp-pt__package-value,
.hdp-pt__header .hdp-pt__package-column:nth-child(2) {
	border-left: 1px solid transparent !important;
}

/* Package header cells */
.hdp-pt__package-column {
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 18px 16px;
	border-bottom-color: var(--hdp-pt-border-strong);
}

.hdp-pt__feature-column {
	border-bottom-color: var(--hdp-pt-border-strong);
}

.hdp-pt__package-inner {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 8px;
	width: 100%;
}

.hdp-pt__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--hdp-pt-ink);
}

#hdp-pt-2 .hdp-pt__price {
	font-size: 15px;
}

#hdp-pt-2 .hdp-pt__currency,
#hdp-pt-2 .hdp-pt__amount {
	font-size: 19px;
}

.hdp-pt__price {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 3px;
	line-height: 1;
}

.hdp-pt__currency,
.hdp-pt__amount {
	font-size: 24px;
	font-weight: 700;
	color: var(--hdp-pt-ink);
}

.hdp-pt__subtext {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.35;
	color: var(--hdp-pt-muted);
}


.hdp-pt__button {
	display: inline-block;
	margin-top: 0px;
	padding: 10px 22px;
	background: #fff;
	color: #1C303F;
	border: 1.5px solid #1C303F;
	text-decoration: none !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	transition: background-color 0.15s ease;
	width: 100%;
}

.hdp-pt__button:hover,
.hdp-pt__button:focus {
	background: #E8F6FC;
	border-color: #33BBED;
}



.hdp-pt__header .hdp-pt__package-column.is-featured .hdp-pt__button {
	background: var(--hdp-pt-cta);
	color: #fff;
	border: 1.5px solid transparent;
}

.hdp-pt__header .hdp-pt__package-column.is-featured .hdp-pt__button:hover {
	background: #e08920;
	color: #fff;


}



/* Section band — full width */
.hdp-pt__section-title {
	padding: 11px 16px;
	background: var(--hdp-pt-section-bg);
	color: var(--hdp-pt-section-text);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-bottom: 1px solid #e9eff3;
}

.hdp-pt__label {
	text-align: left;
	font-weight: normal;
	justify-content: flex-start;
}

.hdp-pt__label-text {
	vertical-align: middle;
}

.hdp-pt__icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
	vertical-align: middle;
}

.hdp-pt__tooltip {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	border: 1.5px solid #33BBED !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #33BBED !important;
	font-size: 10.5px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	cursor: help !important;
	flex-shrink: 0 !important;
	;
}

.hdp-pt__tooltip::after,
.hdp-pt__icon-tooltip::after,
.hdp-pt__tooltip-text::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	width: max-content;
	max-width: 230px;
	padding: 9px 12px;
	border-radius: 6px;
	background: var(--hdp-pt-ink);
	color: #fff;
	font-size: 12.5px;
	line-height: 1.45;
	font-weight: 400;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
	z-index: 40;
	white-space: normal;
}

.hdp-pt__tooltip:hover::after,
.hdp-pt__tooltip:focus::after,
.hdp-pt__icon-tooltip:hover::after,
.hdp-pt__icon-tooltip:focus::after,
.hdp-pt__tooltip-text:hover::after,
.hdp-pt__tooltip-text:focus::after {
	opacity: 1;
	visibility: visible;
}

/* Keep edge tooltips in viewport */
.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__tooltip::after,
.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__icon-tooltip::after,
.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__tooltip-text::after {
	left: auto;
	right: -4px;
	transform: none;
}

.hdp-pt__text-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
}

.hdp-pt__text-link-label {
	color: inherit;
}

a.hdp-pt__link-icon {
	color: #0f6f99;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
}

a.hdp-pt__link-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

a.hdp-pt__link-icon:hover,
a.hdp-pt__link-icon:focus {
	color: #0f6f99;
}

.hdp-pt__empty {
	color: #c3d0d8;
}

.hdp-pt__icon-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: help;
}

.hdp-pt__tooltip-text {
	position: relative;
	border-bottom: 1px dashed #33bbed;
	cursor: help;
	padding-bottom: 1px;
}

/* Drop bottom border on last row of last section */
.hdp-pt__section:last-child .hdp-pt__row:last-child>* {
	border-bottom: 0;
}

.hdp-pt-editor-notice {
	padding: 16px;
	border: 1px dashed #c3c4c7;
	background: #f6f7f7;
	border-radius: 8px;
}

/* Laptop */
@media (max-width: 1100px) {
	.hdp-pt {
		--hdp-pt-label-fr: 1.25fr;
	}

	.hdp-pt__amount {
		font-size: 24px;
	}

	.hdp-pt__title {
		font-size: 16px;
	}

	.hdp-pt__feature-column,
	.hdp-pt__label,
	.hdp-pt__package-column,
	.hdp-pt__package-value {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/*
 * Tablet / mobile: reflow — no horizontal overflow.
 * Header packages stack; each feature row lists package name + value.
 */
@media (max-width: 760px) {
	.hdp-pt__grid {
		border-radius: 10px;
		overflow: visible;
	}

	.hdp-pt__header {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.hdp-pt__feature-column {
		display: none;
	}

	.hdp-pt__package-column {
		border-left: 0;
		border-bottom: 1px solid var(--hdp-pt-border-strong);
		padding: 16px;
	}

	.hdp-pt__package-column:last-child {
		border-bottom: 1px solid var(--hdp-pt-border-strong);
	}

	.hdp-pt__package-inner {
		align-items: stretch;
		text-align: center;
	}

	.hdp-pt__section-title {
		padding: 12px 14px;
		font-size: 12px;
	}

	.hdp-pt__row {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
		border-bottom: 1px solid #e9eff3;
	}

	.hdp-pt__row>* {
		border-bottom: 0;
		border-left: 0;
	}

	.hdp-pt__label {
		padding: 12px 14px 8px;
		font-weight: 600;
		background: #fff;
	}

	.hdp-pt__package-value {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 8px 14px;
		text-align: left;
		background: #fff;
	}

	.hdp-pt__package-value.is-featured {
		background: var(--hdp-pt-featured);
	}

	.hdp-pt__package-value::before {
		content: attr(data-package);
		flex: 1 1 auto;
		min-width: 0;
		font-size: 13px;
		font-weight: 500;
		color: var(--hdp-pt-muted);
		text-align: left;
	}

	.hdp-pt__package-value>* {
		flex: 0 1 auto;
		max-width: 55%;
		text-align: right;
	}

	.hdp-pt__text-link {
		justify-content: flex-end;
	}

	.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__tooltip::after,
	.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__icon-tooltip::after,
	.hdp-pt__row>.hdp-pt__package-value:last-child .hdp-pt__tooltip-text::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	.hdp-pt__section:last-child .hdp-pt__row:last-child {
		border-bottom: 0;
	}

	.hdp-pt__amount {
		font-size: 26px;
	}

	.hdp-pt__button {
		width: 100%;
		text-align: center;
	}
}