.wp-block-post-template .wp-block-post:has(.group-block-link) {
  position: relative;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) figure {
  position: relative;
  overflow: hidden;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) figure img {
  font-family: "object-fit: cover;";
  object-position: top;
  transition: transform 0.3s ease-in-out;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) .group-block-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) .wp-block-read-more {
  align-items: center;
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) .wp-block-read-more::after {
  content: "";
  mask: no-repeat 50% 50% url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="11" viewBox="0 0 12 11"><path d="M6.518 0L5.348 1.189L8.445 4.268H0V6.159H8.427L5.365 9.238L6.536 10.408L11.74 5.204L6.518 0Z"/></svg>');
  mask-size: cover;
  background: currentColor;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}
.wp-block-post-template .wp-block-post:has(.group-block-link) .wp-block-read-more::after {
  transition: transform 0.3s;
}
.wp-block-post-template .wp-block-post:has(.group-block-link):hover figure img {
  transform: scale(1.05);
}
.wp-block-post-template .wp-block-post:has(.group-block-link):hover .wp-block-post-title {
  color: var(--wp--preset--color--violet-500);
}
.wp-block-post-template .wp-block-post:has(.group-block-link):hover .wp-block-post-title a {
  color: inherit !important;
  text-decoration: underline;
}
.wp-block-post-template .wp-block-post:has(.group-block-link):hover .wp-block-read-more {
  color: var(--wp--preset--color--violet-500);
}
.wp-block-post-template .wp-block-post:has(.group-block-link):hover .wp-block-read-more::after {
  transform: translateX(0.25rem);
  color: var(--wp--preset--color--violet-500);
}
.wp-block-post-template .wp-block-post-terms:has(.wp-block-post-terms-icon) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.wp-block-post-template.is-style-resources-vertical .wp-block-post, .wp-block-post-template.is-style-resources-horizontal .wp-block-post {
  position: relative;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post figure, .wp-block-post-template.is-style-resources-horizontal .wp-block-post figure {
  position: relative;
  overflow: hidden;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post figure img, .wp-block-post-template.is-style-resources-horizontal .wp-block-post figure img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  transition: transform 0.3s ease-in-out;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post:not(:first-child) figure, .wp-block-post-template.is-style-resources-horizontal .wp-block-post:not(:first-child) figure {
  min-width: 13rem;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post:not(:first-child) > .wp-block-group, .wp-block-post-template.is-style-resources-horizontal .wp-block-post:not(:first-child) > .wp-block-group {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.wp-block-post-template.is-style-resources-vertical .wp-block-post:first-child {
  grid-row: 2 span;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post:first-child figure.wp-block-post-featured-image {
  max-height: 37.5rem;
}
.wp-block-post-template.is-style-resources-vertical .wp-block-post:first-child > .wp-block-group {
  height: 100%;
}

.wp-block-post-template.is-style-resources-horizontal .wp-block-post:first-child {
  grid-column: 2 span;
}
.wp-block-post-template.is-style-resources-horizontal .wp-block-post:first-child figure.wp-block-post-featured-image {
  max-height: 27.5rem;
}
.wp-block-post-template.is-style-resources-horizontal .wp-block-post:first-child > .wp-block-group {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 60rem) {
  .wp-block-post-template.is-style-resources-vertical, .wp-block-post-template.is-style-resources-horizontal {
    grid-template-columns: 1fr;
  }
  .wp-block-post-template.is-style-resources-vertical .wp-block-post > .wp-block-group figure, .wp-block-post-template.is-style-resources-horizontal .wp-block-post > .wp-block-group figure {
    flex: 50%;
  }
  .wp-block-post-template.is-style-resources-vertical .wp-block-post > .wp-block-group > .wp-block-group, .wp-block-post-template.is-style-resources-horizontal .wp-block-post > .wp-block-group > .wp-block-group {
    flex: 50%;
  }
  .wp-block-post-template.is-style-resources-horizontal .wp-block-post:first-child {
    grid-column: 1 span;
  }
  .wp-block-post-template.is-style-resources-horizontal .wp-block-post:first-child > .wp-block-group {
    flex-direction: column;
  }
  .wp-block-post-template.is-style-resources-vertical .wp-block-post:first-child figure.wp-block-post-featured-image {
    max-height: 28.75rem;
  }
}
@media screen and (max-width: 560px) {
  .wp-block-post-template.is-style-resources-vertical, .wp-block-post-template.is-style-resources-horizontal {
    grid-template-columns: 1fr;
  }
  .wp-block-post-template.is-style-resources-vertical figure.wp-block-post-featured-image, .wp-block-post-template.is-style-resources-horizontal figure.wp-block-post-featured-image {
    max-height: 28.75rem;
  }
  .wp-block-post-template.is-style-resources-vertical .wp-block-post > .wp-block-group, .wp-block-post-template.is-style-resources-horizontal .wp-block-post > .wp-block-group {
    flex-direction: column !important;
  }
}