.v2-match-prediction{color:var(--text-main)}.v2-match-prediction .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v2-match-prediction__content{overflow-x:auto;width:100%}.v2-match-prediction__content::-webkit-scrollbar{background-color:var(--line-secondary);border-radius:0;height:4px;width:4px}.v2-match-prediction__content::-webkit-scrollbar-thumb{background-color:var(--line-main);border-radius:0;cursor:pointer}.v2-match-prediction__list{gap:12px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v2-match-prediction__list,.v2-prediction-card{display:-webkit-box;display:-ms-flexbox;display:flex}.v2-prediction-card{-ms-flex-negative:0;background:var(--card-bg);border-radius:8px;color:var(--card-text);flex-shrink:0;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;width:308px}.v2-prediction-card__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--card-text-secondary);font-size:14px;font-weight:400;gap:12px;line-height:150%}.v2-prediction-card__date{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v2-prediction-card__date,.v2-prediction-card__location{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.v2-prediction-card__location{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:20px}.v2-prediction-card__location svg{height:20px;position:relative;top:-2px;width:14px}.v2-prediction-card__league{color:var(--success-darken-1);font-size:14px;font-weight:600;line-height:150%}.v2-prediction-card__teams{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:12px}.v2-prediction-card__team{font-size:20px;font-weight:600;gap:12px;line-height:140%}.v2-prediction-card__team,.v2-prediction-card__team-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v2-prediction-card__team-logo{-ms-flex-negative:0;background:color-mix(in srgb,var(--site-bg) 20%,#fff);border-radius:50%;flex-shrink:0;height:30px;overflow:hidden;padding:6px;width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v2-prediction-card__team-logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.v2-prediction-card__team-name{word-break:break-all}.v2-prediction-card__link{margin-top:auto}@media (max-width:600px){.v2-match-prediction__list{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.v2-match-prediction .v2-prediction-card{width:100%}}