/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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/acf-blogposts/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-acf-mgblocks-blogposts {
  color: var(--mb-color-text-dark);
  color: var(--mb-color-text-dark);
}
.wp-block-acf-mgblocks-blogposts ul li {
  border-radius: 16px;
  background-color: var(--mb-color-bg-paler);
  border: 1px solid var(--mb-color-primary-light);
  padding-block: 1rem;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
}
.wp-block-acf-mgblocks-blogposts ul li .li-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-acf-mgblocks-blogposts ul li .li-primary-term {
  display: inline-flex;
  align-items: center;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 20px;
  column-gap: 10px;
  margin-block-start: 0.625rem;
}
.wp-block-acf-mgblocks-blogposts ul li .li-primary-term span {
  display: inline-block;
}
.wp-block-acf-mgblocks-blogposts ul li .li-primary-term span:first-child {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  white-space: nowrap;
}
.wp-block-acf-mgblocks-blogposts ul li .li-primary-term span {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: inherit;
  font-weight: var(--mb-font-weight-semibold);
}
.wp-block-acf-mgblocks-blogposts ul li .li-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-acf-mgblocks-blogposts ul li .li-title {
  margin-block: 0.5rem;
}
.wp-block-acf-mgblocks-blogposts ul li .li-date {
  font-size: var(--mg-font-size-smallest);
  line-height: 1.4;
  font-weight: 600;
  margin-block-start: 1rem;
  display: none;
}
.wp-block-acf-mgblocks-blogposts ul li .li-date.show-date {
  display: block;
}
.wp-block-acf-mgblocks-blogposts ul li .li-excerpt {
  margin-block-end: 1.25rem;
}
.wp-block-acf-mgblocks-blogposts ul li .li-excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
}
.wp-block-acf-mgblocks-blogposts ul li .li-more-btn {
  text-align: right;
  margin-block-start: auto;
}
.wp-block-acf-mgblocks-blogposts ul li .li-more-btn .li-more-btn-link {
  display: inline-flex;
  position: relative;
  font-size: var(--mg-font-size-small);
  column-gap: 6px;
  font-weight: var(--mb-font-weight-semibold);
}
.wp-block-acf-mgblocks-blogposts ul li .li-more-btn .li-more-btn-link:after {
  content: "\f178";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 80%;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-top: 4px;
  transition: transform 0.2s ease-in-out;
}
.wp-block-acf-mgblocks-blogposts ul li .li-more-btn .li-more-btn-link:hover:after, .wp-block-acf-mgblocks-blogposts ul li .li-more-btn .li-more-btn-link:active:after, .wp-block-acf-mgblocks-blogposts ul li .li-more-btn .li-more-btn-link:focus:after {
  transform: translateX(4px);
}
.wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type {
  background-color: var(--mb-color-primary-light);
  border-color: var(--mb-color-primary);
}
.wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type .li-more-btn,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type .li-more-btn {
  text-align: center;
  align-self: stretch;
}
.wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link {
  background-color: var(--mb-color-primary);
  border-color: var(--mb-color-primary);
  color: var(--mb-color-text-light);
  padding-block: 8px;
  padding-inline: 8px;
  border-radius: 50px;
  justify-content: center;
  min-width: 180px;
}
.wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:hover, .wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:active, .wp-block-acf-mgblocks-blogposts.style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:focus,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:hover,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:active,
.wp-block-acf-mgblocks-blogposts .style-first-item-video ul > li:first-of-type .li-more-btn .li-more-btn-link:focus {
  background-color: var(--mb-color-primary-dark);
  border-color: var(--mb-color-primary-dark);
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul {
  grid-template-columns: 55% 1fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 1rem;
  row-gap: 1rem;
}
@media (max-width: 64em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul,
  .wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 61.9375em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul,
  .wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul {
    grid-template-columns: 1fr;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li {
  align-items: flex-start;
  transition: box-shadow 0.4s ease-in-out;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li .li-more-btn,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li .li-more-btn {
  margin-block-start: 0;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:hover,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 64em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:hover,
  .wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:hover {
    box-shadow: none;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:first-of-type,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:first-of-type {
  grid-column: 1/1;
  grid-row: 1/span 3;
}
@media (max-width: 61.9375em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:first-of-type,
  .wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:first-of-type {
    grid-column: unset;
    grid-row: unset;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:first-of-type .li-image,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:first-of-type .li-image {
  aspect-ratio: 1.77/1;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type),
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) {
  flex-direction: row;
  column-gap: 10px;
  row-gap: 1rem;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-image,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-image {
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: 1.7/1;
}
@media (max-width: 64em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-image,
  .wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-image {
    width: 90px;
    aspect-ratio: 1/1;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-primary-term,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-primary-term {
  margin-block-start: 0;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-title,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-excerpt,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-excerpt {
  margin-block-end: 0.5rem;
}
.wp-block-acf-mgblocks-blogposts.li-layout-feature-list ul li:not(:first-of-type) .li-excerpt p,
.wp-block-acf-mgblocks-blogposts .li-layout-feature-list ul li:not(:first-of-type) .li-excerpt p {
  -webkit-line-clamp: 1;
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul > li,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  padding-inline: 0;
  padding-block: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 61.9375em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul > li,
  .wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul > li {
    grid-template-columns: 1fr;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-image,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-image {
  border-radius: 6px;
  aspect-ratio: 1.78/1;
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-primary-term,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-primary-term {
  margin-block-start: 0;
  margin-block-end: 1rem;
}
@media (max-width: 61.9375em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-primary-term,
  .wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-primary-term {
    margin-block-end: 0.5rem;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-title,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-title {
  margin-block-end: 1.5rem;
}
@media (max-width: 61.9375em) {
  .wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-title,
  .wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-title {
    margin-block-end: 0.5rem;
  }
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-excerpt p,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-excerpt p {
  -webkit-line-clamp: 4;
}
.wp-block-acf-mgblocks-blogposts.li-layout-ful-single .li-ul .li-more-btn,
.wp-block-acf-mgblocks-blogposts .li-layout-ful-single .li-ul .li-more-btn {
  align-self: flex-end;
}

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