.root {
    color: var(--color-text-secondary);
    text-align: left;
}

/* Terms / Privacy / Telehealth: underlined, in the body's color + weight (Figma "Terms of Service"
   node), whether the host passes <a> or <strong>. */
.root a,
.root strong {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
