/**
 * Plan not available modal (PDP v1 + v2).
 */

#dp-plan-not-available .modal-dialog {
	max-width: 30rem;
	width: calc(100% - 2rem);
}

#dp-plan-not-available .modal-content {
	align-items: center;
	border-radius: 1rem;
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.15);
	padding: 0;
	text-align: center;
}

#dp-plan-not-available .dp-plan-not-available__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	font-family: var(--wp--preset--font-family--area-normal, inherit);
	padding: 2.5rem 2.5rem 2rem;
}

#dp-plan-not-available .dp-plan-not-available__title {
	color: #1c1c24;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0;
}

#dp-plan-not-available .dp-plan-not-available__message {
	color: #6b7280;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: normal !important;
	margin: 0;
}

#dp-plan-not-available .dp-plan-not-available__cta {
	align-items: center;
	background: var(--wp--preset--color--primary, #2445ea) !important;
	background-image: none !important;
	border: none;
	border-radius: 1.5rem;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 16px !important;
	font-weight: 700 !important;
	justify-content: center;
	line-height: normal !important;
	margin-top: 0;
	min-height: 3rem;
	min-width: 16.125rem;
	padding: 0 1.5rem !important;
	text-decoration: none;
	width: auto !important;
}

#dp-plan-not-available .dp-plan-not-available__cta:hover,
#dp-plan-not-available .dp-plan-not-available__cta:focus {
	color: #fff !important;
}
