.wb-whatsapp-button {
    position: fixed;
    z-index: 9999;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.wb-horizontal-button {
    display: flex;
    align-items: center;
    background-color: #29a71a;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.wb-horizontal-button:hover {
    background-color: #29a71a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.wb-horizontal-button img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
}

.wb-button-text {
    white-space: nowrap;
}

.wb-whatsapp-button.bottom-right {
    bottom: 20px;
    right: 20px;
}
.wb-whatsapp-button.bottom-left {
    bottom: 20px;
    left: 20px;
}
.wb-whatsapp-button.top-right {
    top: 20px;
    right: 20px;
}
.wb-whatsapp-button.top-left {
    top: 20px;
    left: 20px;
}
