/* The Oak V7.2.3 — hotfix isolado da faixa de contextos.
   Mantém a base estável e elimina a coluna fantasma dos números removidos. */
.v7-proof-grid.v71-context-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
}

.v7-proof-card.v71-context-card {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.v7-proof-card.v71-context-card > div {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.v7-proof-card.v71-context-card small,
.v7-proof-card.v71-context-card strong,
.v7-proof-card.v71-context-card span {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 980px) {
  .v7-proof-grid.v71-context-grid {
    grid-template-columns: 1fr !important;
  }
}
