.em-st-download-wrap {
	display: inline-block;
	max-width: 100%;
	width: 100%!important;
}

.em-st-download-btn.custom-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 1.85rem;
	background-color: #f7f7f7 !important;
	color: #2d2d2d !important;
	font-family: 'Helvetica Now Display - Bold', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	padding: 0.8rem 0rem 0.8rem 1.5rem;
	border: 1px solid #2d2d2d !important;
	border-radius: 0.5em;
	text-decoration: none !important;
	transition: all 0.3s ease;
	cursor: pointer;
	max-width: 100%;
	white-space: normal;
	width: 100%;
}

.em-st-download-btn.custom-btn:hover,
.em-st-download-btn.custom-btn:focus-visible {
	background-color: #2d2d2d !important;
	color: #f7f7f7 !important;
}

.em-st-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 99999;
}

.em-st-modal.is-open {
	display: flex;
}

.em-st-modal[hidden] {
	display: none !important;
}

.em-st-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

.em-st-modal__dialog {
	position: relative;
	width: min(100%, 680px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #ffffff;
	border-radius: 10px;
	padding: clamp(20px, 2.2vw, 34px);
	z-index: 1;
}

.em-st-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #2d2d2d;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
}

.em-st-modal__close:focus-visible {
	outline: 2px solid #2d2d2d;
	outline-offset: 2px;
}

.em-st-modal .wpcf7 {
	margin-top: 14px;
}

.em-st-modal h3 {
	margin: 0;
	color: #2d2d2d;
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.2;
}

body.em-st-modal-open {
	overflow: hidden;
}
.single-product .em-st-modal__dialog .wpcf7-form-control,.single-product .em-st-modal__dialog select {
	width:100%;
	height:35px;
	margin-bottom:20px;
}
.single-product .em-st-modal__dialog .wpcf7-list-item-label a{
	color:#000;
}
.single-product .em-st-modal__dialog .wpcf7-submit{
	color: #F7F7F7 !important;
    border-width: 0px !important;
    border-radius: 0.5rem;
    font-size: 22px;
    font-family: 'Helvetica Now Display - Bold', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #2d2d2d !important;
    padding-top: 1% !important;
	padding-bottom: 7% !important;
    padding-right: 3% !important;
    padding-left: 3% !important;
}
@media (max-width: 767px) {
	.em-st-modal {
		padding: 14px;
	}

	.em-st-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 28px);
		padding: 18px;
	}

	.em-st-download-btn.custom-btn {
		font-size: 18px;
		gap: 1rem;
		padding: 0.72rem 0.6rem 0.72rem 1rem;
	}
}
