/* 生产验收：移动端必须同时重设网格区域，否则错误码仍会建立隐式第二列。 */
@media (max-width: 640px) {
  body .ai-review-fallback-health.health-invalid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'meter' 'copy' 'actions';
  }
}
body [data-testid='ai-review-fallback'] button.text-white {
  color: #fff !important;
}
body [data-testid='ai-review-fallback'] p.text-slate-600 {
  color: var(--text-secondary, #94a3b8) !important;
}

