/* @group @variables */

[class*="a-form-note"] {
--margin-top: .75rem;
--font-size: .75rem;
--line-height: 1.5;
}

[class*="a-view-email"] ~ [class*="a-form-note"] {
--margin-top: .375rem;
}

/* @end @variables */

/* @group @a-form-note */

[class*="a-form-note"] {
margin-top: var(--margin-top);
font-size: var(--font-size);
line-height: var(--line-height);
font-weight: var(--font-weight);
font-variation-settings: var(--font-variation-settings);
}

/* @end @a-form-note */