.wp-block-button.is-style-arrow-down .wp-block-button__link {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .wp-block-button.is-style-arrow-down .wp-block-button__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' rx='12' fill='%23f7f7f700'/%3E%3Cg transform='translate(26 15.5) rotate(90)'%3E%3Cline y2='12' transform='translate(4.5)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cg transform='translate(0 7.406)'%3E%3Cline x2='4.5' y2='4.5' fill='none' stroke='%23000' stroke-linecap='square' stroke-width='1.5'/%3E%3Cline x1='4.5' y2='4.5' transform='translate(4.5)' fill='none' stroke='%23000' stroke-linecap='square' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    pointer-events: none; }
  .wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
