.orders-date-filter {
  display: contents;
}

.orders-date-actions {
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 70px;
}

.orders-date-actions button {
  min-height: 42px;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .orders-date-actions {
    min-height: 0;
  }

  .orders-date-actions button {
    flex: 1;
  }
}
