.reactiv-app-install-banner {
  display: flex;
  height: 72px;
  padding: 16px 16px;
  background-color: inherit;
  align-items: center;
  gap: 4px;
}

.raib-hidden {
  display: none !important;
}

.raib-close-button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.raib-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.raib-container:first-child {
  flex: 1 0 0;
}

.raib-app-icon {
  max-height: 50px;
  max-width: 58px;
}

.raib-text-container {
  display: flex;
  flex-direction: row !important;
  gap: 16px;
  align-items: center;
}

.raib-cta-button {
  display: flex;
  height: 40px;
  min-width: 104px;
  background-color: var(--raib-cta-background-color);
  color: var(--raib-cta-text-color);
  gap: 4px;
  text-decoration: none;
  font-size: 17px;
  font-family: Inter;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .reactiv-app-install-banner {
    padding: 16px 0px;
  }

  .raib-text-container {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 4px;
  }

  .raib-text-container .raib-heading,
  .raib-text-container .raib-app-mobile-description {
    font-size: 12px;
  }

  .raib-container {
    gap: 0px;
  }

  .raib-cta-button {
    min-width: 96px;
    font-size: 14px;
  }

  .raib-close-button img {
    width: 16px;
    height: 16px;
  }
}

.raib-heading,
.raib-app-desktop-description,
.raib-app-mobile-description {
  font-size: 16px;
}

.raib-heading {
  color: #212529;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.raib-app-desktop-description,
.raib-app-mobile-description {
  color: #212529;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.rab-heading {
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

.raib-cta-text {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 17px */
}

.raib-app-desktop-description,
.raib-app-mobile-description {
  display: block;
  justify-content: unset;
}

.raib-app-store-button {
  text-decoration: none;
}

.raib-play-store-button {
  text-decoration: none;
}

.raib-qr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
}

.raib-qr-modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  position: relative;
  width: auto;
  height: auto;
}

.raib-qr-modal-position-centered-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.raib-qr-modal-position-centered-content {
  max-width: 600px;
  border-radius: 32px;
}

.raib-qr-modal-position-cta-overlay {
  display: block;
}

.raib-qr-modal-position-cta-content {
  position: fixed;
  bottom: calc(20px + 64px + 15px);
  left: 20px;
  right: auto;
  width: 300px;
  max-width: calc(100% - 40px);
  gap: 10px;
}

.raib-qr-modal-content h2 {
  color: #383a42;
  margin: 0;
  padding-top: 56px;
  font-weight: 600;
  font-size: 28px;
}

.raib-qr-modal-content p {
  color: #383a42;
  margin: 0;
  padding: 16px 20px 16px 20px;
  font-weight: 500;
  font-size: 20px;
}

.raib-qr-modal-position-cta-content h2 {
  color: #383a42;
  margin: 0;
  padding-top: 16px;
  font-weight: 500;
  font-size: 24px;
}

.raib-qr-modal-position-cta-content p {
  color: #383a42;
  margin: 0;
  padding: 16px 0px 16px 0px;
  font-weight: 400;
  font-size: 16px;
}

.raib-qr-modal-content #raib-qr-code-container + p {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}

#raib-qr-code-container {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}

.raib-qr-modal-position-cta-content #raib-qr-code-container {
  margin: 10px 0;
  width: 200px;
  height: 200px;
}

.raib-qr-modal-position-centered-content #raib-qr-code-container {
  margin-top: 36px;
  margin-bottom: 24px;
}

#raib-qr-code-container canvas {
  width: 100% !important;
  height: 100% !important;
}

.raib-qr-modal-content .raib-qr-close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #383a42;
}

.raib-left-install-promo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 64px;
  min-width: 250px;
  width: auto;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid grey;
  cursor: pointer;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  box-sizing: border-box;
}

.raib-left-install-promo:hover {
  transform: scale(1.05);
}

.raib-left-install-promo:has(.raib-left-cta-icon) {
  justify-content: flex-start;
  gap: 16px;
}

.raib-left-install-promo .raib-left-cta-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.raib-left-install-promo span {
  line-height: 1;
  display: block;
}
