/* Header is outside orders-single-layout: target the actual shared parent. */
.orders-topbar-actions { align-items:center!important; }
.orders-topbar-actions>.orders-secondary-button,
.orders-topbar-actions>.orders-date-presets {
  box-sizing:border-box!important;
  height:33px!important;
  min-height:33px!important;
  max-height:33px!important;
  margin-block:0!important;
  border-radius:3px!important;
}
.orders-topbar-actions>.orders-secondary-button {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:16px!important;
}
.orders-topbar-actions>.orders-date-presets {padding:0!important;align-items:center!important;}
.orders-topbar-actions>.orders-date-presets>button {
  box-sizing:border-box!important;
  height:31px!important;
  min-height:0!important;
  padding-block:0!important;
  font-size:11px!important;
  line-height:16px!important;
}
