:where(.page-focused-flow, .song-checkout-shell) .fa {
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  line-height: 1;
  min-width: 1em;
  text-align: center;
}

:where(.page-focused-flow, .song-checkout-shell) .fa::before {
  content: "";
}

:where(.page-focused-flow, .song-checkout-shell) .fa-file-text-o::before { content: "[ ]"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-users::before { content: "2"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-paper-plane::before { content: ">"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-chevron-left::before { content: "<"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-chevron-right::before { content: ">"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-id-card-o::before { content: "ID"; font-size: 0.8em; }
:where(.page-focused-flow, .song-checkout-shell) .fa-paperclip::before { content: "@"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-check::before { content: "\2713"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-spinner::before { content: "..."; }
:where(.page-focused-flow, .song-checkout-shell) .fa-ban::before { content: "!"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-exclamation-circle::before { content: "!"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-external-link::before { content: ">"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-info-circle::before { content: "i"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-minus::before { content: "-"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-plus::before { content: "+"; }
:where(.page-focused-flow, .song-checkout-shell) .fa-credit-card {
  position: relative;
  width: 1.15em;
  height: 0.78em;
  min-width: 1.15em;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  vertical-align: -0.08em;
}

:where(.page-focused-flow, .song-checkout-shell) .fa-credit-card::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  right: 0;
  border-top: 1.5px solid currentColor;
  content: "";
}
:where(.page-focused-flow, .song-checkout-shell) .fa-lock::before { content: "#"; }

:where(.page-focused-flow, .song-checkout-shell) .fa-spin {
  animation: vfr-fa-spin 1s linear infinite;
}

@keyframes vfr-fa-spin {
  to { transform: rotate(360deg); }
}
