@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.predictions{position:relative;display:flex;flex-direction:column;gap:var(--spacing-3);font-weight:300;color:var(--text-body-color);font-size:1.25rem;line-height:1.5}@media screen and (max-width:47.9375rem){.predictions{font-size:.875rem;line-height:1.5}}.predictions--loading:before{content:"";position:absolute;inset:0;background-color:#ffffff80;z-index:10}.predictions--loading:after{content:"";display:block;width:26px;height:22px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='26'%20height='22'%20viewBox='0%200%2026%2022'%3e%3ctitle%3eC75EDC61-8A46-457E-9B3E-897CAB0970B8%3c/title%3e%3cpath%20d='M25.1%2017.8l-2.4-4.9-4.8%201.9.4.9%203.4-1.3c-1.3%203.9-4.8%206.6-8.8%206.6-4.3%200-8-3.1-9-7.4l-1%20.2c1.2%204.8%205.3%208.2%2010%208.2%204.3%200%208.2-2.8%209.7-7.1l1.7%203.4.8-.5zM8%207.1l-.3-1-3.5%201C5.7%203.4%209.1%201%2012.9%201c4.1%200%207.7%202.8%208.9%207l1-.3C21.4%203.1%2017.5%200%2012.9%200%208.7%200%205.1%202.6%203.4%206.5L1.9%203.2l-.9.4%202.2%204.8L8%207.1z'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;animation:spin 1s linear infinite;z-index:11}.predictions__toggle-button{font-weight:400;text-decoration:underline;font-size:1.125rem;line-height:1.5}.predictions__toggle-button>svg{width:12px;transition:transform .25s}.predictions--expanded .predictions__toggle-button>svg{transform:rotate(180deg)}.predictions__order-group-name{font-weight:300;color:var(--text-body-color);font-size:1.25rem;line-height:1.5}@media screen and (max-width:47.9375rem){.predictions__order-group-name{font-size:.875rem;line-height:1.5}}.predictions__error{display:none}.predictions--expanded .predictions__error{display:block}.predictions__table-container{display:none}.predictions--expanded .predictions__table-container{display:block}.predictions__table{width:100%;border-spacing:0;border-collapse:collapse}.predictions__table th{padding:0 0 var(--spacing-1) 0;text-align:left;font-weight:400}@media screen and (max-width:47.9375rem){.predictions__table th{visibility:hidden}.predictions__table th:first-child{visibility:visible}}.predictions__table tr{vertical-align:top}.predictions__table td{padding:0;margin:0}@media screen and (max-width:47.9375rem){.predictions__table,.predictions__table tbody{display:block}.predictions__table tbody tr{display:flex;flex-direction:row;flex-wrap:wrap}.predictions__table tbody td{display:block;width:50%}.predictions__table tbody td.predictions__column-name{width:100%}.predictions__table tbody td.predictions__column-date{padding-left:calc(var(--spacing-3) + 15px)}}.predictions__row--first td{padding-top:var(--spacing-1);border-top:1px solid var(--list-border-color)}@media screen and (max-width:47.9375rem){.predictions__row--first td{border-top:none}}.predictions__row--last td{padding-bottom:var(--spacing-1)}.predictions__name{display:flex;flex-direction:row;gap:var(--spacing-3);justify-content:flex-start;align-items:center}@media screen and (max-width:47.9375rem){.predictions__name{padding-top:var(--spacing-1);border-top:1px solid var(--list-border-color)}}.predictions__label{display:none;font-weight:400;font-size:.875rem;line-height:1.5}@media screen and (max-width:47.9375rem){.predictions__row--first .predictions__label{display:block}}.predictions__row-toggle-button{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-2);padding:0;border:0;background-color:transparent;cursor:pointer}.predictions__row-toggle-button>h3{margin:0;text-align:left}.predictions__row-toggle-button>svg{width:15px;height:15px;fill:var(--list-toggle-color);transform:rotate(45deg);transition:fill .25s,transform .25s}.predictions__row--expanded .predictions__row-toggle-button>svg{transform:rotate(0);fill:var(--list-toggle-color--active)}
