/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-category-posts/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.wp-block-webcomplete-latest-category-posts {
  margin: 20px 0;
}
.wp-block-webcomplete-latest-category-posts .data-wrapper {
  margin: 0 120px;
  border: 3px solid var(--accent-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .wp-block-webcomplete-latest-category-posts .data-wrapper {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-category-posts .data-wrapper {
    margin: 0 20px;
  }
}
.wp-block-webcomplete-latest-category-posts .data-header {
  border-bottom: 2px solid var(--accent-color);
}
.wp-block-webcomplete-latest-category-posts .data-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  background: #e23a47;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
}
.wp-block-webcomplete-latest-category-posts .data-content {
  padding: 20px 5px;
}
.wp-block-webcomplete-latest-category-posts .data-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-latest-category-posts .data-item:not(:last-child) {
  margin-bottom: 20px;
}
.wp-block-webcomplete-latest-category-posts .data-item-image {
  width: 100%;
  max-width: 120px;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .wp-block-webcomplete-latest-category-posts .data-item-image {
    max-width: 100px;
  }
}
.wp-block-webcomplete-latest-category-posts .data-item-image a {
  height: 100%;
}
.wp-block-webcomplete-latest-category-posts .data-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-webcomplete-latest-category-posts .data-item-content {
  width: 100%;
  max-width: 70%;
  padding: 15px;
}
.wp-block-webcomplete-latest-category-posts .data-item-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--dark-color);
}
.wp-block-webcomplete-latest-category-posts .data-item-title a {
  font: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-block-webcomplete-latest-category-posts .data-item-title a:hover {
  color: var(--accent-color);
}

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