.shopify-block.brita-divider {
  display: contents;
}

.brita-divider hr {
  width: 100%;
  height: 1px;
  margin: var(--brita-divider-top, 16px) 0 var(--brita-divider-bottom, 16px);
  border-color: rgb(var(--color-border));
  border-top-width: 1px;
}
