.edd-modal__content {
	padding: 20px;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
