.posthero {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: var(--wp--preset--color--primary);
  padding: 0 1.125rem;
  overflow: hidden;
  width: 100%;
  max-height: 28.125rem;
  min-height: 28.125rem;
}
.posthero .container {
  width: 100%;
}
.posthero h1 {
  color: var(--wp--preset--color--base);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.posthero h1.title-medium {
  font-size: clamp(2rem, 1.3421rem + 2.807vw, 4.5rem);
}
.posthero h1.title-small {
  font-size: clamp(2rem, 1.6053rem + 1.6842vw, 3.5rem);
}
.posthero .back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--wp--preset--color--base);
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.page,
.archive {
  padding-top: 30.5rem;
}

.editor-styles-wrapper .posthero {
  position: relative !important;
}/*# sourceMappingURL=block.css.map */