.wapulse-chat-floating-button {
    position: fixed;
    z-index: 99999;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wapulse-chat-floating-button.wapulse-chat-hide-desktop {
    display: none;
}

.wapulse-chat-floating-button:hover,
.wapulse-chat-floating-button:focus {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

.wapulse-chat-floating-button.bottom-right {
    right: 24px;
}

.wapulse-chat-floating-button.bottom-left {
    left: 24px;
}

.wapulse-chat-floating-button.bottom-center {
    left: 50%;
    transform: translateX(-50%);
}

.wapulse-chat-floating-button.bottom-center:hover,
.wapulse-chat-floating-button.bottom-center:focus {
    transform: translateX(-50%) translateY(-3px);
}

.wapulse-chat-floating-button.top-right {
    top: 24px;
    right: 24px;
    bottom: auto;
}

.wapulse-chat-floating-button.top-left {
    top: 24px;
    left: 24px;
    bottom: auto;
}

.wapulse-chat-floating-button.top-center {
    top: 24px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

.wapulse-chat-floating-button.top-center:hover,
.wapulse-chat-floating-button.top-center:focus {
    transform: translateX(-50%) translateY(-3px);
}

.wapulse-chat-floating-button.shape-rounded,
.wapulse-chat-shortcode-button.shape-rounded {
    border-radius: 999px;
}

.wapulse-chat-floating-button.shape-square,
.wapulse-chat-shortcode-button.shape-square {
    border-radius: 8px;
}

.wapulse-chat-floating-button.size-small,
.wapulse-chat-shortcode-button.size-small {
    padding: 10px 14px;
    font-size: 13px;
}

.wapulse-chat-floating-button.size-medium,
.wapulse-chat-shortcode-button.size-medium {
    padding: 13px 18px;
    font-size: 15px;
}

.wapulse-chat-floating-button.size-large,
.wapulse-chat-shortcode-button.size-large {
    padding: 16px 22px;
    font-size: 17px;
}

.wapulse-chat-floating-button.display-icon-only,
.wapulse-chat-floating-button.label-hide,
.wapulse-chat-shortcode-button.display-icon-only,
.wapulse-chat-shortcode-button.label-hide {
    width: 54px;
    height: 54px;
    padding: 0;
    gap: 0;
}

.wapulse-chat-floating-button.display-icon-only.size-small,
.wapulse-chat-floating-button.label-hide.size-small,
.wapulse-chat-shortcode-button.display-icon-only.size-small,
.wapulse-chat-shortcode-button.label-hide.size-small {
    width: 46px;
    height: 46px;
}

.wapulse-chat-floating-button.display-icon-only.size-large,
.wapulse-chat-floating-button.label-hide.size-large,
.wapulse-chat-shortcode-button.display-icon-only.size-large,
.wapulse-chat-shortcode-button.label-hide.size-large {
    width: 62px;
    height: 62px;
}

.wapulse-chat-whatsapp-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.size-small .wapulse-chat-whatsapp-icon {
    width: 18px;
    height: 18px;
}

.size-large .wapulse-chat-whatsapp-icon {
    width: 22px;
    height: 22px;
}

.wapulse-chat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wapulse-chat-shortcode-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #25D366;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.wapulse-chat-shortcode-button:hover,
.wapulse-chat-shortcode-button:focus {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .wapulse-chat-floating-button {
        bottom: 18px;
        padding: 12px 15px;
        font-size: 14px;
    }

    .wapulse-chat-floating-button.bottom-right {
        right: 18px;
        left: auto;
    }

    .wapulse-chat-floating-button.bottom-left {
        left: 18px;
        right: auto;
    }

    .wapulse-chat-floating-button.bottom-center {
        left: 50%;
        right: auto;
    }

    .wapulse-chat-floating-button.top-right {
        top: 18px;
        right: 18px;
        left: auto;
    }

    .wapulse-chat-floating-button.top-left {
        top: 18px;
        left: 18px;
        right: auto;
    }

    .wapulse-chat-floating-button.top-center {
        top: 18px;
        left: 50%;
        right: auto;
    }

    .wapulse-chat-floating-button.wapulse-chat-hide-desktop {
        display: inline-flex;
    }

    .wapulse-chat-floating-button.wapulse-chat-hide-mobile {
        display: none;
    }
}