
.wc-whatsapp-button {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block !important;
    clear: both;
    z-index: 1000;
    width: fit-content;
}
.whatsapp-button {
    background-color: #25D366 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    line-height: normal !important;
    transition: background-color 0.3s;
}
.whatsapp-button:hover {
    background-color: #20b358 !important;
}.wc-whatsapp-button {
    position: fixed;
    right: 0px;
    top: 50%;
}
