.mpt-wrapper {
	--mpt-green: #1F3A2E;
	--mpt-red: #C0392B;
	--mpt-card-bg: #FFFFFF;
	--mpt-line: #E7DCC6;
	background-color: #FAF3E7;
	padding: 40px 20px;
	border-radius: 12px;
	font-family: inherit;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
}
.mpt-wrapper *,
.mpt-wrapper *:before,
.mpt-wrapper *:after {
	box-sizing: border-box;
}
.mpt-wrapper ul,
.mpt-wrapper li,
.mpt-wrapper a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none !important;
}
.mpt-wrapper img,
.mpt-wrapper svg {
	max-width: none;
}

/* Squiggle / flourish icon used before "SERVICE" and "ADD-ON SERVICES" headings */
.mpt-squiggle {
	color: var(--mpt-red) !important;
	font-size: 13px;
	margin-right: 8px;
	transform: rotate(-10deg);
	display: inline-block;
}

/* Top tagline row */
.mpt-tagline {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #3a3a3a;
	text-transform: uppercase;
	margin-bottom: 14px;
	flex-wrap: wrap;
}
.mpt-tagline-dash {
	color: #3a3a3a;
}
.mpt-tagline-highlight {
	color: var(--mpt-red);
}

/* Header */
.mpt-header {
	text-align: center;
	margin-bottom: 30px;
}
.mpt-header-title {
	color: var(--mpt-green);
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.mpt-header-subtitle {
	color: #4a4a4a;
	font-size: 16px;
	margin: 0;
}

/* Table layout — bordered box with column dividers, wraps based on actual
   rendered width (works even inside Elementor's scaled editor preview) */
.mpt-table {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0 !important;
	align-items: stretch;
	width: 100%;
	border: 1px solid var(--mpt-line);
	border-radius: 14px;
	background: transparent;
	position: relative;
}

/* Left service column */
.mpt-service-col {
	background: transparent !important;
	border-right: 1px solid var(--mpt-line);
	padding: 26px 18px;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--mpt-green);
	flex: 1 1 170px !important;
	min-width: 150px;
	max-width: 230px;
	box-sizing: border-box;
}
.mpt-service-heading {
	display: flex;
	align-items: center;
	font-weight: 800;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: var(--mpt-green);
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--mpt-green);
	text-transform: uppercase;
}
.mpt-service-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	margin-bottom: 8px;
	border-top: none;
	border-radius: 8px;
	background: var(--mpt-green) !important;
	color: #fff;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.25;
}
.mpt-service-row:last-child {
	margin-bottom: 0;
}
.mpt-service-icon {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mpt-service-icon svg,
.mpt-service-icon i {
	font-size: 16px;
	color: #fff;
}

/* Plan columns */
.mpt-plan-col {
	background: transparent !important;
	border-right: 1px solid var(--mpt-line);
	padding: 24px 14px;
	text-align: center;
	position: relative !important;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	min-width: 130px;
	flex: 1 1 130px !important;
	box-sizing: border-box;
}
.mpt-plan-col:last-child {
	border-right: none;
}
.mpt-plan-col.mpt-best {
	background: var(--mpt-card-bg) !important;
	border: 2px solid var(--mpt-red) !important;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(192, 57, 43, 0.16);
	z-index: 2;
}
@media (min-width: 700px) {
	.mpt-plan-col.mpt-best {
		margin: -18px -1px;
		padding-top: 34px;
		padding-bottom: 34px;
	}
}
.mpt-badge {
	position: absolute !important;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--mpt-red);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 5px 14px;
	border-radius: 20px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 5px;
}
.mpt-plan-name {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 4px;
	color: var(--mpt-green);
}
.mpt-theme-red .mpt-plan-name {
	color: var(--mpt-red);
}
.mpt-plan-note {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #8a8a8a;
}
.mpt-price {
	font-size: 30px;
	font-weight: 800;
	color: var(--mpt-green);
	line-height: 1;
	margin: 6px 0;
}
.mpt-theme-red .mpt-price {
	color: var(--mpt-red);
}
.mpt-price-period {
	font-size: 12px;
	font-weight: 500;
	color: #8a8a8a;
	display: block;
}
.mpt-price-desc {
	font-size: 11px;
	color: #666;
	margin-bottom: 8px;
	line-height: 1.4;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mpt-plan-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--mpt-green);
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 8px auto;
	flex: 0 0 auto;
}
.mpt-theme-red .mpt-plan-icon {
	background: var(--mpt-red);
}
.mpt-plan-icon svg,
.mpt-plan-icon i {
	color: #fff;
	font-size: 17px;
}
.mpt-rows {
	width: 100%;
	margin: 8px 0 0;
}
.mpt-row {
	padding: 12px 0;
	border-top: 1px solid #EFE7D8;
	font-size: 14px;
	font-weight: 700;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1a1a;
}
.mpt-row-check {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--mpt-red) !important;
	color: #fff !important;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mpt-row-dash {
	color: #cfcfcf;
	font-size: 18px;
}
.mpt-row-custom {
	color: #1a1a1a;
	font-weight: 800;
}
.mpt-button {
	display: block !important;
	width: 100%;
	margin-top: auto;
	padding: 12px 0;
	border-radius: 6px;
	background: var(--mpt-green) !important;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	text-align: center;
	transition: opacity 0.2s ease;
	box-shadow: none !important;
}
.mpt-theme-red .mpt-button {
	background: var(--mpt-red) !important;
}
.mpt-button:hover {
	opacity: 0.85;
	color: #fff !important;
}

/* Add-ons */
.mpt-addons {
	margin-top: 24px;
	background: transparent;
	border: 1px solid var(--mpt-line);
	border-radius: 14px;
	padding: 22px 26px;
}
.mpt-addons-heading {
	display: flex;
	align-items: center;
	font-weight: 800;
	color: var(--mpt-red);
	letter-spacing: 1px;
	font-size: 12.5px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.mpt-addons-list {
	display: flex !important;
	flex-wrap: wrap;
}
.mpt-addon-item {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 260px;
	padding: 6px 22px;
}
.mpt-addon-item:first-child {
	padding-left: 4px;
}
.mpt-addon-item:not(:first-child) {
	border-left: 1px solid var(--mpt-line);
}
.mpt-addon-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--mpt-red);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.mpt-addon-icon svg,
.mpt-addon-icon i {
	color: #fff;
	font-size: 16px;
}
.mpt-addon-text {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #333;
}
.mpt-addon-text strong {
	font-weight: 700;
}
.mpt-addon-price {
	font-weight: 800;
	color: var(--mpt-red);
	font-size: 16px;
	margin-left: auto;
	white-space: nowrap;
}

/* On genuinely small real browser widths, hide the label column entirely
   since each stacked card already only needs its own values. */
@media (max-width: 560px) {
	.mpt-service-col {
		display: none !important;
	}
	.mpt-addon-item:not(:first-child) {
		border-left: none;
		border-top: 1px solid var(--mpt-line);
		padding-top: 14px;
		margin-top: 8px;
	}
}
