html[data-text="large"] { font-size: 125%; }
.wallets a {
  align-items: center;
  border: 1px solid var(--control);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
}
:where(button, a, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--surface);
}
@media (pointer: coarse) {
  button, select, .wallets a, summary { min-height: 48px; }
  .check-label { min-height: 48px; align-items: center; }
}
@media (forced-colors: active) {
  button, input, select, textarea, .wallets a { border-color: ButtonText; }
  :where(button, a, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid Highlight;
    box-shadow: none;
  }
}
