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

.withdrawal-widget-button:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.withdrawal-widget-button:focus,
.withdrawal-widget-button:active {
    outline: none;
}

.withdrawal-widget-button:active {
  transform: translateY(1px);
}