.xsc-widget,
.xsc-widget * {
    box-sizing: border-box;
}

.xsc-wrap {
    width: 100%;
}

.xsc-track {
    position: relative;
    width: 100%;
    min-height: 4px;
    overflow: hidden;
}

.xsc-fill {
    position: absolute;
    inset: 0 auto 0 0;
    height: 100%;
    max-width: 100%;
}

.xsc-label {
    width: 100%;
    line-height: 1.2;
}

.xsc-label-inside {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    pointer-events: none;
    z-index: 2;
}
