/**
 * Apply for Admission page — Eduma layout overrides.
 *
 * @package Neptune_Prime
 * @since   1.2.1
 */

/* Full-width content within Eduma page shell */
.neptune-apply-page .site-content,
.neptune-apply-page #main-content,
.neptune-apply-page .content-area,
.neptune-apply-page .entry-content {
	background: var(--neptune-bg) !important;
}

.neptune-apply-page .entry-content {
	max-width: none !important;
	padding-left: 1rem;
	padding-right: 1rem;
}

.neptune-apply-page .entry-content > .neptune-application-page {
	padding-top: 0.5rem;
}

/* Eduma white inner box — let our form fill it */
.neptune-apply-page .entry-content > *:not(.neptune-application-page):not(.neptune-application-form__success) {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
