#smart-app-banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: calc(10px + env(safe-area-inset-top, 0px)) max(14px, env(safe-area-inset-right, 0px)) 10px max(0px, env(safe-area-inset-left, 0px));
  background: #f8f1e5;
  color: #171717;
  border-bottom: 1px solid #ded4c4;
  font: 14px/1.35 Arial, sans-serif;
  text-align: left;
}
#smart-app-banner .smart-app-close {
  flex: 0 0 44px;
  width: 44px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #59534a;
  font: 25px/1 Arial, sans-serif;
  cursor: pointer;
}
#smart-app-banner .smart-app-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}
#smart-app-banner .smart-app-copy { flex: 1; min-width: 0; }
#smart-app-banner .smart-app-copy strong { display: block; font-size: 16px; font-weight: 700; }
#smart-app-banner .smart-app-copy span { display: block; font-size: 12px; }
#smart-app-banner .smart-app-copy small { display: block; margin-top: 2px; font-size: 11px; color: #615a51; }
#smart-app-banner .smart-app-download {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  min-height: 44px;
  border-radius: 24px;
  background: #d92520;
  color: #fff;
  font: 700 13px/1 Arial, sans-serif;
  text-decoration: none;
  letter-spacing: .04em;
}
#smart-app-banner a:focus-visible, #smart-app-banner button:focus-visible { outline: 2px solid #171717; outline-offset: 2px; }
@media (min-width: 1025px) { #smart-app-banner { display: none; } }
