/* These styles will be attached to the Forge page directly and take effect before scripts load.
 This way we can hide content from being displayed on the page prior to loading spinner appearing. */

.commerce-hidden {
  display: none;
}

.espn-hidden {
  display: none;
}

div#espn-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}