.webcraft-whatsapp-button__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1fa855;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.webcraft-whatsapp-button__link::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../../../assets/images/whatsapp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 18px;
}

.webcraft-whatsapp-button__link:hover,
.webcraft-whatsapp-button__link:focus {
    background: #178143;
    color: #ffffff;
}

.webcraft-whatsapp-button-editor__preview-label {
    margin-bottom: 6px;
    font-weight: 600;
}

.webcraft-whatsapp-button-editor__preview-message {
    margin-top: 8px;
    color: #555d66;
    font-size: 13px;
}
