#bc-mc-popup {
	display: none;
}

#bc-mc-popup.show {
	align-items: center;
	background: rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#bc-mc-popup .bc-mc-form-wrapper {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 20px #00000073;
	min-width: 300px;
	min-height: 400px;
	padding: 2em;
	position: relative;
}

#bc-mc-popup h3 {
	color: var(--color-red);
	font-size: 3rem;
}

#bc-mc-popup p {
	color: black;
	font-size: 1.25rem;
	font-family: "Trade Gothic Light", Helvetica, Arial, Lucida, sans-serif;
	max-width: 450px;
	line-height: 1.25;
}

#bc-mc-popup #bc-mc-close-popup {
	align-items: center;
	aspect-ratio: 1;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	box-shadow: 0 2px 3px #00000036;
	box-sizing: border-box;
	color: #414141;
	display: flex;
	font-size: 1rem;
	font-family: "Trade Gothic Light", Helvetica, Arial, Lucida, sans-serif;
	font-weight: bolder;
	justify-content: center;
	min-height: 2rem;
	padding: 0.5rem !important;
	position: absolute;
	right: -0.75rem;
	top: -0.75rem;
}

#bc-mc-popup .address_zip,
#bc-mc-popup .gform_button {
	min-width: 100%;
}

#bc-mc-popup input {
	border-radius: 5px;
	border-width: 2px !important;
	border-color: #c2c2c2 !important;
}

#bc-mc-popup .Newsletter-signup-form .ginput_container_email {
	top: 0;
}

#bc-mc-popup .bc-mc-form-wrapper:has(.gform_confirmation_wrapper) {
	align-items: center;
	display: flex;
	justify-content: center;
}
