/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/post-list-item/style.scss ***!
  \*****************************************************************************************************************************************************************************************/
.placeholder-featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.placeholder-featured-image strong {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
}

.post-list-item {
  background: #fff;
  padding: 50px 50px;
  border-radius: 21px;
  border: 1px solid #E6EDF0;
}
.post-list-item + .post-list-item {
  margin-top: 60px;
}
.post-list-item > .entry-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.post-list-item > .entry-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}
.post-list-item > .entry-content > .entry-image {
  width: 50%;
  min-width: 200px;
  max-width: 350px;
  padding-left: 15px;
  padding-right: 15px;
}
.post-list-item > .entry-content > .entry-information {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.post-list-item > * {
  padding-left: 15px;
  padding-right: 15px;
}
.post-list-item .entry-date {
  order: -1;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--wp--preset--color--blue);
  margin-bottom: 14px;
  line-height: 1em;
}
.post-list-item .entry-title {
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
  color: var(--wp--preset--color--orange);
  font-size: 25px;
  line-height: 1.6em;
}
.post-list-item .entry-title a {
  color: inherit;
  text-decoration: none;
}
.post-list-item .entry-title a:hover, .post-list-item .entry-title a:focus {
  color: var(--wp--preset--color--blue);
}
.post-list-item .entry-image {
  margin-top: 0;
  margin-bottom: 0;
}
.post-list-item .entry-image > a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.post-list-item .entry-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 30px;
}
.post-list-item .entry-information {
  border-radius: 30px;
  width: 50%;
  flex-grow: 1;
}
.post-list-item .entry-excerpt p {
  margin-top: 0;
}
.post-list-item .read-more-container a {
  color: var(--wp--preset--color--dark-blue);
  text-decoration: underline;
  font-weight: 700;
}
.post-list-item .read-more-container a:hover, .post-list-item .read-more-container a:focus {
  color: var(--wp--preset--color--blue);
}
@media (max-width: 991px) {
  .post-list-item {
    padding: 30px 20px;
  }
  .post-list-item .entry-image {
    max-width: none;
    margin-bottom: 30px;
  }
}

.entry-terms {
  display: none;
}
.entry-terms > a {
  display: inline-block;
}
