.ns-custom-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
	text-align: center;
}

.wgl-button.ns-custom-button {
	border-radius: 40px;
	border: solid #888 3px;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	min-width: 240px;
	&:is(:hover, :focus, :active) {
		background-color: #000;
		color: #fff;
		border-color: #000;
	}
	@media (width<768px) {
		padding-block: 18px !important;
	}
}

/*

.ns-custom-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	min-width: 289px;
	padding: 25px 34px;
	width: auto;
	border-style: solid;
	border-width: 3px;
	border-radius: 40px;
	color: #000;
	border-color: #888;
	background-color: #fff;
	transition: 0.4s;
	box-sizing: border-box;
	box-shadow: none;
}

.ns-custom-button .button__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ns-custom-button .button__text {
	display: inline-block;
	text-align: center;
}

.ns-custom-button:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.ns-custom-button:active {
	transform: scale(0.98);
}
*/

@media (max-width: 1200px) {
	.elementor-widget-wrap.elementor-element-populated:has(.ns-custom-button) {
		flex-direction: column;
		gap: 25px;
	}
	.elementor-widget-container:has(.wgl-button) {
		margin-left: 0 !important;
	}
}

@media (max-width: 800px) {
	.ns-custom-buttons-wrapper {
		gap: 15px;
		margin: 12px 0;
		flex-direction: column;
	}
}
