/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/down-arrow/style.scss ***!
  \**********************************************************************************************************************************************************************************/
.down-arrow {
  transition: 0.15s ease all;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #002870;
  margin: -30px auto;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.down-arrow i:before {
  position: relative;
  display: inline-block;
  top: -5px;
  color: #005ee0;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.down-arrow.show-text-block {
  width: auto;
  background: transparent;
  border-radius: unset;
  color: var(--wp--preset--color--neutral-3);
  margin: 0;
}
.down-arrow.show-text-block .show-text {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.down-arrow:hover i:before {
  top: -3px;
}
.down-arrow:focus {
  outline: 1px dotted currentColor;
}
.down-arrow:active {
  transform: scale(0.98) translateY(8px);
}
@media (max-width: 767px) {
  .down-arrow {
    width: 50px;
    height: 50px;
    margin: -25px auto;
  }
}
