/**
 * Moda Brasil — folha global complementar (homologação).
 * Prefixo: mb- | slots GPT | não cobre layout Elle existente
 */
.mb-gpt-desktop-only {
  display: block;
}
.mb-gpt-mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mb-gpt-desktop-only {
    display: none !important;
  }
  .mb-gpt-mobile-only {
    display: block !important;
  }
}

.mb-gpt-slot {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(18, 18, 18, 0.04);
  border-radius: 4px;
  margin: 0.5rem 0;
}

.mb-gpt-wrap {
  clear: both;
}

html.mb-root {
  scroll-behavior: smooth;
}

.mb-legal-strip {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #444;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
}
.mb-legal-strip a {
  color: #111;
  text-decoration: underline;
}

.mb-site-logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
}

.site-header .mb-site-logo,
.header .mb-site-logo {
  max-height: 64px;
}

.site-footer .mb-site-logo,
.footer .mb-site-logo {
  max-width: 180px;
}
