.atb-social-icons {
    position: fixed;
    z-index: 999;
}

/* Position styles based on the user's selection */
.atb-social-icons.top-right {
    top: 5px;
    right: 5px;
}

.atb-social-icons.right-middle {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.atb-social-icons.right-bottom {
    bottom: 5px;
    right: 5px;
}

.atb-social-icons.bottom-middle {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.atb-social-icons.bottom-left {
    bottom: 5px;
    left: 5px;
}

.atb-social-icons.left-middle {
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.atb-social-icons.top-left {
    top: 5px;
    left: 5px;
}

