/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/block-library/custom/pricing-table-card/style.css ***!
  \***********************************************************************************************************************************************************************************************************/
.pricing-table__card {
	display: grid;
	justify-items: center;
	grid-template-rows: subgrid;
	grid-row: span 5;

	text-align: center;

	width: 100%;
	max-width: 20rem;

	border-radius: var(--wp--custom--border-radius);
	box-shadow: var(--wp--custom--card-shadow);

	padding-block: var(--wp--preset--spacing--30);
	margin-bottom: var(--wp--preset--spacing--30);
}

.pricing-table__card > * {
	width: calc(100% - 2 * var(--wp--preset--spacing--30));
}

.pricing-table__card-heading {
	font-size: calc(var(--wp--preset--font-size--huge) * 0.785);
}

.pricing-table__card-button .wp-block-button__link {
	--_padding-inline-start: 1em;
	--_padding-inline-end: 1em;

	width: 100%;
	min-width: initial;
}

.pricing-table__card-additional-info a {
	color: #8a1f0f;
	border-bottom: 1px solid #8a1f0f;
}


/*# sourceMappingURL=style-index.css.map*/