.single-block-nj-custom-header {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}
.single-block-nj-custom-header-left {
  margin-right: 24px;
}
.single-block-nj-custom-header .single-block-nj-custom-header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-block-nj-custom-header
  .single-block-nj-custom-header-right
  .single-block-nj-custom-header-label {
  color: var(--red);
  font-weight: bold;
  margin-right: 24px;
}
.single-block-nj-custom-header
  .single-block-nj-custom-header-right
  .single-block-nj-custom-header-create-date {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .single-block-nj-custom-header .single-block-nj-custom-header-right {
    margin-left: 0;
  }
}
/*# sourceMappingURL=nj-custom-header.css.map */
