.whatsapp-floating-wrap-c93fbd84 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
}

.whatsapp-floating-btn-c93fbd84 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.whatsapp-floating-btn-c93fbd84:hover {
    background-color: #1ebe57;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.whatsapp-floating-btn-c93fbd84:active {
    transform: translateY(0);
}

.whatsapp-floating-icon-c93fbd84 {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.whatsapp-floating-label-c93fbd84 {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .whatsapp-floating-wrap-c93fbd84 {
        bottom: 16px;
        right: 16px;
        left: 16px;
    }

    .whatsapp-floating-btn-c93fbd84 {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 12px;
    }
}
