.bptm-notify-button {
    background: #fdd835;
    color: #4a148c;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.bptm-notify-button:hover {
    background: #fbc02d;
}