.commerce7-signup-summary {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--large, 2rem);
}

.commerce7-signup-summary__title {
	margin: 0;
}

.commerce7-signup-summary__title-plan {
	font-style: italic;
	font-weight: inherit;
}

.commerce7-signup-summary__description {
	margin: 0;
}

.commerce7-signup-summary__description a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.commerce7-signup-summary__card {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--small, 1rem);
}

.commerce7-signup-summary__card-title {
	margin: 0;
}

.commerce7-signup-summary__features {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.commerce7-signup-summary__features li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.35em;
}

.commerce7-signup-summary__features li:last-child {
	margin-bottom: 0;
}

.commerce7-signup-summary__features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3307 4L5.9974 11.3333L2.66406 8' stroke='%23249DEB' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center / contain;
}

.commerce7-signup-summary__features-text,
.commerce7-signup-summary__fee,
.commerce7-signup-summary__fee-disclaimer {
	margin: 0;
}

.commerce7-signup-summary__fee-disclaimer {
	margin-top: var(--wp--preset--spacing--2-xs, 0.5rem);
}

.commerce7-signup-summary-placeholder {
	padding: var(--wp--preset--spacing--medium, 1.5rem);
	border: 1px dashed currentColor;
	border-radius: var(--wp--preset--border-radius--md, 0.25rem);
	opacity: 0.85;
}

.commerce7-signup-summary-placeholder p {
	margin: 0;
}
