.bsd-nmw-button,
.bsd-nmw-loop-button {
	display: inline-block !important;
	border-radius: 10px !important;
	padding: 11px 30px !important;
	color: #f9480f !important;
	border: 2px solid #f9480f !important;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 1.125rem !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	text-align: center !important;
}

.bsd-nmw-button:hover,
.bsd-nmw-button:focus,
.bsd-nmw-loop-button:hover,
.bsd-nmw-loop-button:focus {
	color: #f9480f !important;
	border-color: #f9480f !important;
	background: transparent !important;
	background-color: transparent !important;
	opacity: .85;
}

.bsd-nmw-modal-overlay {
	display: none;
	position: fixed;
	z-index: 2147483647;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.bsd-nmw-modal-overlay[aria-hidden="false"] {
	display: flex !important;
}

.bsd-nmw-modal {
	position: relative;
	width: 100%;
	max-width: 500px;
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.bsd-nmw-modal h3 {
	margin-top: 0;
}

.bsd-nmw-close {
	position: absolute;
	top: 12px;
	right: 14px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #333;
	padding: 0;
}

.bsd-nmw-box label {
	display: block;
	margin-bottom: .35rem;
	font-weight: 600;
}

.bsd-nmw-form-row {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.bsd-nmw-form-row input[type="email"] {
	min-width: 240px;
	flex: 1;
	padding: 11px;
}

.bsd-nmw-message {
	margin-top: .75rem;
}

.bsd-nmw-message.success {
	color: #087a22;
}

.bsd-nmw-message.error {
	color: #b32d2e;
}

body.bsd-nmw-modal-open {
	overflow: hidden;
}
