/* Styles for the protection form. */
.wrp-custom-protection-form p {
	width: auto !important;
	margin: 0;
}

.wrp-custom-protection-form {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.wrp-custom-protection-form form {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.wrp-custom-protection-form input {
	color: #4e4e4e;
	padding: 13px 20px;
	border: 1px solid #e2e2e2;
	font-size: 17px;
	font-weight: 300;
	border-radius: 3px;
}

.protection-error {
	color: #dd3333;
	width: auto !important;
	margin-top: 0;
}

.iceberg-access-granted {
	color: green;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 479px) {
	.wrp-custom-protection-form {
		flex-direction: column;
	}

	.wrp-custom-protection-form p {
		margin-top: 0;
		margin-right: 0;
	}
}
