[data-moh-store][hidden] { display: none !important; }
.moh-app-banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 12px max(16px, env(safe-area-inset-right)) 12px max(8px, env(safe-area-inset-left));
  color: #f5f5f5;
  background: #17191b;
  border-bottom: 1px solid #303236;
  font: 14px/1.35 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: start;
}
.moh-app-banner-close {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 44px;
  padding: 0;
  color: #c8cacf;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}
.moh-app-banner-icon { display: block; flex: 0 0 48px; border-radius: 12px; object-fit: contain; }
.moh-app-banner-copy { flex: 1 1 auto; min-width: 0; }
.moh-app-banner-copy strong { display: block; font-size: 16px; font-weight: 650; }
.moh-app-banner-copy span { display: block; margin-top: 3px; color: #b8bcc2; font-size: 12px; }
.moh-app-banner-link {
  flex: 0 1 auto;
  max-width: 42%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #17191b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.moh-app-banner-close:focus-visible, .moh-app-banner-link:focus-visible { outline: 2px solid #91c9ff; outline-offset: 3px; }
@media (max-width: 360px) {
  .moh-app-banner { gap: 8px; padding-inline: 4px 10px; }
  .moh-app-banner-link { padding-inline: 12px; }
}
