.manual-selection {
  display: flex;
  gap: var(--custom-block-gap, var(--wp--preset--spacing--medium));
}
@media (min-width: 768px) {
  .manual-selection {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .manual-selection {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.manual-selection.layout--1-2, .manual-selection.layout--1-3, .manual-selection.layout--1-4 {
  display: grid;
}
@media (min-width: 768px) {
  .manual-selection.layout--1-2, .manual-selection.layout--1-3, .manual-selection.layout--1-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-2, .manual-selection.layout--1-3, .manual-selection.layout--1-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .manual-selection.layout--1-2 > *:first-child, .manual-selection.layout--1-3 > *:first-child, .manual-selection.layout--1-4 > *:first-child {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-2 > *:first-child, .manual-selection.layout--1-3 > *:first-child, .manual-selection.layout--1-4 > *:first-child {
    grid-row: span 2;
  }
}
.manual-selection.layout--1-2 > *:first-child .wp-block-post-title, .manual-selection.layout--1-3 > *:first-child .wp-block-post-title, .manual-selection.layout--1-4 > *:first-child .wp-block-post-title {
  font-size: var(--wp--preset--font-size--large);
}
.manual-selection.layout--1-2 > *:first-child .wp-block-post-excerpt, .manual-selection.layout--1-3 > *:first-child .wp-block-post-excerpt, .manual-selection.layout--1-4 > *:first-child .wp-block-post-excerpt {
  display: initial !important;
  font-size: var(--wp--preset--font-size--medium) !important;
}
.manual-selection.layout--1-2 > *:first-child .wp-block-post-date, .manual-selection.layout--1-3 > *:first-child .wp-block-post-date, .manual-selection.layout--1-4 > *:first-child .wp-block-post-date {
  margin-block-start: 2rem;
}
@media (min-width: 992px) {
  .manual-selection.layout--1-3 > *:first-child {
    grid-row: span 3;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-3 > *:nth-child(2).is-style-post-card > *.wp-block-group, .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *.wp-block-group, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *.wp-block-group {
    flex: 1 0 0;
  }
  .manual-selection.layout--1-3 > *:nth-child(2).is-style-post-card > *.wp-block-group > *, .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *.wp-block-group > *, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *.wp-block-group > * {
    margin-top: 0.5rem;
  }
  .manual-selection.layout--1-3 > *:nth-child(2).is-style-post-card > *.wp-block-group > *:first-child, .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *.wp-block-group > *:first-child, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *.wp-block-group > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > * {
    margin-block-start: 0 !important;
    margin-top: 0 !important;
  }
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *:first-child, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *:first-child {
    flex: 0 0 30%;
  }
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *:first-child.wp-block-post-featured-image, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *:first-child.wp-block-post-featured-image {
    aspect-ratio: 4/3 !important;
  }
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *:first-child.wp-block-post-featured-image img, .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card > *:first-child.wp-block-post-featured-image picture, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *:first-child.wp-block-post-featured-image img, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card > *:first-child.wp-block-post-featured-image picture {
    margin-block-start: 0 !important;
  }
  .manual-selection.layout--1-3 > *:nth-child(3).is-style-post-card .post-card-actions, .manual-selection.layout--1-3 > *:nth-child(4).is-style-post-card .post-card-actions {
    display: none;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-4 > *:first-child {
    grid-row: span 4;
  }
}
@media (min-width: 992px) {
  .manual-selection.layout--1-4 > *:nth-child(2), .manual-selection.layout--1-4 > *:nth-child(3), .manual-selection.layout--1-4 > *:nth-child(4), .manual-selection.layout--1-4 > *:nth-child(5) {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  .manual-selection.layout--1-4 > *:nth-child(2) :first-child, .manual-selection.layout--1-4 > *:nth-child(3) :first-child, .manual-selection.layout--1-4 > *:nth-child(4) :first-child, .manual-selection.layout--1-4 > *:nth-child(5) :first-child {
    flex: 0 0 30%;
  }
  .manual-selection.layout--1-4 > *:nth-child(2) :first-child.wp-block-post-featured-image, .manual-selection.layout--1-4 > *:nth-child(3) :first-child.wp-block-post-featured-image, .manual-selection.layout--1-4 > *:nth-child(4) :first-child.wp-block-post-featured-image, .manual-selection.layout--1-4 > *:nth-child(5) :first-child.wp-block-post-featured-image {
    aspect-ratio: 4/3 !important;
  }
  .manual-selection.layout--1-4 > *:nth-child(2) :first-child.wp-block-post-featured-image img, .manual-selection.layout--1-4 > *:nth-child(2) :first-child.wp-block-post-featured-image picture, .manual-selection.layout--1-4 > *:nth-child(3) :first-child.wp-block-post-featured-image img, .manual-selection.layout--1-4 > *:nth-child(3) :first-child.wp-block-post-featured-image picture, .manual-selection.layout--1-4 > *:nth-child(4) :first-child.wp-block-post-featured-image img, .manual-selection.layout--1-4 > *:nth-child(4) :first-child.wp-block-post-featured-image picture, .manual-selection.layout--1-4 > *:nth-child(5) :first-child.wp-block-post-featured-image img, .manual-selection.layout--1-4 > *:nth-child(5) :first-child.wp-block-post-featured-image picture {
    margin-block-start: 0 !important;
  }
  .manual-selection.layout--1-4 > *:nth-child(2) .wp-block-group, .manual-selection.layout--1-4 > *:nth-child(3) .wp-block-group, .manual-selection.layout--1-4 > *:nth-child(4) .wp-block-group, .manual-selection.layout--1-4 > *:nth-child(5) .wp-block-group {
    flex: 1 0 0;
    margin-top: 0 !important;
  }
  .manual-selection.layout--1-4 > *:nth-child(2) .post-card-actions, .manual-selection.layout--1-4 > *:nth-child(3) .post-card-actions, .manual-selection.layout--1-4 > *:nth-child(4) .post-card-actions, .manual-selection.layout--1-4 > *:nth-child(5) .post-card-actions {
    display: none;
  }
}
.manual-selection.layout--list {
  display: flex;
  flex-direction: column;
}
.manual-selection.layout--default {
  flex-wrap: wrap;
  justify-content: center;
}
.manual-selection.layout--default > * {
  flex: 0 1 var(--column-width, 15rem);
}
.manual-selection.layout--align-left {
  justify-content: flex-start !important;
}/*# sourceMappingURL=style.css.map */
