/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/post-list/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 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.
 */
.post-list.simple {
  text-align: center;
}
.post-list.simple h2 {
  margin: 0.625em 0 0.375em;
}
.post-list.simple .subheader {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-1);
  margin: 4em 0 1.5em;
}
.post-list.simple .posts {
  text-align: left;
  margin-bottom: 4rem;
}
.post-list.simple.carousel .posts {
  margin-left: -10px;
  margin-right: -10px;
}
.post-list.simple:not(.carousel) .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.post-list.simple .posts .post_link {
  text-decoration: none;
}
.post-list.simple .posts h3 {
  margin: 0.5em 0 0.25em;
  font-size: 30px;
}
.post-list.simple .posts .more {
  color: var(--wp--preset--color--accent-1);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.post-list.simple .posts .post_link:hover .more {
  color: var(--wp--preset--color--contrast);
}
.post-list.simple .posts .more::after {
  content: "→";
  margin-left: 0.5em;
}
.post-list.simple .view_all {
  background-color: var(--wp--preset--color--accent-1);
  color: white;
  border-radius: 30px;
  padding: 0.875rem 1.75rem;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}
.post-list.simple .view_all:hover {
  background-color: var(--wp--preset--color--contrast);
  color: white;
}
/* Slider */
.wp-block-heading + .post-list.carousel {
  margin-top: 60px;
}
.post-list.carousel {
  padding: 0 35px;
  box-sizing: content-box;
}
.post-list.carousel .posts > .wp-block-group {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.post-list.carousel .posts > .wp-block-group.slick-initialized {
  opacity: 1;
}
.post-list.carousel .post_link {
  text-decoration: none;
}
.post-list.carousel .post_link .featuredImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 2rem;
  overflow: hidden;
}
.post-list.carousel .post_link.promotion .featuredImage {
  aspect-ratio: 1.538;
}
.post-list.carousel .post_link h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0.25em 0;
}
.post-list.carousel .post_link h4 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--wp--preset--color--accent-1);
  font-weight: 500;
  margin: 0.5em 0;
  transition: color 0.2s ease-in-out;
}
.post-list.carousel .post_link:hover h4 {
  color: var(--wp--preset--color--contrast);
}
.post-list.carousel .post_link p {
  margin: 0.75em 0;
}
.post-list.carousel .post_link .more {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-1);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.5em;
  display: inline-block;
  transition: color 0.2s ease-in-out;
  letter-spacing: 5%;
}
.post-list.carousel .post_link .more a {
  font-weight: inherit;
  text-decoration: inherit;
}
.post-list.carousel .post_link .more a:not(:first-child) {
  margin-left: 2em;
}
.post-list.carousel .post_link .more::after {
  content: "→";
  margin-left: 0.5em;
}
.post-list.carousel .post_link:hover .more {
  color: var(--wp--preset--color--contrast);
}
.post-list.carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.post-list.carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.post-list.carousel .slick-list:focus {
  outline: none;
}
.post-list.carousel .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.post-list.carousel .slick-slider .slick-track,
.post-list.carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.post-list.carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-list.carousel .slick-track:before, .post-list.carousel .slick-track:after {
  content: "";
  display: table;
}
.post-list.carousel .slick-track:after {
  clear: both;
}
.post-list.carousel .slick-slide {
  float: left;
  margin: 0 10px;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .post-list.carousel .slick-slide {
  float: right;
}
.post-list.carousel .slick-slide img {
  display: block;
}
.post-list.carousel .slick-slide.slick-loading img {
  display: none;
}
.post-list.carousel .slick-slide {
  display: none;
}
.post-list.carousel .slick-slide.dragging img {
  pointer-events: none;
}
.post-list.carousel .slick-arrow.slick-hidden {
  display: none;
}
.post-list.carousel .slick-loading .slick-track {
  visibility: hidden;
}
.post-list.carousel .slick-initialized .slick-slide {
  display: block;
}
.post-list.carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.post-list.carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.post-list.carousel .slick-arrow {
  position: absolute;
  top: 220px;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  background-color: var(--wp--preset--color--accent-1);
  color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.post-list.carousel .slick-arrow::after {
  content: "";
  position: absolute;
  border-top: 0.875em solid transparent;
  border-bottom: 0.875em solid transparent;
  top: calc(50% - 0.875em);
  width: 0;
  height: 0;
}
.post-list.carousel .slick-arrow.slick-prev {
  left: -25px;
}
.post-list.carousel .slick-arrow.slick-prev::after {
  border-right: 1em solid white;
  right: calc(50% - 0.375em);
}
.post-list.carousel .slick-arrow.slick-next {
  right: -25px;
}
.post-list.carousel .slick-arrow.slick-next::after {
  border-left: 1em solid white;
  left: calc(50% - 0.375em);
}
.post-list.carousel .slick-arrow:hover {
  background-color: var(--wp--preset--color--contrast);
}
.post-list.carousel {
  /* Dots */
}
.post-list.carousel .slick-dotted.slick-slider {
  padding-bottom: 50px;
}
.post-list.carousel .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.post-list.carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.post-list.carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 44px;
  height: 44px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.post-list.carousel .slick-dots li button:hover, .post-list.carousel .slick-dots li button:focus {
  outline: none;
}
.post-list.carousel .slick-dots li button:hover:before, .post-list.carousel .slick-dots li button:focus:before {
  opacity: 1;
}
.post-list.carousel .slick-dots li button:before {
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 1.5px solid var(--wp--preset--color--accent-1);
  content: "";
  text-align: center;
}
.post-list.carousel .slick-dots li.slick-active button:before {
  background-color: var(--wp--preset--color--accent-1);
}

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