/* Equal outer height for the archive action and the date-filter group. */
.orders-single-layout .orders-secondary-button {
  box-sizing: border-box !important;
  height: 33px !important;
  min-height: 33px !important;
  padding: 0 12px !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}
.orders-single-layout .orders-date-presets {
  box-sizing: border-box !important;
  height: 33px !important;
  min-height: 33px !important;
  padding: 0 !important;
  align-items: center !important;
  border-radius: 3px !important;
}
.orders-single-layout .orders-date-presets > button {
  box-sizing: border-box !important;
  height: 31px !important;
  min-height: 0 !important;
  padding-block: 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
}
