*,
*::before,
*::after { box-sizing: border-box; }

img { max-width: 100%; display: block; }

button,
a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.track-status {
  margin: 14px 0 0;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.cta[disabled] { opacity: 0.7; cursor: wait; }
