.plan-module-with-cards {
	padding: 0 20px;
	opacity: 0;
	transition: opacity 0.1s;
}

.plan-module-with-cards.loaded {
	opacity: 1;
}

.plan-module-with-cards .card {
	width: 100%;
	max-width: 390px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px 0 #9e9e9e;
	box-shadow: 0 0 10px 0 #9e9e9e;
	padding: 30px;
	align-items: stretch;
	justify-content: space-between;
}

.plan-module-with-cards .plan.card .view-this-plan.show-family {
	transition: all 0.5s;
	background-color: #fff;
	color: var( --wp--preset--color--primary, #2445EA );
	border-color: var( --wp--preset--color--primary, #2445EA );
	font-size: 14px;
	padding: 5px 10px;
	font-weight: var(--wp--custom--heading--typography--font-weight);
}

.plan-module-with-cards .card-details {
	width: 100%;
}

.plan-module-with-cards .billed-annually {
	padding-right: 10px;
}

.plan-module-with-cards .plan.card .dp-button {
	margin-top: 10px;
}

.plan-module-with-cards .card.disclaimer {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-top: 5px;
}

.plan-module-with-cards .card.disclaimer p {
	font-size: 10px;
	text-align: center;
	line-height: 2;
}

@media (min-width: 1480px) {
	.plan-module-with-cards {
		padding: 0;
	}
}
