.hulk-settings-wrap {

	.hulk-error-page {
		text-align: center;
		padding: 80px 0 60px;

		.error-status {
			font-size: 28px;
			font-weight: 700;
			margin-bottom: 40px;
			line-height: normal;
			color: var(--hulk-settings-primary-color);
			display: block;
			background: radial-gradient(50% 109137.91% at 50% 50%, #3582c41c 0%, #fef4f700 100%);

			span {
				background-color: #fff;
				padding: 0 15px;
				display: inline-block
			}
		}

		.error-heading {
			font-size: 34px;
			font-weight: 700;
			text-transform: capitalize;
			line-height: normal;
			color: var(--hulk-settings-text-color);
		}

		.error-desc {
			font-size: 18px;
			opacity: .8;
			font-weight: 600;
			line-height: normal;
			margin-bottom: 30px;
			color: var(--hulk-settings-text-color);
		}

		.error-flex {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;

			button {
				margin: 10px
			}
		}
	}
}
