/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/button-styles.css ***!
  \***************************************************************************************************************************************************************************/
/* Editor styles */
.wp-block-button__link:after {
	content: '';
	display: none;
	width: 10px;
	height: 9px;
	margin-left: 8px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%279%27 viewBox=%270 0 10 9%27 fill=%27none%27%3E%3Cpath d=%27M5.5 1L9 4.5M9 4.5L5.5 8M9 4.5H1%27 stroke=%27white%27 stroke-width=%271.1%27 stroke-linecap=%27square%27 stroke-linejoin=%27bevel%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* Show icon when has-arrow-icon class is present */
.wp-block-button.has-arrow-icon .wp-block-button__link:after,
.wp-block-button.has-arrow-icon a:after {
	display: inline-block;
}

/* Frontend styles */
.wp-block-button.has-arrow-icon a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 9px;
	margin-left: 8px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%279%27 viewBox=%270 0 10 9%27 fill=%27none%27%3E%3Cpath d=%27M5.5 1L9 4.5M9 4.5L5.5 8M9 4.5H1%27 stroke=%27white%27 stroke-width=%271.1%27 stroke-linecap=%27square%27 stroke-linejoin=%27bevel%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out;
}

.wp-block-button.has-arrow-icon {
	&:hover {
		a:after { 
			transform: translateX(4px);
	}
}
}

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