/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/single-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.
 */
.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;
}

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

.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;
}
.latest-post__content.post {
  background-color: var(--wp--preset--color--base);
}
.latest-post__content.mb_eat_cpt {
  background-color: var(--wp--preset--color--base);
}
.latest-post__content.mb_move_cpt {
  background-color: var(--wp--preset--color--base);
}
.latest-post__content.mb_pro_cpt {
  background-color: var(--wp--preset--color--base);
}

.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%;
}

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

.latest-post__date {
  color: var(--wp--preset--color--accent-10);
}

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

.latest-post__date,
.latest-post__tags {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2rem;
  margin: 0;
}

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

.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);
}
.latest-post__image-container.post {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--contrast);
}
.latest-post__image-container.mb_eat_cpt {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--accent-5);
}
.latest-post__image-container.mb_move_cpt {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--accent-9);
}
.latest-post__image-container.mb_pro_cpt {
  box-shadow: 0px 12px 0px 0px var(--wp--preset--color--contrast);
}

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

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

.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;
}

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