/* Mobile UI v26 — concise Motion labels and cleaner mute trigger. */
@media (max-width: 760px) {
  .motion-card:not(.reviewed) .motion-review-action > button:first-child {
    font-size: 0 !important;
  }

  .motion-card:not(.reviewed) .motion-review-action > button:first-child::before {
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }

  .motion-card:not(.reviewed) .motion-review-action:nth-child(1) > button:first-child::before { content: 'Confirm'; }
  .motion-card:not(.reviewed) .motion-review-action:nth-child(2) > button:first-child::before { content: 'Expected'; }
  .motion-card:not(.reviewed) .motion-review-action:nth-child(3) > button:first-child::before { content: 'Dismiss'; }
  .motion-card:not(.reviewed) .motion-review-action:nth-child(4) > button:first-child::before { content: 'Monitor'; }

  .motion-mute-icon-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 10px !important;
  }

  .motion-mute-icon-button svg {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.7 !important;
  }

  .motion-mute-sheet-backdrop {
    padding-bottom: 0 !important;
  }

  .motion-mute-sheet {
    width: 100% !important;
    max-width: 760px !important;
    border-radius: 16px 16px 0 0 !important;
  }
}
