.reactiv-app-promo-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  color: var(--rapb-body-text-color);
}

.rfsb-hidden {
  display: none !important; /* Hidden */
}

.rapf-cta-content {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.rapf-cta-content-text {
  display: flex;
  padding: 0 56px 24px 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  align-items: center;
}

.rapf-app-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: "SF Pro Display", Roboto, sans-serif;
  line-height: 132%;
}

.rapf-description {
  text-align: center;
  font-family: "SF Pro Text", Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.rapf-cta-button-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  justify-content: center;
}

.rapf-cta-container {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.rapf-cta-button {
  display: flex;
  height: 44px;
  min-width: 104px;
  padding: 10px 16px;
  background-color: var(--rapf-cta-background-color, #212529);
  color: var(--rapf-cta-text-color, #fff);
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  justify-content: center;
  align-self: stretch;
}

.app-store-button {
  display: flex;
  align-self: stretch;
  justify-content: center;
}

.rapf-close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  background: none;
  border: none;
  color: #212529;
  cursor: pointer;
  padding: 0px;
}

.rapf-app-icon {
  width: 50%;
}

/* Override default margins on p tags */
p {
  margin: 0;
}

.rapf-app-icon {
  width: 50%;
}

/* Override default margins on p tags */
p {
  margin: 0;
}
