[data-block-name=buttons] {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

[data-block-name=buttons] a[href=disabled] {
	pointer-events: none;
}

[data-block-name=buttons] .wrap.layout-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

[data-block-name=buttons] .wrap.layout-row.align-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

[data-block-name=buttons] .wrap.layout-row.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

[data-block-name=buttons] .wrap.layout-row.align-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

[data-block-name=buttons] .wrap.layout-row>* {
	margin-left: 0px;
	margin-right: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[data-block-name=buttons] .wrap.layout-row>*:last-child {
	margin-right: 0;
}

[data-block-name=buttons] .wrap.layout-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 200px;
}

[data-block-name=buttons] .wrap.layout-column.start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

[data-block-name=buttons] .wrap.layout-column.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-block-name=buttons] .wrap.layout-column.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

[data-block-name=buttons] .wrap.layout-column>* {
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[data-block-name=buttons] .wrap.layout-column>*:last-child {
	margin-bottom: 0;
}

[data-block-name=buttons] .btn.btn-light,
[data-block-name=buttons] .btn.btn-light:focus {
	background: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[data-block-name=buttons] .btn.btn-light:hover,
[data-block-name=buttons] .btn.btn-light:focus:hover {
	color: #650082;
}

@media (max-width: 767.98px) {

[data-block-name=buttons] .wrap.layout-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-block-name=buttons] .wrap.layout-row>* {
	margin-bottom: 10px;
	margin-right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[data-block-name=buttons] .wrap.layout-row>*:last-child {
	margin-bottom: 0;
}

}

