/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-widget/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * Responsive
 */
/**
 * Typography
 */
/**
 * Transitions
 */
/**
 * Mixins for Media Queries
 * Example Usage: @include min($lg) || @include min(720)
 */
.wp-block-blog-widget .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 2.75rem;
  pointer-events: none;
}
.wp-block-blog-widget .post {
  flex-grow: 1;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  pointer-events: all;
}
.wp-block-blog-widget .post .thumbnail {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 0.5rem;
  aspect-ratio: 320/203;
  overflow: hidden;
  background-color: var(--wp--preset--color--ec-grey-5);
}
.wp-block-blog-widget .post .thumbnail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s 0s;
  transform: scale(1) translateZ(0) perspective(1px);
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: center center;
}
.wp-block-blog-widget .post .thumbnail:hover img {
  transform: scale(1.05) translateZ(0) perspective(1px);
}
.wp-block-blog-widget .post .post-info .title-wrap {
  margin-bottom: 1rem;
  display: block;
}
.wp-block-blog-widget .post .post-info .title-wrap .post-title {
  line-height: 1.2;
  color: var(--wp--preset--color--rich-black);
  transition: all 0.3s 0s;
  text-decoration: none;
}
.wp-block-blog-widget .post .post-info .title-wrap .post-title:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-blog-widget .post .post-info .post-subtitle {
  display: block;
  margin-bottom: 1rem;
  margin-top: 0;
}
.wp-block-blog-widget .post .post-info .permalink {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wp--preset--color--ec-grey-1);
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.wp-block-blog-widget .post .post-info .permalink:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  opacity: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s, opacity 0.1s linear 0.2s;
}
.wp-block-blog-widget .post .post-info .permalink:hover {
  text-decoration: none !important;
}
.wp-block-blog-widget .post .post-info .permalink:hover:before {
  width: 100%;
  opacity: 1;
  transition: width 0.3s, opacity 0.1s linear;
}
.wp-block-blog-widget .post .post-info .permalink:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-blog-widget .post:nth-child(1) {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.wp-block-blog-widget .post:nth-child(1) .thumbnail {
  aspect-ratio: 664/420;
}
@media (min-width: 1025px) {
  .wp-block-blog-widget .post:nth-child(3n+2), .wp-block-blog-widget .post:nth-child(3n+3) {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .wp-block-blog-widget .post:nth-child(7n+4), .wp-block-blog-widget .post:nth-child(7n+5), .wp-block-blog-widget .post:nth-child(7n+6), .wp-block-blog-widget .post:nth-child(7n+7) {
    flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
@media (max-width: 1024px) {
  .wp-block-blog-widget .post {
    gap: 2.5rem;
    flex-basis: unset;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  .wp-block-blog-widget .post .thumbnail {
    width: 40%;
    min-width: 40%;
    aspect-ratio: 4/3;
  }
  .wp-block-blog-widget .post .post-info {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .wp-block-blog-widget .post:nth-child(1) {
    flex-basis: unset;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-blog-widget .post:nth-child(1) .thumbnail {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 782px) {
  .wp-block-blog-widget .post {
    gap: 1.5rem;
    flex-direction: column;
    flex-basis: unset;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-blog-widget .post:nth-child(1) {
    flex-basis: unset;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-blog-widget .post .thumbnail {
    width: 100%;
    min-width: 100%;
  }
  .wp-block-blog-widget .post .post-info {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wp-block-blog-widget .post:nth-child(1) .thumbnail {
    aspect-ratio: 328/420;
  }
}

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