@import '_globals.css';


.score-info,
.insights-info,
.bet-smarter {
    text-align: center;
}
.score-info ul,
.insights-info ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.score-info ul li {
    font-weight: bold;
    color: var(--green);
    padding: 5px;
}

.score-info a {
    color: var(--orange);
}


.insights-info ul li {
    font-weight: bold;
    color: var(--green);
    padding: 5px;
}

.bet-smarter {
    list-style: none;
    padding: 0;
}

.bet-smarter li {
    padding: 5px;
}


.bet-smarter a {
    text-decoration: underline;
    font-weight: bold;
    color: var(--orange);
    padding: 5px;
}

.three-blocks-inline .info-image {
    width: 20%;
}

.insights-info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

.insights-info .info-image {
    height: 75px;
    padding-bottom: 5px;
}
