.postheader-block h1.post-title {
  margin-top: 64px;
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 720px) {
  .postheader-block h1.post-title {
    margin-top: 40px;
  }
}
@media (max-width: 720px) {
  .postheader-block .imageslider {
    margin-left: -20px;
    width: 100vw;
    max-width: 100vw;
  }
}
.postheader-block .imageslider .splide__slide img {
  width: 100%;
  height: auto;
}
.postheader-block .imageslider .splide__pagination-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: #ffffff;
  color: #000000;
  transform: translate(-50%, 0);
  padding: 0px 12px;
  border-radius: 99px;
  z-index: 10;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 1px;
}
@media (max-width: 720px) {
  .postheader-block .imageslider .splide__pagination-counter {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (prefers-contrast: high) {
  .postheader-block .imageslider .splide__pagination-counter {
    background: #ffffff;
    border: 2px solid #000000;
  }
}
.postheader-block .header_info {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 7fr 2fr 3fr;
  grid-template-areas: "text . date";
  grid-gap: 28px;
  align-items: flex-start;
  padding-bottom: 80px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .postheader-block .header_info {
    grid-template-columns: 9fr 1fr minmax(min-content, 2fr);
    grid-template-areas: "text . date";
  }
}
@media (max-width: 720px) {
  .postheader-block .header_info {
    grid-template-columns: 1fr;
    grid-template-areas: "date" "text";
    margin-top: 40px;
  }
}
.postheader-block .header_info .info_text {
  grid-area: text;
  color: #000000;
}
.postheader-block .header_info .info_date {
  grid-area: date;
  text-align: right;
  color: #000000;
}
.postheader-block .header_info .info_date .date {
  line-height: 0.6em;
}
@media (max-width: 720px) {
  .postheader-block .header_info .info_date {
    text-align: left;
  }
}

/******************
 * BACKEND STYLES *
******************/
.editor-visual-editor .postheader-block {
  position: relative;
}
.editor-visual-editor .postheader-block:after {
  content: "";
  display: block;
  height: 1px;
  background: inherit;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0px;
  z-index: 0;
}
.editor-visual-editor .postheader-block .content-wrapper {
  position: relative;
  z-index: 1;
}
.editor-visual-editor .postheader-block .splide {
  display: inline-block;
}
.editor-visual-editor .postheader-block .splide .splide__list {
  display: inline-block;
  flex-direction: row;
}
.editor-visual-editor .postheader-block .splide .splide__list .splide__slide {
  display: none;
}
.editor-visual-editor .postheader-block .splide .splide__list .splide__slide:first-child {
  display: block;
}
.editor-visual-editor .postheader-block .splide .splide__list .splide__slide:first-child img {
  width: 100%;
  height: auto;
}