/* Price Cards for Elementor */
.pce-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	background: #ffffff;
	border: 1px solid #e6e8ef;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 10px 30px rgba(20, 30, 60, .06);
	font-family: inherit;
	box-sizing: border-box;
}

.pce-badge {
	align-self: flex-start;
	background: #5b6c8f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 4px;
}

.pce-title {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f2433;
}

.pce-price {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	line-height: 1;
	margin: 2px 0;
}

.pce-currency {
	font-size: 28px;
	font-weight: 700;
	color: #1f2433;
	align-self: flex-start;
	margin-top: 8px;
}

.pce-amount {
	font-size: 64px;
	font-weight: 800;
	color: #1f2433;
	letter-spacing: -1px;
}

.pce-period {
	font-size: 16px;
	color: #8a90a2;
	margin-left: 4px;
	margin-bottom: 10px;
}

.pce-note {
	margin: 0;
	font-weight: 600;
	color: #2b3142;
	font-size: 15px;
}

.pce-intro {
	margin: 0;
	font-weight: 700;
	color: #2b3142;
	font-size: 16px;
}

.pce-features {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pce-feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #3a4154;
	font-size: 15px;
	line-height: 1.45;
}

.pce-feature--hidden {
	display: none;
}

.pce-card--expanded .pce-feature--hidden {
	display: flex;
}

.pce-check {
	flex: 0 0 auto;
	margin-top: 2px;
	color: #5b6c8f;
	display: inline-flex;
}

.pce-check svg {
	fill: currentColor;
	display: block;
}

.pce-readmore {
	align-self: flex-start;
	background: none;
	border: none;
	padding: 4px 0;
	margin-top: 2px;
	color: #5b6c8f;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pce-readmore:hover {
	opacity: .8;
}

.pce-button {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #5b6c8f;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 16px 28px;
	border-radius: 999px;
	transition: background .2s ease, transform .2s ease;
}

.pce-button:hover {
	background: #4a5a7a;
	color: #fff;
	transform: translateY(-1px);
}
