/**
 * 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-alecan-button {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	padding: 15px 25px 13px;
	margin: 5px;
	white-space: nowrap;
}

.wp-block-alecan-button.has-default-color {
	background-color: #ccc;
	color: #fff;
}

.wp-block-alecan-button.has-default-hover-color:hover {
	background-color: #555;
	color: #fff;
}