.a-slider {
    display: flex;
    flex-direction: column;
}

.a-slider-input {
    
}

.a-slider-label {
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
    min-height: 12px;
    max-height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}