/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-related-posts/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.wp-block-webcomplete-related-posts {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin: 20px 0;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-color: #bfc7d1 rgba(225, 232, 238, 0.4);
  scrollbar-width: thin;
}
.wp-block-webcomplete-related-posts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.wp-block-webcomplete-related-posts::-webkit-scrollbar {
  width: 3px;
  border-radius: 100px;
  background-color: rgba(225, 232, 238, 0.4);
}
.wp-block-webcomplete-related-posts::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #bfc7d1;
}
@media only screen and (max-width: 1200px) {
  .wp-block-webcomplete-related-posts {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-webcomplete-related-posts {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 425px) {
  .wp-block-webcomplete-related-posts {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.wp-block-webcomplete-related-posts .data-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .wp-block-webcomplete-related-posts .data-title {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-webcomplete-related-posts .data-title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .wp-block-webcomplete-related-posts .data-title {
    margin-left: 10px;
  }
}
.wp-block-webcomplete-related-posts .data-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.wp-block-webcomplete-related-posts .data-item {
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .wp-block-webcomplete-related-posts .data-item:last-child {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-webcomplete-related-posts .data-item:last-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .wp-block-webcomplete-related-posts .data-item:last-child {
    margin-right: 10px;
  }
}
.wp-block-webcomplete-related-posts .data-item .data-link {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  border: 1px solid #ececec;
  border-radius: 100px;
}
.wp-block-webcomplete-related-posts .data-item .data-link:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

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