.scrolltable{--scrolltable-nav-backgroundcolor:var(--color-body-background);--scrolltable-btn-foregroundcolor:var(--color-body-foreground);--scrolltable-progressbar-height:12px;--scrolltable-buttons-spacing:0;--scrolltable-controls-padding-block:16px;--scrolltable-buttons-height:0;--scrolltable-buttons-gap:0;--scrolltable-button-border:none;--scrolltable-button-width:1em;--scrolltable-button-height:1em;--scrolltable-button-size:24px}.scrolltable table{margin-bottom:0;margin-top:0}.scrolltable__inner{overflow:hidden}.scrolltable__scroller{display:flex;flex-direction:row;margin-bottom:-20px;padding-bottom:20px;position:relative}.scrolltable__scroller:focus-visible{border-radius:0;outline-color:var(--color-border-focus-aa);outline-offset:-2px;outline-style:solid;outline-width:3px}.scrolltable--scroll{max-width:100%}.scrolltable--scroll .scrolltable__scroller{overflow-x:auto;-webkit-overflow-scrolling:touch}.scrolltable--scroll .scrolltable__controls{display:block;pointer-events:auto}.scrolltable__controls{background:var(--scrolltable-nav-backgroundcolor);bottom:0;display:none;margin-top:40px;margin-inline:auto;padding-block:var(--scrolltable-controls-padding-block,16px);pointer-events:none;position:-webkit-sticky;position:sticky;width:100%;z-index:1}@media only screen and (min-width:480px){.scrolltable__controls{width:300px}}.scrolltable__buttons{display:flex;flex-direction:row;gap:var(--scrolltable-buttons-gap);height:var(--scrolltable-buttons-height);margin-top:var(--scrolltable-buttons-spacing);width:100%}.scrolltable__next,.scrolltable__prev{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:var(--scrolltable-button-border,1px solid currentColor);border-radius:24px;cursor:pointer;display:inline-flex;flex-direction:column;font-size:var(--scrolltable-button-size,24px);height:var(--scrolltable-button-height,24px);justify-content:center;line-height:1;margin-top:calc(var(--scrolltable-button-height)*-.5);position:absolute;top:50%;width:var(--scrolltable-button-width,45px)}.scrolltable__next svg,.scrolltable__prev svg{height:24px;margin-block:-1px;width:24px;fill:var(--scrolltable-btn-foregroundcolor);scale:1;transition:scale .33s cubic-bezier(.645,.045,.355,1)}.is--inactive.scrolltable__next,.is--inactive.scrolltable__prev{cursor:auto;pointer-events:none;--scrolltable-btn-foregroundcolor:var(--color-content-disabled)}@media(hover:hover){.scrolltable__next:hover svg,.scrolltable__prev:hover svg{scale:1.1}}.scrolltable__next:focus-visible,.scrolltable__prev:focus-visible{border-radius:4px;outline-color:var(--color-border-focus-aa);outline-offset:2px;outline-style:solid;outline-width:3px}.scrolltable__prev{left:16px}.scrolltable__prev:before{transform:scaleX(-1)}.scrolltable__next{right:16px}.scrolltable__progressbar{background-color:var(--color-surface-inactive);border:0;display:flex;flex-direction:row;height:var(--scrolltable-progressbar-height);margin-inline:auto;overflow:hidden;position:static;width:60%}@media only screen and (min-width:480px){.scrolltable__progressbar{width:185px}}.scrolltable__progressbar-indicator{background-color:var(--color-surface-base-2-aa);border-radius:0;display:flex;flex-direction:column;font-size:1px;height:var(--scrolltable-progressbar-height);line-height:1;max-width:0;outline:none!important;position:relative;width:100%}