Hello,
It looks like the recent update to ArcGIS hub as changed the font size and weight of the calcite-card (summary statistic), and I was wondering if there is a way to style it. I can see it is in a #shadow-root (open) but no specific part that I can use to change this new layout.
We prefer how it was displayed before as now it sticks out like a sore thumb on the page.
slot[name="title"]::slotted(*), ::slotted([slot="title"]) {
- margin: 0px;
- font-size: var(--calcite-font-size--2);
- line-height: 1.375;
- font-weight: var(--calcite-font-weight-medium);
Any help would be much appreciated.
Before

After update
