.wcb-whatsapp-button {
    align-items: center;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    line-height: 1;
    min-height: 56px;
    padding: 14px 18px;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

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

.wcb-whatsapp-inline {
    position: relative;
    vertical-align: middle;
}

.wcb-whatsapp-button:hover,
.wcb-whatsapp-button:focus {
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
    text-decoration: none;
    transform: translateY(-2px);
}

.wcb-whatsapp-button:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}

.wcb-position-right {
    right: 24px;
}

.wcb-position-left {
    left: 24px;
}

.wcb-whatsapp-icon {
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    width: 28px;
}

.wcb-whatsapp-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.wcb-whatsapp-label {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .wcb-whatsapp-floating {
        bottom: 18px;
    }

    .wcb-whatsapp-button {
        min-height: 52px;
        padding: 12px 14px;
    }

    .wcb-position-right {
        right: 16px;
    }

    .wcb-position-left {
        left: 16px;
    }

    .wcb-whatsapp-floating .wcb-whatsapp-label {
        display: none;
    }
}
