/* @group @m-hero-body */

.m-hero-body-primary {
align-self: center;
display: grid;
align-items: center;
grid-template-columns: 12rem 1fr;
grid-template-rows: auto auto auto auto;
gap: 1.5rem;
color: var(--color-white);
}

.a-hero-label {
grid-column: 1 / 3;
grid-row: 2;
}

.a-hero-sublabel {
grid-column: 1 / 3;
grid-row: 1;
}

.a-hero-overview {
grid-column: 1 / 3;
grid-row: 3;
}

.a-hero-footer {
grid-column: 1;
grid-row: 4;
}

/* @end @m-hero-body */

/* @group @variables */

[class*="m-hero-body"] {
--head-1-margin-bottom: 0;
--head-1-margin-bottom: 0;
--text-block-margin-bottom: 0;
--head-1-font-size: 3rem;
--head-1-line-height: 1.125;
--head-1-font-weight: 500;

--head-2-font-size: 1.25rem;
--head-2-line-height: 1.5;
--head-2-font-weight: 500;
}

/* @end @variables */

/* @group @a-hero-label */

[class*="a-hero-label"] small {
display: block;
font-size: 1.125rem;
line-height: 1.666666667;
}

/* @end @a-hero-label */

/* @group @a-hero-sublabel  */

[class*="a-hero-sublabel"] {
display: table;
width: fit-content;
padding: .1875rem 1.5rem;
box-shadow: 0 0 0 1px currentColor;
font-size: .75rem;
line-height: 1.5;
color: var(--color-white);
}

/* @end @a-hero-sublabel  */