button[data-withdrawal-widget] {
    font-family: monospace;
    font-size: 12px;
    background-color: bisque;
    color: black;
    padding: 12px 12px 12px;
    margin: 5px 0;
    border: none;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
}