/* @group @a-form-label */

[class*="a-form-label"] {
display: flex;
flex-wrap: wrap;
font-size: .75rem;
line-height: 1.5;
color: var(--color-label);
font-weight: 500;
font-variation-settings: "wght" 500;
}

/* @end @a-form-label */