.vesty-mobile-app-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1300;
  display: none;
}

.vesty-mobile-app-banner.is-visible {
  display: block;
}

.vesty-mobile-app-banner-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(169, 206, 246, 0.7);
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.vesty-mobile-app-banner-text {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.35;
  flex: 1;
}

.vesty-mobile-app-banner-install {
  border: 1px solid var(--vesty-primary, #A9CEF6);
  background: var(--vesty-primary, #A9CEF6);
  color: #0f172a;
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.vesty-mobile-app-banner-install[hidden] {
  display: none !important;
}

.vesty-mobile-app-banner-install:hover {
  filter: brightness(0.96);
}

.vesty-mobile-app-banner-close {
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.vesty-mobile-app-banner-close:hover {
  background: var(--vesty-primary, #A9CEF6);
  color: #0f172a;
}

.vesty-mobile-app-banner-close .material-symbols-rounded {
  font-size: 18px;
}

@media (min-width: 901px) {
  .vesty-mobile-app-banner {
    display: none !important;
  }
}

@media (display-mode: standalone) {
  .vesty-mobile-app-banner {
    display: none !important;
  }
}
