.wab-float-btn {
    position: fixed;
    bottom: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.wab-float-btn:hover {
    transform: scale(1.08);
}

.wab-right {
    right: 24px;
}

.wab-left {
    left: 24px;
}

@media (max-width: 768px) {
    .wab-hide-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .wab-hide-desktop {
        display: none !important;
    }
}
