.product-free-download__trigger {
	margin-top: 8px;
}

.product-free-download-modal[hidden] {
	display: none !important;
}

.product-free-download-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.product-free-download-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.product-free-download-modal__dialog {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 32px;
	max-width: 560px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 1;
}

.product-free-download-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #000;
}

.product-free-download-modal__result[hidden] {
	display: none !important;
}

.product-free-download-modal__link {
	display: inline-block;
}

body.bwa-free-download-modal-open {
	overflow: hidden;
}
