/* Mobile theme base stylesheet */
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  max-width: 980px;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-brand {
  font-weight: 600;
}

.banner-container {
  margin: 12px 0;
}

.banner {
  display: block;
  margin: 8px 0;
}

.banner img {
  max-width: 100%;
  height: auto;
}

/* Ensure desktop-only banners stay hidden on mobile theme */
.banner--desktop-only {
  display: none !important;
}

/* Utility spacing */
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 12px; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 12px; }