.jcps-whatsapp-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    color: #fff !important;
    background: #25d366;
    text-decoration: none !important;
    vertical-align: middle;
    transition: transform .18s ease, background-color .18s ease;
}

.jcps-whatsapp-link:hover,
.jcps-whatsapp-link:focus-visible {
    color: #fff !important;
    background: #1fb85a;
    transform: translateY(-1px);
}

.jcps-whatsapp-link svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .jcps-whatsapp-link {
        width: 32px;
        height: 32px;
        margin-left: 8px;
    }
}
