.wp-block-post-template.is-flex-container {
  gap: var(--wp--preset--spacing--40);
}
.wp-block-post-template.is-flex-container li {
  display: flex;
  flex-direction: column;
  justify-content: stretch;

  gap: 0;
}
.wp-block-post > div {
  height: 100%;
}
.wp-block-post-template :where(.wp-block-group.has-background) {
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--20);
}

.wp-block-post-featured-image {
  margin-bottom: 0;
}

.wp-block-post-title a,
.has-background.has-neutral-300-background-color .wp-block-post-title a:not(.wp-block-button__link) {
  color: inherit;
  text-decoration: none;
}
body .is-layout-constrained .wp-block-post-template .wp-block-post-date + .wp-block-post-excerpt,
body .is-layout-constrained .wp-block-post-template .wp-block-post-excerpt__excerpt {
  margin-block-start: 0;
  margin-block-end: 0;
}
body .is-layout-constrained .wp-block-post-template * + .wp-block-post-title,
body .is-layout-constrained .wp-block-post-template * + .wp-block-post-date,
body .is-layout-constrained .wp-block-post-template * + .wp-block-post-excerpt,
body .is-layout-constrained .wp-block-post-template .wp-block-post-excerpt__excerpt + .wp-block-post-excerpt__excerpt {
  margin-block-start: var(--wp--preset--spacing--20);
  margin-block-end: 0;
}
body .is-layout-constrained .wp-block-post-template .wp-block-separator {
  margin-block-start: var(--wp--preset--spacing--40);
  margin-block-end: var(--wp--preset--spacing--40);
}

.wp-block-post-template .wp-block-post-date {
  font-weight: bolder;
}

.wp-block-categories-dropdown.wp-block-categories {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 0;
  padding: 0.25em 0.5em;
  cursor: pointer;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--neutral-100);
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.wp-block-categories-dropdown.wp-block-categories select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: var(--wp--preset--color--neutral-100);
  font-weight: 600;

  grid-column: 1/3;
  grid-row: 1/2;
}

.wp-block-categories-dropdown.wp-block-categories::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--wp--preset--color--neutral-100);
  clip-path: polygon(20% 0%, 0 0, 50% 100%, 100% 0, 80% 0%, 50% 70%);

  pointer-events: none;
  grid-column: 2/3;
  grid-row: 1/2;
}

.wp-block-search__input {
  border: 0;
  box-shadow: inset #0009 0px 0px 12px -6px;
}
.wp-block-search__button.has-icon {
  margin-left: 0;
  padding: 0;
  background: var(--wp--preset--color--primary);
}

.wp-block-query-pagination {
  color: #b7b9bc;
}
.wp-block-query-pagination-numbers::before {
  content: "Page ";
}
.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.wp-block-query-pagination .current {
  color: #777c80;
  text-decoration: underline;
}
a.page-numbers::after,
.current.page-numbers::after {
  content: "|";
  padding-inline: 0.3em;
}
a.page-numbers:last-of-type::after {
  content: ">";
  font-weight: bolder;
}

/* drop shadow style on featured images */
.is-style-broadway-dallas-blocks-post-featured-image-shadow {
  box-shadow: #0000002f 0px 0px 4px;
}
