.hulk-pro-modal {

	.components-modal__content {
		margin-top: 0;
		padding: 32px;
	}

	.hulk-modal-icon {
		background-color: #fffaeb;
		display: flex;
		height: 100px;
		width: 100px;
		border-radius: 100%;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.hulk-modal-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5rem;
		text-align: center;
	}

	h4 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 20px;
		text-align: center;
		line-height: normal;
	}
}
