/* Lyor Essential Button — shared once per page */

.lyor-opps-btn-widget {
	width: 100%;
}

.lyor-opps-btn-widget .lyor-opps-button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

.lyor-opps-btn-widget.align-center .lyor-opps-button-group {
	justify-content: center;
}

.lyor-opps-btn-widget.align-right .lyor-opps-button-group {
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.lyor-opps-btn-widget.align-t-left .lyor-opps-button-group {
		justify-content: flex-start;
	}
	.lyor-opps-btn-widget.align-t-center .lyor-opps-button-group {
		justify-content: center;
	}
	.lyor-opps-btn-widget.align-t-right .lyor-opps-button-group {
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.lyor-opps-btn-widget.align-m-left .lyor-opps-button-group {
		justify-content: flex-start;
	}
	.lyor-opps-btn-widget.align-m-center .lyor-opps-button-group {
		justify-content: center;
	}
	.lyor-opps-btn-widget.align-m-right .lyor-opps-button-group {
		justify-content: flex-end;
	}
}
