/* Mobile UI v19 — full-width, color-coded motion review actions. */
@media (max-width: 760px) {
  .motion-actions {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    margin: 7px -1px -1px !important;
    padding: 7px 0 0 !important;
  }

  .motion-review-action,
  .motion-ai-start {
    width: 100% !important;
  }

  .motion-review-action > button:first-child,
  .motion-actions > button {
    min-height: 44px !important;
    height: 44px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-shadow: 0 1px 2px rgba(23,50,77,.06) !important;
  }

  .motion-review-action:nth-child(1) > button:first-child {
    color: #176b47 !important;
    border-color: #67b995 !important;
    background: #edf9f3 !important;
  }

  .motion-review-action:nth-child(2) > button:first-child {
    color: #245f91 !important;
    border-color: #83b4d7 !important;
    background: #f0f7fc !important;
  }

  .motion-review-action:nth-child(3) > button:first-child {
    color: #52616c !important;
    border-color: #aab7bf !important;
    background: #f6f8f9 !important;
  }

  .motion-review-action:nth-child(4) > button:first-child {
    color: #8a5a08 !important;
    border-color: #d4aa54 !important;
    background: #fff8e8 !important;
  }

  .motion-ai-start {
    grid-column: 1 !important;
    color: #26766d !important;
    border-color: #31988b !important;
    background: #eef9f7 !important;
  }
}
