.LesNewMemberGate-gauge {
    margin: 6px 0 20px;
    max-width: 640px;
}
.LesNewMemberGate-gaugeHead {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 0.8em;
}
.LesNewMemberGate-gaugeReject {
    color: #c0392b;
    font-weight: 700;
}
.LesNewMemberGate-gaugeApprove {
    color: #2e7d46;
    font-weight: 700;
}
.LesNewMemberGate-gaugeScore {
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.LesNewMemberGate-gaugeTrack {
    position: relative;
    height: 10px;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    background: linear-gradient(to right,
        #c0392b 0%,
        color-mix(in srgb, #c0392b 45%, transparent) 22%,
        color-mix(in srgb, currentColor 12%, transparent) 50%,
        color-mix(in srgb, #2e7d46 45%, transparent) 78%,
        #2e7d46 100%);
}
.LesNewMemberGate-gaugeMarker {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background: currentColor;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 22%, transparent);
}
.LesNewMemberGate-gaugeStatus {
    margin-top: 7px;
    font-size: 0.82em;
    opacity: 0.85;
}
.LesNewMemberGate-gauge--approved .LesNewMemberGate-gaugeStatus {
    color: #2e7d46;
    font-weight: 600;
    opacity: 1;
}
.LesNewMemberGate-gauge--rejected .LesNewMemberGate-gaugeStatus {
    color: #c0392b;
    font-weight: 600;
    opacity: 1;
}
