.delivery-cutoff {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem .4rem;
  margin: 0;
  color: var(--store-text);
  font-size: .82rem;
}

.delivery-cutoff > span { color: var(--store-muted); }
.delivery-cutoff time { font-weight: 800; }
.delivery-cutoff small { flex-basis: 100%; color: var(--store-muted); }

@media (max-width: 620px) {
  .delivery-cutoff { display: grid; grid-template-columns: 1fr; }
}
