.fsb-bar-container-41fddaa3 {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    background: transparent;
    transition: transform 0.3s ease, opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
}

/* Edge Positions */
.fsb-pos-left .fsb-bar-container-41fddaa3 {
    left: 0;
}
.fsb-pos-right .fsb-bar-container-41fddaa3 {
    right: 0;
}

/* Admin bar dynamic top offset spacing */
body.admin-bar .fsb-bar-container-41fddaa3 {
    margin-top: calc(var(--wp-admin--admin-bar--height, 32px) / 2);
}

.fsb-item-41fddaa3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    transition: transform 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
}

.fsb-item-41fddaa3:hover {
    transform: scale(1.1);
}

.fsb-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.fsb-icon-link svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: fill 0.2s ease;
}

/* Accessibility hidden span */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Scroll Hide/Show states */
.fsb-scroll-hide-41fddaa3 {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.8) !important;
}

.fsb-scroll-show-41fddaa3 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1) !important;
}
