/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/blocks/news-list-section.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.posts-list-section {
  margin-bottom: 40px;
}
.posts-list-section .bordered-title {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  color: #0F1E42;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 5px solid #C6168D;
  margin-bottom: 16px;
  margin-bottom: 32px;
}
.posts-list-section .bordered-title.pink {
  border-bottom: 5px solid #C6168D;
}
.posts-list-section .bordered-title.green {
  border-bottom: 5px solid #00B48D;
}
.posts-list-section .bordered-title.blue {
  border-bottom: 5px solid #0095DA;
}
.posts-list-section .bordered-title.orange {
  border-bottom: 5px solid #F99D1C;
}
.posts-list-section .posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list-section .posts li {
  padding-bottom: 34px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C6168D;
  display: flex;
  align-items: flex-end;
}
.posts-list-section .posts li .image-folder {
  width: 217px;
  margin-right: 24px;
  -webkit-box-shadow: -10px 10px 0 0 var(--custom-block-shadow-color, #F9E8F4);
  -moz-box-shadow: -10px 10px 0 0 var(--custom-block-shadow-color, #F9E8F4);
  box-shadow: -10px 10px 0 0 var(--custom-block-shadow-color, #F9E8F4);
  margin-left: 10px;
}
.posts-list-section .posts li .image-folder.green {
  -webkit-box-shadow: -10px 10px 0 0 #CCF0E8;
  -moz-box-shadow: -10px 10px 0 0 #CCF0E8;
  box-shadow: -10px 10px 0 0 #CCF0E8;
}
.posts-list-section .posts li .image-folder.blue {
  -webkit-box-shadow: -10px 10px 0 0 #E5F4FC;
  -moz-box-shadow: -10px 10px 0 0 #E5F4FC;
  box-shadow: -10px 10px 0 0 #E5F4FC;
}
.posts-list-section .posts li .image-folder.orange {
  -webkit-box-shadow: -10px 10px 0 0 #FEEBD2;
  -moz-box-shadow: -10px 10px 0 0 #FEEBD2;
  box-shadow: -10px 10px 0 0 #FEEBD2;
}
.posts-list-section .posts li .image-folder a {
  object-fit: cover;
  padding-top: 75%;
  position: relative;
  display: block;
}
.posts-list-section .posts li .image-folder a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.posts-list-section .posts li .image-folder div {
  object-fit: cover;
  padding-top: 75%;
  position: relative;
  display: block;
}
.posts-list-section .posts li .image-folder div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.posts-list-section .posts li .content-folder {
  flex: 1 0 0px;
  width: 100%;
}
.posts-list-section .posts li .content-folder .tags-list {
  margin-bottom: 0;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.posts-list-section .posts li .content-folder .tags-list li {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: inline-block;
  color: #0F1E42;
  text-transform: uppercase;
  margin-right: 8px;
  width: auto;
  margin-bottom: 10px;
}
.posts-list-section .posts li .content-folder .tags-list li span {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: block;
  color: #0F1E42;
  text-transform: uppercase;
  padding: 0;
}
.posts-list-section .posts li .content-folder .tags-list li span.sponsored, .posts-list-section .posts li .content-folder .tags-list li span.partnered {
  background-color: #C6168D;
  color: #ffffff;
  padding: 0 6px;
}
.posts-list-section .posts li .content-folder .tags-list li span a {
  padding: 0 6px;
}
.posts-list-section .posts li .content-folder .tags-list li a {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: block;
  color: #0F1E42;
  text-decoration: none;
  background-color: #e1cfdb;
  text-transform: uppercase;
  padding: 0 6px;
}
.posts-list-section .posts li .content-folder .tags-list li a.sponsored {
  background-color: #C6168D;
  color: #ffffff;
}
.posts-list-section .posts li .content-folder .tags-list li {
  border-bottom: none;
  padding-bottom: 0;
}
.posts-list-section .posts li .content-folder .title {
  font-family: "Lora", Arial, Helvetica, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #0F1E42;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
.posts-list-section .posts li .content-folder .title:hover {
  text-decoration: underline;
}
.posts-list-section .posts li .content-folder p {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0F1E42;
  margin-bottom: 8px;
}
.posts-list-section .posts li .content-folder .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.posts-list-section .posts li .content-folder .info .time {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  color: #0F1E42;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding-left: 0;
  margin-left: 0;
}
.posts-list-section .posts li .content-folder .info .author {
  position: relative;
  padding-left: 10px;
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  color: #0F1E42;
  text-transform: uppercase;
}
.posts-list-section .posts li .content-folder .info .author:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #C6168D;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.posts-list-section .posts li .content-folder .info span {
  display: block;
  height: 14px;
  width: 2px;
  background-color: #0F1E42;
  margin: 0 8px;
}
.posts-list-section .posts li .content-folder .info .date {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #6e6e6e;
  text-transform: uppercase;
}
.posts-list-section .posts li .content-folder .info .post-date {
  display: flex;
  align-items: center;
}
.posts-list-section .posts li .content-folder .info .post-date .time {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  position: relative;
  padding-right: 5px;
  margin-right: 4px;
}
.posts-list-section .posts li .content-folder .info .post-date .time:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0F1E42;
}
.posts-list-section .posts li .content-folder .info .post-date .date {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #6e6e6e;
}
.posts-list-section .see-all {
  color: #C6168D;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -1px;
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.posts-list-section .see-all:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(../../images/icon_right_pink_arrow.svg) top left no-repeat;
  width: 24px;
  height: 24px;
}
.posts-list-section .see-all:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .posts-list-section .posts li {
    flex-direction: column-reverse;
  }
  .posts-list-section .posts li .image-folder {
    width: 100%;
    margin-right: 0;
  }
  .posts-list-section .posts li .image-folder a {
    padding-top: 70%;
  }
  .posts-list-section .posts li .image-folder div {
    padding-top: 70%;
  }
  .posts-list-section .posts li .content-folder {
    margin-bottom: 20px;
  }
  .posts-list-section .posts li .content-folder .tags-list li {
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 1200px) {
  .posts-list-section .posts li .image-folder {
    margin-left: 0;
  }
}

/*# sourceMappingURL=news-list-section.min.css.map*/