.save-date-modal {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}
.hs-modal-container {
	position: fixed;
	background-color: #fff;
	padding: 20px;
	width: min(800px, 90%);
	top: calc(50% - 30em);
	left: calc(50% - 184px);
	font-size: 12px;
}
@media only screen and (min-width: 767px) {
	.hs-modal-container {
		top: calc(50% - 5em);
		left: calc(50% - 400px);
		font-size: 1em;
	}
}
.hs-modal-close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 35px;
	cursor: pointer;
}
.hs-modal-form {
	flex: 1 1 50%;
}
.hs-modal-text {
	flex: 1 1 50%;
}
.hs-modal-content {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
@media only screen and (min-width: 767px) {
	.hs-modal-content {
		flex-direction: row;
	}
}
.save-date-button a {
	background-color: var(--e-global-color-accent) !important;
	border: 0 none;
	border-radius: 4px;
	width: 100%;
}

.save-date-modal input {
	width: 100%;
}
@media only screen and (max-width: 766px) {
	.hs-modal-form input {
		font-size: 12px !important;
		padding: 5px !important;
		line-height: 1 !important;
	}
}
.save-date-modal input[type='submit'] {
	background-color: var(--e-global-color-accent) !important;
	border: 0 none;
	border-radius: 4px !important;
}
.hs-modal-text {
	padding: 15px;
	font-size: 1.5em;
	line-height: 1.1;
	color: #666;
}

.save-date-modal .hs_email ul.no-list.hs-error-msgs.inputs-list {
	display: none !important;
}
