.post-meta-block {
  width: 100%;
  box-sizing: border-box;
  font-family: "Public Sans", sans-serif;
  hyphens: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.post-meta-block .post-meta-content {
  display: inline;
}

.block-editor-block-list__block .post-meta-block {
  min-height: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .post-meta-block {
    transition: none;
  }
}
@media print {
  .post-meta-block {
    color: #000000 !important;
    background: transparent !important;
  }
}
