.dp-block-modal-no-zip .modal-dialog {
	max-width: 700px;
}

.dp-block-modal-no-zip .modal-content {
	padding: 64px 20px;
	text-align: center !important;
	box-shadow: 0px 1.238px 7.851px 0px rgba(0, 0, 0, 0.30);
}

.dp-block-modal-no-zip .modal-header,
.dp-block-modal-no-zip .modal-body {
	justify-content: center;
	padding: 0;
	border: none;
}

.dp-block-modal-no-zip .modal-title {
	margin: 0 0 16px;
	line-height: 1.3;
	text-align: inherit;
}

.dp-block-modal-no-zip .modal-description {
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 28px;
	font-weight: var(--wp--custom--body--typography--font-weight);
	color: #4B5260;
}

.dp-block-modal-no-zip .radar-location-form {
	padding: 0 !important;
}

@media (min-width: 768px) {
	/* Tablet: 768px */

	.dp-block-modal-no-zip .modal-content {
		padding: 64px 80px;
	}
}
