/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/btn-ads/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-btn-ads {
  display: block;
  background: #DA251D;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

@media (any-hover: hover) {
  .wp-block-create-block-btn-ads.style-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 5s infinite linear;
  }
  @keyframes flareAnimation {
    0% {
      left: -150%;
    }
    80% {
      left: -150%;
    }
    100% {
      left: 150%;
    }
  }
  .wp-block-create-block-btn-ads:hover {
    color: #fff;
  }
}
.wp-block-create-block-btn-ads.style-2 {
  color: #333;
  background: #D4D4D4;
  border-radius: 5px;
}

.wp-block-create-block-btn-ads.yourstore-style {
  display: none;
}

@media (max-width: 1200px) {
  .wp-block-create-block-btn-ads {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .wp-block-create-block-btn-ads {
    width: 100%;
    font-size: 14px;
    padding: 15px 15px;
  }
  .wp-block-create-block-btn-ads.yourstore-style {
    display: block;
  }
}

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