.chart{--chart-padding: 1rem;--chart-header-margin-bottom: var(--chart-padding);--chart-title-size: .875rem;--chart-table-font-size: .75rem;background-color:var(--chart-background, #fff);border:var(--chart-border, 1px solid #DADFE9);border-radius:var(--chart-border-radius, .625rem);padding:var(--chart-padding)}.chart__header{display:flex;align-items:flex-start;margin-bottom:var(--chart-header-margin-bottom)}.chart__togglers{margin-inline-start:auto;padding-inline-start:1rem;display:flex;gap:.25rem}.chart__title{font-size:var(--chart-title-size)}.chart__inner:not(.active),.chart__table:not(.active){display:none}.chart__legends{display:flex;justify-content:center;white-space:nowrap;font-size:.75rem;margin-top:10px}.chart__legends__inner{display:flex;flex-wrap:wrap;gap:5px 1rem}@media(min-width:1200px){.chart__legends__inner{justify-content:center}}.chart__table{font-size:var(--chart-table-font-size)}.chart__table thead tr :not(:first-child),.chart__table tbody tr :not(:first-child),.chart__table tfoot tr :not(:first-child){text-align:right}.chart__table thead tr td,.chart__table tbody tr td,.chart__table tfoot tr td{font-family:sans-serif;vertical-align:middle}.chart__table thead tr>th,.chart__table thead tr>td,.chart__table tbody tr>th,.chart__table tbody tr>td,.chart__table tfoot tr>th,.chart__table tfoot tr>td{padding:1px 5px}
