/**
 * SayloAI mobile app styles
 */

[data-mb-theme] {
  --mb-fg: hsla(0, 0%, 0%, 0.9);
  --mb-bg: transparent;
  --mb-md-em: hsla(0, 0%, 0%, 0.4);
  --mb-md-a: #ff7235;
  --mb-video-control-color: #fff;
  --mb-video-control-bg: #fff;
  --mb-video-overlay-bg: hsla(0, 0%, 0%, 0.85);
  --mb-font-family:
    ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mb-font-size: 14px;

  --mb-cta-bg: #fff;
  --mb-cta-fg: var(--mb-fg);
  --mb-overlay-bg: hsla(0, 0%, 0%, 0.4);
}

.mb-ad-badge {
  display: none;
}

.mb-md-p {
  line-height: 1.43;
}

.mb-md-a {
  text-decoration: none;
}

.mb-button {
  margin-top: 12px;
  border-radius: 30px;
  height: 40px;
}

.mb-inline-image-container {
  width: 100%;
  position: relative;
}

.mb-inline-image-container::after {
  content: "";
  display: block;
  background-image: var(--image-src);
  background-size: 100% 230%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(20px);
}

.mb-inline-image {
  --max-height: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;

  @media screen and (min-width: 768px) {
    --max-height: 320px;
  }
}

.mb-interstitial-video-video-container {
  --max-height: 220px;

  @media screen and (min-width: 768px) {
    --max-height: 320px;
  }
}

.mb-play-button {
  width: 40px;
  height: 40px;
}

.mb-play-icon {
  width: 20px;
  height: 20px;
}
