.store-offers-toolbar {
  align-items: center;
  gap: 12px;
}

.store-offers-toolbar > label:not(.checkbox-line) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-height: 38px;
  white-space: nowrap;
}

.store-offers-toolbar > label:first-child {
  flex: 0 1 360px;
  min-width: 240px;
}

.store-offers-toolbar > label:first-child select {
  flex: 1 1 auto;
  min-width: 0;
}

.store-offers-toolbar > label:not(.checkbox-line) + label:not(.checkbox-line) select {
  width: 112px;
}

.store-offers-toolbar .checkbox-line {
  width: auto;
  min-height: 38px;
  margin: 0 2px;
  white-space: nowrap;
}

.store-offer-sync-note {
  flex: 1 1 100%;
  order: 1;
  min-width: 0;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  line-height: 1.5;
}
