@charset "utf-8";

.jackpot-pools-list { width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0px, 1fr); overflow: hidden; }

[class*="is-web"] .jackpot-pools-list { gap: var(--fds-ref-spacing-medium); }

[class*="is-mobile"] .jackpot-pools-list { gap: var(--fds-ref-spacing-xsmall); }

.jackpot-pools-list--dropdown { grid-auto-flow: row; overflow: visible; }

.jackpot-pools-list > .tooltipIconWrapper { width: 100%; height: 100%; margin-inline-end: 0px; }

.jackpot-pools-list > .tooltipIconWrapper .jackpot-pool { height: 100%; }

.jackpot-pools-list > .tooltipIconWrapper + .tooltipIconWrapper:not(:empty) { margin-inline-start: 0px; }