/* NOTE: Selector Specificity: (1, 5, 2) */
html body.et-db #et-boc .et_builder_outer_content .et-l[class*="et-l--"] .et_builder_inner_content {
	/* MARK :: SHORTCODE :: page-404 */
	& #page-404 {
		padding-block: var(--size-30-140);

		display: grid;
		row-gap: var(--size-30-60);
		align-items: center;
		justify-content: center;

		& > header,
		& > article,
		& > footer {
		}

		& > header,
		& > footer {
			display: grid;
			align-items: center;
			justify-content: center;
			color: var(--color-parchment);

			& > svg {
				width: unset;
				height: unset;
				max-width: 100%;
			}
		}

		& > article {
			color: var(--color-white----);
			text-align: center;

			& > h1 {
				font-size: var(--size-90-120);
			}

			& > h2 {
			}

			& > a.wwm-button {
				margin-block-start: 30px;
			}
		}

		& > footer {
			& > svg {
				scale: 1 -1;
			}
		}
	}
}
