.ZrHContainer-wrapper {
  display: flex;
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  gap: var(--gap);
  flex-wrap: var(--flex-wrap);
  width: 100%;
}
.ZrHContainer-wrapper .zr-h-item {
  min-width: 0;
  flex-grow: 1;
}
.ZrHContainer-wrapper .zr-h-item:empty {
  min-height: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.ZrHContainer-wrapper .zr-h-item .opc-area {
  height: 100%;
}
@media (max-width: 767px) {
  .ZrHContainer-wrapper.stack-mobile {
    flex-direction: column;
  }
  .ZrHContainer-wrapper.stack-mobile .zr-h-item {
    width: 100% !important;
  }
}

/*# sourceMappingURL=ZrHContainer.css.map */
