.dp-input:has(.email-warning-container) {
	transition: margin-bottom 0.5s;
}

.dp-input:has(.email-warning-container.view),
.MuiInputBase-root:has(.email-warning-container.view) {
	margin-bottom: 3em !important;
}

.email-warning-container {
	position: absolute;
	pointer-events: none;
	bottom: -4.5em;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0px;
	opacity: 0;
	width: 100%;
	transition: height, opacity 1.5s, margin-bottom, 0.5s;
	margin-bottom: 0px;
	font-size: 12px;
	background: #ffebc2;
	padding: 10px 15px;
	border-radius: 8px;
}

.warning-confirm {
	font-weight: bold;
	background-color: #ffcc66;
	padding: 2px 8px;
	margin-left: .5em;
}

.warning-dismiss {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.email-warning-container.view {
	height: auto;
	opacity: 100%;
	pointer-events: auto;
}

.warning-inner {
	cursor: pointer;
	display: flex;
	gap: 3px;
	align-items: center;
}

.long-email .warning-text {
	display: none;
}

.extra-long-email .warning-text {
	display: flex;
}

.extra-long-email .address {
	display: none;
}

.warning-email {
	font-weight: bold;
}
