/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/archive-latest-posts/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.archive-latest-posts__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--wp--preset--spacing--30);
  row-gap: 2rem;
  justify-items: center;
}

.archive-latest-post__item {
  max-width: 440px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  text-decoration: none;
}
.archive-latest-post__item.manger:hover .archive-latest-post__content {
  background-color: var(--wp--preset--color--accent-3);
}
.archive-latest-post__item.manger:hover .archive-latest-post__image-container {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--accent-4);
}
.archive-latest-post__item.bouger:hover .archive-latest-post__content {
  background-color: var(--wp--preset--color--accent-8);
}
.archive-latest-post__item.bouger:hover .archive-latest-post__image-container {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--base);
}
.archive-latest-post__item:hover {
  text-decoration: none;
}

.archive-latest-post__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  border-radius: 50px;
  padding-top: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  box-sizing: border-box;
}
.archive-latest-post__content.manger {
  background-color: var(--wp--preset--color--base);
}
.archive-latest-post__content.bouger {
  background-color: var(--wp--preset--color--base);
}

.archive-latest-post__content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  margin-bottom: 115px;
  padding-bottom: var(--wp--preset--spacing--30);
  height: 100%;
}

.archive-latest-post__title {
  line-height: 1.25;
  margin: 0;
}

.archive-latest-post__tags {
  display: flex;
  gap: 0.5rem;
}

.archive-latest-post__date,
.archive-latest-post__tags {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2rem;
  margin: 0;
}
.archive-latest-post__date.manger,
.archive-latest-post__tags.manger {
  color: var(--wp--preset--color--accent-6);
}
.archive-latest-post__date.bouger,
.archive-latest-post__tags.bouger {
  color: var(--wp--preset--color--accent-10);
}

.archive-latest-post__excerpt {
  margin-top: 0;
  margin-bottom: auto;
  line-height: 1.2;
}

.archive-latest-post__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -115px;
  margin-left: var(--wp--preset--spacing--30);
  margin-right: var(--wp--preset--spacing--30);
  border-radius: 50px;
  box-sizing: border-box;
  max-width: 400px;
  height: 200px;
  overflow: hidden;
  background-color: var(--wp--preset--color--base);
}
.archive-latest-post__image-container.manger {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--accent-5);
}
.archive-latest-post__image-container.bouger {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--accent-9);
}

.mb__has-not-image {
  display: none;
}

.archive-latest-post__terms {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-latest-post__tax-term {
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 22px;
  font-size: var(--wp--preset--font-size--small);
  padding: 6px 12px;
}

@media screen and (min-width: 600px) {
  .archive-latest-posts__container:not(.post) {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
  .archive-latest-post__item:not(.post) {
    flex-direction: row;
    min-height: 480px;
    max-width: var(--wp--style--global--content-size);
  }
  .archive-latest-post__item:not(.post) .archive-latest-post__content {
    margin-right: -130px;
    padding-right: calc(130px + var(--wp--preset--spacing--30) / 2);
    width: 100%;
  }
  .archive-latest-post__item:not(.post) .archive-latest-post__image-container {
    margin-top: auto;
    margin-bottom: auto;
    min-height: 300px;
    height: 300px;
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    margin-left: 0;
    margin-right: 0;
  }
  .archive-latest-post__item:not(.post) .archive-latest-post__content-inner {
    margin-bottom: 0;
  }
}

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