/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/entries/blog/blog.scss ***!
  \*****************************************************************************************************************************/
/* (Entries) Blog */
/*
    Variables
-------------------------------------
*/
/*
    Mixins
-------------------------------------
*/
/*
    Content post
-------------------------------------
*/
.main-blog .section__content .post-cards__items .post-card__item {
  height: calc(var(--joined-sections-image__height) * 1.5);
}

/*
    Post card (base)
-------------------------------------
*/
.post-card {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-card__meta,
.post-card .post-card__author,
.post-card .post-card__category {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.post-card .post-card__meta .post-card__date,
.post-card .post-card__meta .post-card__name,
.post-card .post-card__meta .post-card__category-item,
.post-card .post-card__author .post-card__date,
.post-card .post-card__author .post-card__name,
.post-card .post-card__author .post-card__category-item,
.post-card .post-card__category .post-card__date,
.post-card .post-card__category .post-card__name,
.post-card .post-card__category .post-card__category-item {
  font-size: var(--blog-meta__fs);
}
.post-card .post-card__title .post-card__link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-weight: 600;
}
.post-card .post-card__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

/*
    Post card - secondary / thirdary
-------------------------------------
*/
.post-card--secondary {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: calc(var(--section__space) / 1.5);
  padding-bottom: var(--section__gap);
}
.post-card--thirdary .flexible-layout__container .section__value {
  margin-bottom: calc(var(--section__space) / 1.5);
}
.post-card--secondary .post-card__thumbnail .post-card__link, .post-card--thirdary .post-card__thumbnail .post-card__link {
  display: flex;
}
.post-card--secondary .post-card__thumbnail .post-card__link .wp-post-image, .post-card--thirdary .post-card__thumbnail .post-card__link .wp-post-image {
  width: 100%;
  height: calc(var(--joined-sections-image__height) * 1.5);
  border-radius: var(--content__border-radius-l);
}
.post-card--secondary .post-card__content .post-card__details, .post-card--thirdary .post-card__content .post-card__details {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  position: relative;
}
.post-card--secondary .post-card__content .post-card__details .post-card__meta .post-card__date,
.post-card--secondary .post-card__content .post-card__details .post-card__meta .post-card__name,
.post-card--secondary .post-card__content .post-card__details .post-card__meta .post-card__category-item,
.post-card--secondary .post-card__content .post-card__details .post-card__author .post-card__date,
.post-card--secondary .post-card__content .post-card__details .post-card__author .post-card__name,
.post-card--secondary .post-card__content .post-card__details .post-card__author .post-card__category-item,
.post-card--secondary .post-card__content .post-card__details .post-card__category .post-card__date,
.post-card--secondary .post-card__content .post-card__details .post-card__category .post-card__name,
.post-card--secondary .post-card__content .post-card__details .post-card__category .post-card__category-item, .post-card--thirdary .post-card__content .post-card__details .post-card__meta .post-card__date,
.post-card--thirdary .post-card__content .post-card__details .post-card__meta .post-card__name,
.post-card--thirdary .post-card__content .post-card__details .post-card__meta .post-card__category-item,
.post-card--thirdary .post-card__content .post-card__details .post-card__author .post-card__date,
.post-card--thirdary .post-card__content .post-card__details .post-card__author .post-card__name,
.post-card--thirdary .post-card__content .post-card__details .post-card__author .post-card__category-item,
.post-card--thirdary .post-card__content .post-card__details .post-card__category .post-card__date,
.post-card--thirdary .post-card__content .post-card__details .post-card__category .post-card__name,
.post-card--thirdary .post-card__content .post-card__details .post-card__category .post-card__category-item {
  color: #00253E;
}
.post-card--secondary .post-card__content .post-card__details .post-card__comments-count, .post-card--thirdary .post-card__content .post-card__details .post-card__comments-count {
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00253E;
  border-radius: 50%;
  width: var(--post-card-comments-count__size);
  height: var(--post-card-comments-count__size);
  font-size: var(--fs__text-xxs);
  color: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Firefox */
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Internet Explorer */
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Opera */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Standard syntax */
}
.post-card--secondary .post-card__content .post-card__title,
.post-card--secondary .post-card__content .post-card__excerpt, .post-card--thirdary .post-card__content .post-card__title,
.post-card--thirdary .post-card__content .post-card__excerpt {
  margin-bottom: var(--section__gap);
}

/*# sourceMappingURL=blog.bundle.css.map*/