.workout-pr-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    white-space: nowrap;
}

.workout-pr-trophy {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.history-workout-metrics .workout-pr-badge {
    color: #fff;
}

.history-session-card > div .workout-pr-badge {
    margin-top: 6px;
}
