
/* Coope Sorteos — Patch 1.8.6 (mobile layout fix for Preview) */
@media (max-width: 768px){
  .coope-sorteos .coope-grid{ grid-template-columns: 1fr !important; }
  .coope-card{ margin: 0 8px !important; }
  .coope-title, .coope-desc{ text-align:center; justify-content:center; }
  .coope-actions{ display:flex; justify-content:center !important; }
  .coope-parse-out, .coope-preview-wrapper{ width:100%; max-width:100%; overflow-wrap:anywhere; word-break:break-word; }
  .coope-window{ max-width:100%; }
  .coope-winner{ text-align:center; }
  /* Prevent right-shift after clicking "Previsualizar" caused by accidental width overflow */
  .coope-sorteos * { max-width: 100%; }
  /* Keep "Iniciar sorteo" button aligned */
  [data-coope-start]{ display:inline-flex; align-items:center; justify-content:center; }
}
/* Reserve height for parse-out during preview to avoid reflow jumps */
.coope-parse-out{ min-height: 40px; }
