/* break_zyokyo - tool specific only */
.break-zyokyo-container { display: contents; }
.btn-copy.is-copied { background: #28a745 !important; color:#fff !important; }
/* === Layout stabilization: force 2 columns for neg-grid === */
.neg-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
@media (max-width: 767px) {
  .neg-grid { grid-template-columns: 1fr !important; }
}
.prompt-box { min-width: 280px; box-sizing: border-box; max-width: 100%; }
#after_general, #after_general_pg { width: 100%; min-height: 120px; box-sizing: border-box; }
