.wwbpp-whatsapp-wrapper {
    margin-top: 12px;
    clear: both;
}

.wwbpp-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    border-radius: 4px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: opacity .2s ease, transform .2s ease;
}

.wwbpp-whatsapp-button:hover,
.wwbpp-whatsapp-button:focus {
    opacity: .9;
    transform: translateY(-1px);
    color: #ffffff !important;
}
