.vm-like-button {
    appearance: none;
    border: 1px solid #dbe2ee;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    padding: 8px 12px;
    font: inherit;
    cursor: pointer;
}
.vm-like-button:hover { border-color: #1559e6; color: #1559e6; }
.vm-like-button.liked { border-color: #1559e6; background: #1559e6; color: #fff; cursor: default; }
.vm-like-button.loading { opacity: .65; }
.vm-like-message { width: 100%; min-height: 18px; margin: 3px 0 0; color: #1559e6; font-size: 12px; }
