/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-editors-picks/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.wp-block-webcomplete-editors-picks {
  margin: 20px 0;
}
.wp-block-webcomplete-editors-picks .post-wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-editors-picks .post-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.wp-block-webcomplete-editors-picks .post-left {
  width: 100%;
  max-width: calc(55% - 15px);
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-editors-picks .post-left {
    max-width: none;
    max-width: initial;
  }
}
.wp-block-webcomplete-editors-picks .post-right {
  width: 100%;
  max-width: calc(45% - 15px);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-editors-picks .post-right {
    max-width: none;
    max-width: initial;
  }
}
.wp-block-webcomplete-editors-picks .post-item {
  display: flex;
  row-gap: 30px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: -2px 1px 6px 2px #f7eaea;
}
.wp-block-webcomplete-editors-picks .post-item-image {
  width: 100%;
  max-width: 30%;
  border-radius: 3px;
  overflow: hidden;
}
.wp-block-webcomplete-editors-picks .post-item-image a {
  height: 100%;
}
.wp-block-webcomplete-editors-picks .post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-webcomplete-editors-picks .post-item-content {
  width: 100%;
  max-width: 70%;
  padding: 15px;
}
.wp-block-webcomplete-editors-picks .post-item-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--dark-color);
}
.wp-block-webcomplete-editors-picks .post-item-title a {
  font: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-block-webcomplete-editors-picks .post-item-title a:hover {
  color: var(--accent-color);
}
.wp-block-webcomplete-editors-picks .post-item--main {
  position: relative;
  flex-direction: column;
  padding: 0 15px 40px 15px;
  border-radius: 5px;
  background: none;
  box-shadow: none;
}
.wp-block-webcomplete-editors-picks .post-item--main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #f8f8fe;
  border-radius: 5px;
  z-index: 0;
}
.wp-block-webcomplete-editors-picks .post-item--main .post-item-image,
.wp-block-webcomplete-editors-picks .post-item--main .post-item-content {
  position: relative;
  max-width: none;
  max-width: initial;
  z-index: 1;
}
.wp-block-webcomplete-editors-picks .post-item--main .post-item-image {
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-webcomplete-editors-picks .post-item--main .post-item-content {
  padding: 0 15px;
}
.wp-block-webcomplete-editors-picks .data-link-wrapper {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-editors-picks .data-link-wrapper {
    text-align: center;
  }
}
.wp-block-webcomplete-editors-picks .data-link-wrapper .data-link {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--accent-color);
}
.wp-block-webcomplete-editors-picks .data-link-wrapper .data-link:hover {
  color: var(--black-color);
}
.wp-block-webcomplete-editors-picks .data-link-wrapper .data-link i {
  margin-left: 6px;
}

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