.minga-pricing-card {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #c2ceda;
	border-radius: 12px;
	background-color: white;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0px;
}

body h3.minga-pricing-card--tier {
	font-weight: 800;
	color: #003366;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f2f5f7;
	padding: 20px;
	margin-bottom: 0;
	
}
.minga-pricing-card--tier_mobile_trigger {
}
.minga-pricing-card--description {
	position: relative;
	color: #33485d;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	padding: 15px 20px;
}
.minga-pricing-card--dotted_border {
	position: relative;
}
.minga-pricing-card--dotted_border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat-x;
	background-position: contain;
	width: 100%;
	height: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDIiPjxjaXJjbGUgY3g9IjEiIGN5PSIxIiByPSIxIiBmaWxsPSIjYzJjZWRhIi8+PC9zdmc+");
}
.minga-pricing-card--additional_content {
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}
.minga-pricing-card--additional_content h5 {
	font-weight: 700;
}
.minga-pricing-card--features {
	margin-top: 5px;
	padding-top: 25px;
}
.minga-pricing-card--features ul {
	list-style: none;
	margin-left: 0;
}
.minga-pricing-card--features ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	color: #718499;
	font-size: 15px;
	line-height: 20px;
}
.minga-pricing-card--features ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSI0IiBjeT0iNCIgcj0iNCIgZmlsbD0iIzRCQTBDQiIvPgo8cGF0aCBkPSJNMi4yODU3MSAzLjg0NjY4TDMuNjEyODkgNS4xOTMxOUw1LjcxNDI4IDMuMDYxMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4xNDI4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.minga-pricing-card--cta {
	text-align: center;
	margin-top: 20px;
}
.minga-pricing-card--help {
	margin-top: 25px;
	padding-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.minga-pricing-card--help_description {
	font-weight: 700;
	color: #33485d;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.minga-pricing-card--reveal_trigger {
	text-align: center;
	color: #718499;
	padding: 15px;
	font-weight: 700;
	cursor: pointer;
}
.minga-pricing-card.is-recommended .minga-pricing-card--tier span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}
.minga-pricing-card.is-recommended .minga-pricing-card--tier span:after {
	content: "Recommended";
	text-transform: uppercase;
	color: white;
	background-color: #4ba0cb;
	border-radius: 4px;
	padding: 5px;
	display: inline-block;
	font-size: 12px;
	margin-top: 2px;
}

.minga-pricing-card.is-open .minga-pricing-card--reveal_trigger svg,
.minga-pricing-card.is-open .minga-pricing-card--tier_mobile_trigger{
	transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
	.minga-pricing-card {
		padding: 40px;
		padding-bottom: 84px;
	}
	body h3.minga-pricing-card--tier {
		background-color: unset;
		padding: 0;
		margin-bottom: 15px;
		
	}
	.minga-pricing-card--tier_mobile_trigger {
		display: none;
	}
	.minga-pricing-card--cta {
		width: 100%;
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0px;
	}
	.minga-pricing-card--additional_content {
		display: block !important;
	}
	.minga-pricing-card--additional_content,
	.minga-pricing-card--description {
		padding: unset;
	}
	.minga-pricing-card.is-recommended {
		box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.15);
		height: calc(100% + 50px);
		margin-top: -25px;
		padding-top: 60px;
	}
	.minga-pricing-card.is-recommended .minga-pricing-card--tier span:after {
		display: none;
	}
	.minga-pricing-card.is-recommended:before {
		background-color: #4ba0cb;
		content: "Recommended";
		letter-spacing: 10%;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 5px 10px;
	}
	.minga-pricing-card--reveal_trigger {
		display: none;
	}
	.minga-pricing-card--features {
		margin-top: 25px;
	}
}
