.vpb-3e22bc87-container {
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.vpb-3e22bc87-fixed {
    position: fixed;
}

body.admin-bar .vpb-3e22bc87-fixed {
    margin-top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .vpb-3e22bc87-fixed {
        margin-top: 46px;
    }
}

.vpb-3e22bc87-absolute {
    position: absolute;
}

.vpb-3e22bc87-track {
    position: relative;
    height: 100%;
    overflow: visible;
}

.vpb-3e22bc87-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.1s ease-out;
}

.vpb-3e22bc87-tooltip {
    position: absolute;
    bottom: 0;
    right: calc(100% + 10px);
    transform: translateY(50%);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: block;
}

.vpb-3e22bc87-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #2c3e50;
}
