
.wp-block-buttons.is-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons>.wp-block-button[style*=font-weight] .wp-block-button__link {
	font-weight: inherit;
}

.wp-block-buttons.is-content-justification-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons self:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center).wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons .wp-block-button.aligncenter {
	text-align: center;
}
