/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/showcase-text-only/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-showcase-text-only {
  background-color: #f4f6f6;
  overflow-x: hidden;
  padding: 6% 7% 7%;
  color: #000;
}
@media (min-width: 800px) {
  .wp-block-create-block-showcase-text-only {
    padding: 64px 7% 64px;
  }
}
.wp-block-create-block-showcase-text-only h2 {
  font-size: 30px;
  line-height: 44px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}
@media (min-width: 800px) {
  .wp-block-create-block-showcase-text-only h2 {
    font-size: 40px;
	font-weight: bold;
	line-height: 44px;
  }
}
.wp-block-create-block-showcase-text-only p {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 60px;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 800px) {
  .wp-block-create-block-showcase-text-only p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
  }
}
.wp-block-create-block-showcase-text-only .button-text-dark:hover, .wp-block-create-block-showcase-text-only .button-text-dark:focus {
  background-color: #fff !important;
}
.wp-block-create-block-showcase-text-only .animated-border-button {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  padding: 15px 43px;
  position: relative;
  font-size: 26px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: normal;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wp-block-create-block-showcase-text-only .animated-border-button {
    font-size: 20px;
  }
}
.wp-block-create-block-showcase-text-only .animated-border-button:before {
  content: "";
  transition: all 0.3s;
  height: 0;
  position: absolute;
  width: 87%;
}
.wp-block-create-block-showcase-text-only .animated-border-button:after {
  content: "";
  transition: all 0.3s;
  height: 0;
  position: absolute;
  width: 87%;
}
.wp-block-create-block-showcase-text-only .animated-border-button:hover::before, .wp-block-create-block-showcase-text-only .animated-border-button:focus::before {
  width: 100%;
}
.wp-block-create-block-showcase-text-only .animated-border-button:hover::after, .wp-block-create-block-showcase-text-only .animated-border-button:focus::after {
  width: 100%;
}

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