.LesProviderGate-TriggerBox {
    margin: 0 0 12px;
}
.LesProviderGate-formPage {
    max-width: 680px;
}
.LesProviderGate-intro {
    margin-bottom: 18px;
    opacity: 0.85;
}
.LesProviderGate-field {
    margin-bottom: 16px;
}
.LesProviderGate-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.LesProviderGate-field input.InputBox,
.LesProviderGate-field textarea.TextBox,
.LesProviderGate-field textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.LesProviderGate-actions {
    margin-top: 20px;
}
.LesProviderGate-gauge {
    margin: 6px 0 20px;
    max-width: 640px;
}
.LesProviderGate-gaugeHead {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 0.8em;
}
.LesProviderGate-gaugeReject {
    color: #c0392b;
    font-weight: 700;
}
.LesProviderGate-gaugeApprove {
    color: #2e7d46;
    font-weight: 700;
}
.LesProviderGate-gaugeScore {
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.LesProviderGate-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%);
}
.LesProviderGate-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);
}
.LesProviderGate-gaugeStatus {
    margin-top: 7px;
    font-size: 0.82em;
    opacity: 0.85;
}
.LesProviderGate-gauge--approved .LesProviderGate-gaugeStatus {
    color: #2e7d46;
    font-weight: 600;
    opacity: 1;
}
.LesProviderGate-gauge--rejected .LesProviderGate-gaugeStatus {
    color: #c0392b;
    font-weight: 600;
    opacity: 1;
}
