.pghdl-watch-button {
    border-color: rgba(255, 62, 130, .55) !important;
    background: rgba(255, 32, 105, .12) !important;
    color: #fff !important;
}

.pghdl-watch-button::before {
    content: "\2193";
    display: inline-block;
    margin-right: .42rem;
    font-weight: 800;
}

.pghdl-watch-button:hover,
.pghdl-watch-button:focus-visible {
    border-color: #ff3e82 !important;
    background: rgba(255, 32, 105, .22) !important;
}

.pghdl-watch-button.is-loading {
    cursor: progress;
    opacity: .68;
}
