.score-side {
    flex: 0 0 150px;
    text-align: center;
    border-left: 1px solid #f1f4f8;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.score-val {
    font-size: 42px;
    font-weight: 800;
    color: var(--m-dark);
    line-height: 1;
}

.score-side small {
    font-weight: 700;
    color: #aaa;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-rate-now {
    background: #fff;
    border: 2px solid #a259ff;
    color: #a259ff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-rate-now:hover { background: #a259ff; color: #fff; }

.rat-row { margin-bottom: 15px; }
.rat-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.rat-bar-bg {
    background: #eee;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.rat-bar-fill {
    background: var(--m-grad);
    height: 100%;
    border-radius: 5px;
    transition: width 0.8s;
}