.tb-53162cc1-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tb-53162cc1-bar {
    display: flex;
    width: 100%;
    overflow: hidden;
    /* Default values, overridden by elementor settings */
    height: 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.tb-53162cc1-segment {
    height: 100%;
}

.tb-53162cc1-labels-container {
    display: flex;
    width: 100%;
    position: relative;
    min-height: 24px;
}

.tb-53162cc1-label-group {
    position: relative;
}

.tb-53162cc1-label {
    position: absolute;
    white-space: nowrap;
    color: #4b5563; /* Default gray-600 */
    font-size: 14px;
    top: 0;
}

.tb-label-left {
    left: 0;
    /* Only shift left if it's not the very first item's left edge to avoid bleeding */
}
.tb-53162cc1-label-group:not(:first-child) .tb-label-left {
    transform: translateX(-50%);
}

.tb-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.tb-label-right {
    right: 0;
}
.tb-53162cc1-label-group:not(:last-child) .tb-label-right {
    transform: translateX(50%);
}
