/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/block-latest-post-banner/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.wp-block-webcomplete-latest-post-banner {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-latest-post-banner {
    margin: 20px 0;
  }
}
.wp-block-webcomplete-latest-post-banner .post-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 240px);
  grid-gap: 30px;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-webcomplete-latest-post-banner .post-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .wp-block-webcomplete-latest-post-banner .post-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10, 100px);
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-post-banner .post-wrapper {
    grid-template-rows: repeat(15, 40px);
  }
}
.wp-block-webcomplete-latest-post-banner .post-item {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .wp-block-webcomplete-latest-post-banner .post-item {
    grid-column: span 1;
    grid-row: span 3;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-post-banner .post-item {
    grid-row: span 4;
  }
}
.wp-block-webcomplete-latest-post-banner .post-item--main {
  grid-column: span 6;
  grid-row: span 2;
}
@media only screen and (max-width: 992px) {
  .wp-block-webcomplete-latest-post-banner .post-item--main {
    grid-column: span 1;
    grid-row: span 4;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-post-banner .post-item--main {
    grid-row: span 7;
  }
}
.wp-block-webcomplete-latest-post-banner .post-item--main .post-item-title {
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-webcomplete-latest-post-banner .post-item--main .post-item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-post-banner .post-item--main .post-item-title {
    font-size: 25px;
  }
}
.wp-block-webcomplete-latest-post-banner .post-item-link {
  position: relative;
  width: 100%;
  height: 100%;
}
.wp-block-webcomplete-latest-post-banner .post-item-link:hover:before {
  opacity: 1;
}
.wp-block-webcomplete-latest-post-banner .post-item-link:hover .post-item-title {
  color: var(--accent-color);
}
.wp-block-webcomplete-latest-post-banner .post-item-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
  background-size: auto;
  background-size: cover;
  opacity: 0.7;
  transition: var(--transition);
}
.wp-block-webcomplete-latest-post-banner .post-item-image {
  height: 100%;
}
.wp-block-webcomplete-latest-post-banner .post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-webcomplete-latest-post-banner .post-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--white-color);
  transition: var(--transition);
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-post-banner .post-item-title {
    font-size: 18px;
  }
}

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