body[data-page="bolsa-do-cafe"] .page-hero {
  --page-hero-image: url("../img/artes/comercial/bolsa.webp?v=20260523-01");
}

body[data-page="bolsa-do-cafe"] .coffee-market-panel {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

body[data-page="bolsa-do-cafe"] .coffee-market-copy {
  display: none;
}

body[data-page="bolsa-do-cafe"] .coffee-market-card {
  width: min(820px, 100%);
  justify-self: center;
}

@media (max-width: 640px) {
  body[data-page="bolsa-do-cafe"] .coffee-market-card {
    width: 100%;
  }
}
