/* Keep dashboard action labels on one line at phone widths. */
@media (max-width: 680px) {
  .nclcd-page .nclcd-display-actions {
    flex-wrap: wrap;
    gap: 8px;
  }

  .nclcd-page .nclcd-display-actions > button {
    flex: 1 0 auto;
    min-height: 44px;
    padding-inline: 6px;
    gap: 4px;
    white-space: nowrap;
  }

  .nclcd-page .nclcd-display-actions > button > span {
    white-space: nowrap;
  }

  .nclcd-page .nclcd-display-actions > button > svg {
    flex: 0 0 18px;
  }
}
