.integroo-match-prediction{
    --imp-orange:#ffae00;
    --imp-text:#1d1d1f;
    --imp-soft:#f6f6f6;
    box-sizing:border-box;
    margin:18px 0;
    padding:16px;
    border:1px solid #ececec;
    border-radius:14px;
    background:#fff;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    color:var(--imp-text);
    font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.integroo-match-prediction *{box-sizing:border-box}
.integroo-match-prediction__title{
    margin-bottom:14px;
    font-size:18px;
    line-height:1.2;
    font-weight:800;
}
.integroo-match-prediction__team{margin:0 0 14px}
.integroo-match-prediction__team-name{
    margin-bottom:7px;
    font-size:15px;
    font-weight:800;
}
.integroo-match-prediction__choices{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:7px;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    box-sizing:border-box;
}
.integroo-match-prediction__choice{
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    aspect-ratio:1 / 1;
    padding:0 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border:2px solid #222 !important;
    border-radius:10px;
    background:#fff !important;
    color:#222 !important;
    font:inherit;
    font-size:14px;
    line-height:1;
    font-weight:800;
    cursor:pointer;
}

.integroo-match-prediction__choice:hover,
.integroo-match-prediction__choice:focus-visible{
    border-color:var(--imp-orange) !important;
    background:#fff3d6 !important;
    color:#222;
    outline:none;
}
.integroo-match-prediction__choice.is-selected{
    border-color:var(--imp-orange) !important;
    background:var(--imp-orange) !important;
    color:#fff !important;
}
.integroo-match-prediction__choice.is-selected:hover,
.integroo-match-prediction__choice.is-selected:focus-visible{
    border-color:var(--imp-orange) !important;
    background:var(--imp-orange) !important;
    color:#fff !important;
}
.integroo-match-prediction__submit{
    width:100%;
    min-height:46px;
    margin-top:2px;
    border:0;
    border-radius:10px;
    background:var(--imp-orange) !important;
    color:#fff !important;
    font:inherit;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
}
.integroo-match-prediction__submit:disabled{opacity:.55;cursor:not-allowed}
.integroo-match-prediction__message{
    margin-top:10px;
    padding:10px 12px;
    border-radius:9px;
    background:#fff7e3;
    font-size:13px;
}
.integroo-match-prediction__your-vote,
.integroo-match-prediction__closed,
.integroo-match-prediction__final{
    margin:0 0 12px;
    padding:11px 12px;
    border-radius:10px;
    background:#fff7e3;
    font-weight:700;
}
.integroo-match-prediction__results-title{
    margin:16px 0 10px;
    font-size:16px;
    font-weight:800;
}
.integroo-match-prediction__bar-row{margin-bottom:10px}
.integroo-match-prediction__bar-label{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:4px;
    font-size:13px;
    font-weight:700;
}
.integroo-match-prediction__bar{
    height:9px;
    overflow:hidden;
    border-radius:999px;
    background:#eee;
}
.integroo-match-prediction__bar > span{
    display:block;
    height:100%;
    border-radius:inherit;
    background:var(--imp-orange) !important;
}
.integroo-match-prediction__top{
    margin:8px 0 0;
    padding-left:22px;
}
.integroo-match-prediction__top li{margin-bottom:5px}
.integroo-match-prediction__total{
    margin-top:12px;
    font-size:13px;
    font-weight:700;
}
.integroo-match-prediction__loading{color:#666;font-size:13px}
@media(max-width:480px){
    .integroo-match-prediction__choices{
        padding-left:4px;
        padding-right:4px;
    }
    .integroo-match-prediction{padding:13px;border-radius:12px}
    .integroo-match-prediction__choice{font-size:13px}
}
