/* ------------------------------------------------------------
	Pricing & Packages for Strata – grid styles (render). BEM: strata-packages.
------------------------------------------------------------ */


.strata-packages .st-badge {
    position: relative;
    top: 0;
    left: 50%;
    margin-top: -0.5rem;
    transform: translate(-50%, calc(-50% - 0.25rem));
    z-index: 1;
}

.strata-packages .st-title {
	margin-bottom: 0;
}

.strata-packages__subtitle {
	color: inherit;
}

.strata-packages__price {
	color: var(--wp--preset--color--primary, #2271b1);
	font-size: 1.25rem;
	font-weight: 600;
}

.strata-packages__description {
	color: inherit;
	font-size: 1rem;
	line-height: 1.5;
}

