/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-header/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-block-ca-plugin-post-header {
  display: grid;
  grid-template-columns: auto minmax(0, 200px);
  -moz-column-gap: clamp(1rem, 3vw, 2.5rem);
       column-gap: clamp(1rem, 3vw, 2.5rem);
  row-gap: 0;
  align-items: start;
}

.wp-block-ca-plugin-post-header .post-header-meta {
  grid-column: 1/3;
  grid-row: 1/2;
  padding-bottom: var(--wp--preset--spacing--20-15);
}

.wp-block-ca-plugin-post-header .post-header-meta-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  gap: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--subtitle);
  font-family: var(--wp--preset--font-family--zilla-slab);
}

.wp-block-ca-plugin-post-header .post-header-meta-list li {
  display: inline-flex;
  align-items: center;
}

.wp-block-ca-plugin-post-header .post-header-meta-list li + li::before {
  content: "•";
  margin: 0 0.5rem;
}

.wp-block-ca-plugin-post-header .post-header-meta-list li + li:last-child::before {
  content: "|";
  margin: 0 0.5rem;
}

.wp-block-ca-plugin-post-header .post-header-title {
  grid-column: 1/3;
  grid-row: 2/3;
  margin: 0;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--article-title);
  line-height: 1.1;
  padding-bottom: var(--wp--preset--spacing--30-15);
}

.wp-block-ca-plugin-post-header .post-header-subtitle {
  grid-column: 1/3;
  grid-row: 3/4;
  margin: 0;
  font-size: var(--wp--preset--font-size--article-header-subtitle);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--zilla-slab);
  padding-bottom: var(--wp--preset--spacing--30-15);
}

.post-header-en-question-link {
  font-weight: 600;
}

.post-header__en-question {
  font-weight: 600;
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-style: italic;
  background-color: transparent;
}

.wp-block-ca-plugin-post-header.post-header--no-authors .post-header-subtitle {
  grid-template-columns: minmax(0, 1fr);
}

.wp-block-ca-plugin-post-header .post-header-authors {
  grid-column: 1/2;
  grid-row: 4/5;
  position: relative;
  z-index: 2;
  font-size: var(--wp--preset--font-size--subtitle);
}
.wp-block-ca-plugin-post-header .post-header-authors .post-header-author {
  line-height: 1.2;
}
.wp-block-ca-plugin-post-header .post-header-authors .post-header-author-link {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--eb-garamond);
}
.wp-block-ca-plugin-post-header .post-header-authors .post-header-author-description {
  font-style: italic;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--eb-garamond);
}

.wp-block-ca-plugin-post-header .post-header-authors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.25rem;
  padding-bottom: var(--wp--preset--spacing--50-30);
}

.wp-block-ca-plugin-post-header .post-header-authors-custom {
  padding-bottom: var(--wp--preset--spacing--45-25);
}

.wp-block-ca-plugin-post-header .post-header-share {
  grid-column: 2/3;
  grid-row: 7/8;
  justify-self: end;
  align-self: end;
  padding-bottom: var(--wp--preset--spacing--20-15);
}

.wp-block-ca-plugin-post-header .post-header-ref {
  grid-column: 1/2;
  grid-row: 5/6;
  padding-bottom: var(--wp--preset--spacing--45-25);
  font-family: var(--wp--preset--font-family--eb-garamond);
}
.wp-block-ca-plugin-post-header .post-header-ref .post-header-ref-author,
.wp-block-ca-plugin-post-header .post-header-ref .post-header-ref-sep,
.wp-block-ca-plugin-post-header .post-header-ref .post-header-ref-source {
  font-family: var(--wp--preset--font-family--eb-garamond);
}

.wp-block-ca-plugin-post-header .post-header-event-list {
  grid-column: 1/2;
  grid-row: 6/7;
  padding-bottom: var(--wp--preset--spacing--45-25);
}

.wp-block-ca-plugin-post-header .post-header-event-list .em-events {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: var(--wp--preset--spacing--45-40);
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-event {
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--10-10);
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .event-icon {
  display: flex;
  flex: 0 0 auto;
  line-height: 1;
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-title {
  margin: 0;
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-line {
  display: flex;
  align-items: center;
  gap: 1ch;
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-line--meta {
  flex-wrap: wrap;
  -moz-column-gap: var(--wp--preset--spacing--30-30);
       column-gap: var(--wp--preset--spacing--30-30);
  row-gap: var(--wp--preset--spacing--10-10);
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5ch;
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-meta--location {
  align-items: flex-start;
}
.wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-text, .wp-block-ca-plugin-post-header .post-header-event-list .em-events .em-address {
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.2;
  font-style: normal;
}

.wp-block-ca-plugin-post-header .post-header-reading-time {
  grid-column: 1/2;
  grid-row: 7/8;
  padding-bottom: var(--wp--preset--spacing--45-25);
}

@media (max-width: 782px) {
  .wp-block-ca-plugin-post-header {
    grid-template-columns: minmax(0, 1fr);
  }
  .wp-block-ca-plugin-post-header .post-header-authors,
  .wp-block-ca-plugin-post-header .post-header-ref,
  .wp-block-ca-plugin-post-header .post-header-event-list {
    grid-column: 1/3;
  }
  .wp-block-ca-plugin-post-header .post-header-subtitle {
    grid-template-columns: minmax(0, 1fr);
  }
  .wp-block-ca-plugin-post-header .post-header-share {
    justify-self: start;
    grid-row: 7/8;
  }
}

/*# sourceMappingURL=style-index.css.map*/