.trezor-button {
    background-color: var(--bitdirect-yellow);
    max-width: 150px;
    width: 100%;
    border: calc(var(--stroke-width) * 1px) solid transparent;
    border-radius: 4px; /* Fluent UI uses pill/fully-rounded buttons */
    cursor: pointer;
}
