/* @group @variables */

[class*="m-plan-detail"] {
--head-3-font-family: var(--font-family-heading);
--head-3-font-size: 1.5rem;
--head-3-font-weight: var(--font-weight-bold);
--head-3-font-variation-font-variation-settings: "wght" var(--font-weight-bold);
--head-4-font-family: var(--font-family-heading);
--head-4-font-size: 1.125rem;
--head-4-line-height: 1.33333333;
--head-4-font-weight: 400;
--head-4-font-variation-settings: "wght" 400;
}

/* @end @variables */

/* @group @m-plan-detail */

[class*="m-plan-detail"] {
display: grid;
align-self: start;
grid-auto-flow: row;
grid-auto-columns: 1fr;
gap: 1.125rem;
}

/* @end @m-plan-detail */

/* @group @a-plan-label */

[class*="a-plan-label"] {
margin-bottom: .375rem;
padding-bottom: calc(.75rem - 1px);
border-bottom: 1px solid var(--color-border);
}

/* @end @a-plan-label */