.wa-btn-4280eff4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
    gap: 10px;
}

.wa-btn-4280eff4:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(37, 211, 102, 0.4);
}

.wa-btn-4280eff4 svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Floating Layout */
.wa-btn-4280eff4.wa-layout-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

/* Responsive adjustment for floating button */
@media (max-width: 768px) {
    .wa-btn-4280eff4.wa-layout-floating {
        bottom: 20px;
        right: 20px;
        padding: 14px;
    }
    .wa-btn-4280eff4.wa-layout-floating .wa-btn-text {
        display: none; /* Hide text on mobile for floating */
    }
}
