body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #1E1E1E;
  background-color: #ECEFF1;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin-bottom: 16px;
}

.slug-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.slug-page-section {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  /* ESSENCIAL */
}

.slug-page-section-img-wrapper {
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slug-page-section-img {
  border-radius: .75rem;
  max-height: 74vh;
  width: auto;
  max-width: 100%;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.slug-page-section-content {
  flex: 1 1 320px;
  /* texto + ads crescem */
}

.ad-slot {
  width: 100%;
  min-height: 90px;
  background: #f3f4f6;
  margin: 24px 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
}