amedia-install-app .install-app-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f6f5f1;
  height: 105px;
  z-index: 1000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
}

amedia-install-app .hide {
  display: none;
}

amedia-install-app [data-version='primary'] {
  --brick-colors-buttonPrimaryBg: var(--newspaper-color);
  --brick-colors-buttonPrimaryFg: var(--newspaper-color-inverted);
}
